Guest User

Untitled

a guest
Feb 10th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. # Example bitcoin.conf for RaspiBolt
  2. server=1
  3. daemon=1
  4. testnet=1
  5. txindex=1
  6.  
  7. # Connection settings
  8. rpcuser=raspibolt
  9. rpcpassword=
  10. zmqpubrawblock=tcp://127.0.0.1:29000
  11. zmqpubrawtx=tcp://127.0.0.1:29000
  12.  
  13. # Raspberry Pi optimizations
  14. dbcache=100
  15. maxorphantx=10
  16. maxmempool=50
  17. maxconnections=40
  18. maxuploadtarget=5000
Add Comment
Please, Sign In to add comment