File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ impl ConfigFile {
181
181
mode : Some ( "xenon" . to_string ( ) ) ,
182
182
rpc_port : Some ( 18332 ) ,
183
183
peer_port : Some ( 18333 ) ,
184
- peer_host : Some ( "bitcoind.testnet.stacks.co " . to_string ( ) ) ,
184
+ peer_host : Some ( "0.0.0.0 " . to_string ( ) ) ,
185
185
magic_bytes : Some ( "T2" . into ( ) ) ,
186
186
..BurnchainConfigFile :: default ( )
187
187
} ;
@@ -227,9 +227,9 @@ impl ConfigFile {
227
227
mode : Some ( "mainnet" . to_string ( ) ) ,
228
228
rpc_port : Some ( 8332 ) ,
229
229
peer_port : Some ( 8333 ) ,
230
- peer_host : Some ( "bitcoin.blockstack.com " . to_string ( ) ) ,
231
- username : Some ( "blockstack " . to_string ( ) ) ,
232
- password : Some ( "blockstacksystem " . to_string ( ) ) ,
230
+ peer_host : Some ( "0.0.0.0 " . to_string ( ) ) ,
231
+ username : Some ( "bitcoin " . to_string ( ) ) ,
232
+ password : Some ( "bitcoin " . to_string ( ) ) ,
233
233
magic_bytes : Some ( "X2" . to_string ( ) ) ,
234
234
..BurnchainConfigFile :: default ( )
235
235
} ;
You can’t perform that action at this time.
0 commit comments