Guest User

Untitled

a guest
Mar 10th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 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=UserN4m3
  11. rpcpassword=Pa$$w0rD
  12. rpcport=18332
  13.  
  14. # Notify when receiving coins
  15. walletnotify=/usr/local/sbin/rabbitmqadmin publish routing_key=peatio.deposit.coin payload='{"txid":"%s", "channel_key":"satoshi"}'
Add Comment
Please, Sign In to add comment