Guest User

Untitled

a guest
Jan 16th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. server=1
  2. rpcallowip=127.0.0.1
  3. rpcuser=userrunningbitcoind
  4. rpcpassword=passwordofuserrunningbitcoind
  5. rpcport=7788
  6. walletnotify=/home/userrunningbitcoind/transaction.sh %s
  7.  
  8. #!/bin/sh
  9. curl -d "txid=$1" http://127.0.0.1/api/process-payment
Add Comment
Please, Sign In to add comment