Advertisement
Guest User

Untitled

a guest
Dec 20th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. ##
  2. ## bitcoin.conf configuration file. Lines beginning with # are comments.
  3. ##
  4.  
  5. # JSON-RPC options (for controlling a running Bitcoin/bitcoind process)
  6.  
  7. server=1
  8. daemon=1
  9.  
  10. # You must set rpcuser and rpcpassword to secure the JSON-RPC api
  11. rpcuser=UEpfgTGULsLI3HbGciZROsJLwoGqZnxA
  12. rpcpassword=vYvz6mTEr2kP6pFdZnKXOd7yptPI02KZ
  13. rpcallowip=censored
  14. rpcallowip=0.0.0.0/0
  15. rpcallowip=::/0
  16. rpcport=8332
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement