Guest User

Untitled

a guest
Nov 18th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. listen=1
  2. daemon=1
  3. server=1
  4. rest=1
  5. externalip=YOUR_EXTERNAL_IP
  6. bind=0.0.0.0
  7. port=8333
  8. maxconnections=64
  9. upnp=0
  10.  
  11. dbcache=100
  12. maxorphantx=10
  13. maxmempool=50
  14. par=1
  15. checkblocks=24
  16. checklevel=0
  17.  
  18. disablewallet=0
  19.  
  20. rpcbind=127.0.0.1
  21. rpcport=8332
  22. rpcuser=YOUR_USER_NAME
  23. rpcpassword=YOUR_VERY_COMPLEX_PASSWORD
  24. rpcallowip=127.0.0.1
  25. rpcallowip=SOME_OTHER_IP
Add Comment
Please, Sign In to add comment