Difference between revisions of "ConfigOption/network"

From Snowblossom Wiki
Jump to: navigation, search
m (Fireduck moved page ConfigOptionNetwork to ConfigOption/Network)
(network)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
network
+
==network==
 +
 
 +
Controls which network the binary will use.
 +
 
 +
 
 +
 
 +
* The main snowblossom network is 'snowblossom' or 'mainnet'
 +
* The testing network is 'testnet' or 'teapot'
 +
* The integration testing reg test network is 'regtest' or 'spoon'
 +
 
 +
 
 +
===Default===
 +
<code>
 +
network=snowblossom
 +
</code>
 +
 
 +
===Examples===
 +
<code>
 +
network=snowblossom
 +
 
 +
network=mainnet
 +
 
 +
network=testnet
 +
 
 +
network=teapot
 +
 
 +
network=regtest
 +
 
 +
network=spoon
 +
 
 +
</code>
  
  
Line 5: Line 35:
 
[[Category:ConfigOptions]]
 
[[Category:ConfigOptions]]
 
[[Category:ConfigOptionsArktika]]
 
[[Category:ConfigOptionsArktika]]
 +
[[Category:ConfigOptionsSurfMiner]]
 
[[Category:ConfigOptionsNode]]
 
[[Category:ConfigOptionsNode]]
 
[[Category:ConfigOptionsMiner]]
 
[[Category:ConfigOptionsMiner]]
 
[[Category:ConfigOptionsPoolMiner]]
 
[[Category:ConfigOptionsPoolMiner]]
 
[[Category:ConfigOptionsMrPlow]]
 
[[Category:ConfigOptionsMrPlow]]
[[Category:ConfigOptionsShackleton]]
+
[[Category:ConfigOptionsShackletonExplorer]]
 
[[Category:ConfigOptionsClient]]
 
[[Category:ConfigOptionsClient]]

Latest revision as of 00:08, 24 January 2019

network

Controls which network the binary will use.


  • The main snowblossom network is 'snowblossom' or 'mainnet'
  • The testing network is 'testnet' or 'teapot'
  • The integration testing reg test network is 'regtest' or 'spoon'


Default

network=snowblossom

Examples

network=snowblossom

network=mainnet

network=testnet

network=teapot

network=regtest

network=spoon