Advertisement
Guest User

Untitled

a guest
Aug 25th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. testnet=1
  2. server=1
  3. rpcuser=Ulysseys
  4. rpcpassword=YourrrPassword
  5. rpctimeout=30
  6. rpcport=8332
  7.  
  8. $ docker volume create --name=bitcoind-data
  9.  
  10. docker run -v bitcoind-data:/bitcoin --name=bitcoind-node -d
  11. -p 8333:8333
  12. -p 127.0.0.1:8332:8332
  13. -v /path/to/bitcoin.conf:/bitcoin/.bitcoin/bitcoin.conf
  14. kylemanna/bitcoind -testnet
  15.  
  16. {
  17. "version": 140200,
  18. "protocolversion": 70015,
  19. "walletversion": 130000,
  20. "balance": 0.00000000,
  21. "blocks": 0,
  22. "timeoffset": 0,
  23. "connections": 0,
  24. "proxy": "",
  25. "difficulty": 1,
  26. "testnet": true,
  27. "keypoololdest": 1503649077,
  28. "keypoolsize": 100,
  29. "paytxfee": 0.00000000,
  30. "relayfee": 0.00001000,
  31. "errors": ""
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement