mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-13 08:40:45 +08:00
Bump graceful termination: from 1d to 3d
This commit is contained in:
@@ -9,7 +9,7 @@ mode = "argon"
|
||||
peer_host = "argon.blockstack.org"
|
||||
rpc_port = 18443
|
||||
peer_port = 18444
|
||||
process_exit_at_block_height = 3180
|
||||
process_exit_at_block_height = 8940
|
||||
|
||||
[[mstx_balance]]
|
||||
address = "STB44HYPYAT2BB2QE513NSP81HTMYWBJP02HPGK6"
|
||||
|
||||
@@ -91,7 +91,7 @@ impl ConfigFile {
|
||||
rpc_port: Some(18443),
|
||||
peer_port: Some(18444),
|
||||
peer_host: Some("argon.blockstack.org".to_string()),
|
||||
process_exit_at_block_height: Some(2880 + 300), // 1 block every 30s, 24 hours + 300 blocks initially mined for seeding faucet / miner
|
||||
process_exit_at_block_height: Some(8640 + 300), // 1 block every 30s, 24 hours * 3 + 300 blocks initially mined for seeding faucet / miner
|
||||
..BurnchainConfigFile::default()
|
||||
};
|
||||
|
||||
|
||||
@@ -109,7 +109,7 @@ helium\t\tStart a node based on a local setup relying on a local instance of bit
|
||||
\t\t rpcuser=helium
|
||||
\t\t rpcpassword=helium
|
||||
|
||||
neon\t\tStart a node that will join and stream blocks from the public neon testnet, powered by Blockstack.
|
||||
argon\t\tStart a node that will join and stream blocks from the public argon testnet, powered by Blockstack.
|
||||
|
||||
start\t\tStart a node with a config of your own. Can be used for joining a network, starting new chain, etc.
|
||||
\t\tArguments:
|
||||
|
||||
Reference in New Issue
Block a user