Guest User

Untitled

a guest
Jan 25th, 2018
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. server=1
  2. daemon=1
  3.  
  4. maxconnections=12
  5. maxuploadtarget=20
  6. rpcuser=xxxx
  7. rpcpassword=xxxx
  8. testnet=1
  9. rpcallowip=52.86.xx.xx
  10. walletnotify=/home/scripts/transaction.sh %s
  11. keypool=10000
  12.  
  13. #!/bin/sh
  14. F=notify_log
  15. D=`date +"%Y%m%d%H%M%S"`
  16. echo ${D} - ${1} >> ${F}
  17.  
  18. 20180126015435 - cf59f4c18a80773164c7efdf2a77722099722b3a61274f940aea52cbd600db2b
  19. 20180126015435 - cf59f4c18a80773164c7efdf2a77722099722b3a61274f940aea52cbd600db2b
Add Comment
Please, Sign In to add comment