Running your Wallet/Node on Testnet

Running your wallet or node on testnet, instead of mainnet, is essential for all developers or users that want to test new features without using “real” NEBL. Testnet NEBL is worthless, easily attainable, and is perfectly suited for developing with and testing new features.

To start your node or wallet in testnet mode, add the following to your neblio.conf:

testnet=1 
addnode=nebliodseed1.nebl.io
addnode=nebliodseed2.nebl.io
1125 reads