Guest User

Untitled

a guest
Dec 12th, 2017
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. For news linux users, what to do when simplemining.net is down :
  2.  
  3. Login to your miner using putty (default username/passwd : miner/miner)
  4. (or open a terminal if you're in front of the RIG)
  5.  
  6. Type :
  7.  
  8. miner@simpleminer:~$ sudo nano /etc/hosts
  9.  
  10. You'll be in a file editor.
  11. Make it look like this :
  12.  
  13. [quote]
  14. 127.0.0.1 localhost
  15. 127.0.1.1 simpleminer
  16.  
  17. [b]127.0.0.1 simplemining.net[/b]
  18.  
  19. # The following lines are desirable for IPv6 capable hosts
  20. ::1 localhost ip6-localhost ip6-loopback
  21. ff02::1 ip6-allnodes
  22. ff02::2 ip6-allrouters
  23. [/quote]
  24.  
  25. Press Ctrl+X, press Y, Enter, to Save and exit the file editor
  26. Reboot
  27.  
  28. You now cannot connect to simplemining.net, and the script will not bother you with [i]Retrying connection[/i]
  29. Your RIG will mine on the last settings downloaded. In order to change them, edit the file /home/miner/config.json to match your changes (beware of json syntax).
  30.  
  31. When SMOS is back up, edit your [b]/etc/hosts[/b] again, and remove or comment out the line you added with a #
Advertisement
Add Comment
Please, Sign In to add comment