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 {
181181 mode : Some ( "xenon" . to_string ( ) ) ,
182182 rpc_port : Some ( 18332 ) ,
183183 peer_port : Some ( 18333 ) ,
184- peer_host : Some ( "bitcoind.testnet.stacks.co " . to_string ( ) ) ,
184+ peer_host : Some ( "0.0.0.0 " . to_string ( ) ) ,
185185 magic_bytes : Some ( "T2" . into ( ) ) ,
186186 ..BurnchainConfigFile :: default ( )
187187 } ;
@@ -227,9 +227,9 @@ impl ConfigFile {
227227 mode : Some ( "mainnet" . to_string ( ) ) ,
228228 rpc_port : Some ( 8332 ) ,
229229 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 ( ) ) ,
233233 magic_bytes : Some ( "X2" . to_string ( ) ) ,
234234 ..BurnchainConfigFile :: default ( )
235235 } ;
You can’t perform that action at this time.
0 commit comments