Difference between revisions of "Bitcoin Mainnet vs Testnet"

From lightningwiki.net
Jump to navigation Jump to search
 
Line 7: Line 7:
==LND Commands==
==LND Commands==
testnet lncli codes must include ''--network=testnet''  
testnet lncli codes must include ''--network=testnet''  
'''Example'''  
'''Example'''  
$ lncli --network=testnet getinfo
<pre>$ lncli --network=testnet getinfo</pre>

Latest revision as of 09:55, 17 January 2019

Mainnet

Where the magic happens. But also a greater risk, most software is in Alpha or Beta phase... You might lose real bitcoins!

Testnet

Fake coins, good for testing!

LND Commands

testnet lncli codes must include --network=testnet

Example

$ lncli --network=testnet getinfo