File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
# working_dir = "/dir/to/save/chainstate"
3
3
rpc_bind = " 0.0.0.0:20443"
4
4
p2p_bind = " 0.0.0.0:20444"
5
- bootstrap_node = " 029266faff4c8e0ca4f934f34996a96af481df94a89b0c9bd515f3536a95682ddc@seed.testnet.hiro.so:20444 "
5
+ bootstrap_node = " 029266faff4c8e0ca4f934f34996a96af481df94a89b0c9bd515f3536a95682ddc@seed.testnet.hiro.so:30444 "
6
6
wait_time_for_microblocks = 10000
7
7
8
8
[burnchain ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ p2p_bind = "0.0.0.0:20444"
5
5
seed = " <YOUR_SEED>"
6
6
local_peer_seed = " <YOUR_SEED>"
7
7
miner = true
8
- bootstrap_node = " 029266faff4c8e0ca4f934f34996a96af481df94a89b0c9bd515f3536a95682ddc@seed.testnet.hiro.so:20444 "
8
+ bootstrap_node = " 029266faff4c8e0ca4f934f34996a96af481df94a89b0c9bd515f3536a95682ddc@seed.testnet.hiro.so:30444 "
9
9
wait_time_for_microblocks = 10000
10
10
11
11
[burnchain ]
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ impl ConfigFile {
206
206
} ;
207
207
208
208
let node = NodeConfigFile {
209
- bootstrap_node : Some ( "029266faff4c8e0ca4f934f34996a96af481df94a89b0c9bd515f3536a95682ddc@seed.testnet.hiro.so:20444 " . to_string ( ) ) ,
209
+ bootstrap_node : Some ( "029266faff4c8e0ca4f934f34996a96af481df94a89b0c9bd515f3536a95682ddc@seed.testnet.hiro.so:30444 " . to_string ( ) ) ,
210
210
miner : Some ( false ) ,
211
211
..NodeConfigFile :: default ( )
212
212
} ;
You can’t perform that action at this time.
0 commit comments