Difference between revisions of "Bitcoin Mainnet vs Testnet"

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


RECKLESS!
=Testnet=
Fake coins, good for testing!
 
==LND Commands==
testnet lncli codes must include ''--network=testnet''
 
'''Example'''
<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