Difference between revisions of "Bitcoin Mainnet vs Testnet"

From lightningwiki.net
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Stub}}
=Mainnet=
=Mainnet=
Where the magic happens. But also a greater risk, most software is in Alpha or BEta phase... You might lose real bitcoins!
Where the magic happens. But also a greater risk, most software is in Alpha or Beta phase... You might lose real bitcoins!


=Testnet=
=Testnet=
Fake coins, good for testing!
Fake coins, good for testing!


lncli codes for testnet must include --network=testnet  
==LND Commands==
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