Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. # This makes daemon listen
  2. listen=1
  3.  
  4. # If you have more than 20 mining rigs, fix this
  5. rpcthreads=20
  6.  
  7. # Username and password
  8. rpcuser=sig
  9. rpcpassword=classic
  10.  
  11. # Change this to whatever port you want
  12. rpcport=6969
  13.  
  14. # Myself
  15. rpcallowip=127.0.0.1
  16.  
  17. # Lazybird
  18. rpcallowip=192.168.0.99
  19.  
  20. # Apollo 11
  21. rpcallowip=192.168.0.102
  22.  
  23. # Goodhank
  24. rpcallowip=192.168.0.107
  25.  
  26. # Fire Red
  27. rpcallowip=192.168.0.129
  28.  
  29. # Baby Blue
  30. rpcallowip=192.168.0.163
  31.  
  32. # Deep Blue
  33. rpcallowip=192.168.0.175
  34.  
  35. # Woody
  36. rpcallowip=192.168.0.212
  37.  
  38. # Charlie
  39. rpcallowip=192.168.0.227
  40.  
  41. # Liquid
  42. rpcallowip=192.168.0.236
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement