Advertisement
Guest User

Untitled

a guest
Jul 14th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. if (params == RegTestParams.get()) {
  2. // Regression test mode is designed for testing and development only, so there's no public network for it.
  3. // If you pick this mode, you're expected to be running a local "bitcoind -regtest" instance.
  4. kit.connectToLocalHost();
  5. }
  6.  
  7. bitcoind -debug=1 -printtoconsole -server
  8. -regtest -listen -rpcport=8332
  9. -rpcuser=yourrpcuser -rpcpassword=yourrpcpass -rpcallowip=18.138.5.97
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement