Advertisement
Guest User

Untitled

a guest
Jun 12th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. # save file as /etc/darknet/darknet.conf
  2. rpcuser=$YOUR_USERNAME
  3. rpcpassword=$YOUR_PASS
  4. rpcallowip=127.0.0.1
  5. rpcport=51470
  6.  
  7. logtimestamps=1
  8. maxconnections=256
  9.  
  10. # IPv6 interface
  11. bind=[2021:19f0:4919:84a5::1]:51472
  12.  
  13. # IPv6 interface
  14. bind=216.34.181.48:51472
  15.  
  16. listen=1
  17. server=1
  18. daemon=1
  19.  
  20. gen=0
  21. masternode=1
  22. masternodeprivkey=$YOUR_MASTERNODE_KEY
  23.  
  24. addnode=coin-server.com:51472
  25. addnode=104.131.140.204
  26. addnode=104.131.2.154
  27. addnode=104.154.107.9
  28. addnode=104.156.251.173
  29. addnode=104.172.24.79
  30. addnode=104.196.37.54
  31. addnode=104.200.151.6
  32. addnode=104.207.138.23
  33. addnode=104.218.120.208
  34. addnode=104.218.120.209
  35. addnode=104.232.37.138
  36. addnode=104.236.183.29
  37. addnode=104.238.173.4
  38. addnode=104.238.185.162
  39. addnode=107.170.196.135
  40. addnode=107.170.238.241
  41. addnode=107.191.44.174
  42. addnode=108.61.117.204
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement