Advertisement
Guest User

Untitled

a guest
Aug 25th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. rpcuser=kannon
  2. rpcpassword=x
  3.  
  4. # Listen for RPC connections on this TCP port:
  5. rpcport=8232
  6.  
  7. # server=1 to accept JSON-RPC commands
  8. server=1
  9.  
  10. # listen=1 to accept connections from outside
  11. listen=1
  12.  
  13. # RPC connection from localhost allowed
  14. rpcallowip=127.0.0.1
  15. rpcallowip=192.168.*
  16. rpcallowip=172.31.*
  17.  
  18. # Add nodes to connect to specific peers
  19. #addnode=104.128.225.215
  20. #addnode=216.189.144.213
  21. #addnode=162.245.217.165
  22. #addnode=104.131.57.65
  23. #addnode=104.131.42.100
  24.  
  25. # posii=1 to enable PoS staking; default = 0
  26. posii=1
  27.  
  28. # Transaction under stake with a value greater than the threshold is being splitted
  29. stakesplitthreshold=500
  30.  
  31. # Transactions with values less than the threshold will combine into one
  32. stakecombinethreshold=250
  33.  
  34. staking=1
  35. #banscore=500
  36. #maxconnections=128
  37.  
  38. listen=0
  39. connect=104.128.225.215
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement