Advertisement
Guest User

bitcoin.conf

a guest
Feb 10th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. server=1
  2. daemon=1
  3.  
  4. # If run on the test network instead of the real bitcoin network
  5. testnet=1
  6.  
  7. # You must set rpcuser and rpcpassword to secure the JSON-RPC api
  8. # Please make rpcpassword to something secure, `5gKAgrJv8CQr2CGUhjVbBFLSj29HnE6YGXvfykHJzS3k` for example.
  9. # Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332)
  10. rpcuser=rpcuser
  11. rpcpassword=rpcpassword
  12. rpcbind=127.0.0.1
  13. rpcbind=192.168.0.152
  14. rpcport=18332
  15. rpcallowip=192.168.0.151/255.255.255.0
  16. maxconnections=20000
  17. # Notify when receiving coins
  18. walletnotify=/usr/local/sbin/rabbitmqadmin -H 192.168.0.151 -u btcuser1 -p btcpassword1 publish routing_key=peatio.deposit.coin payload='{"txid":"%s", "channel_key":"satoshi"}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement