Difference between revisions of "ConfigOption/network"
m (Fireduck moved page ConfigOptionNetwork to ConfigOption/Network) |
|||
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 9: | Line 39: | ||
[[Category:ConfigOptionsPoolMiner]] | [[Category:ConfigOptionsPoolMiner]] | ||
[[Category:ConfigOptionsMrPlow]] | [[Category:ConfigOptionsMrPlow]] | ||
− | [[Category: | + | [[Category:ConfigOptionsShackletonExplorer]] |
[[Category:ConfigOptionsClient]] | [[Category:ConfigOptionsClient]] |
Revision as of 18:58, 12 November 2018
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