Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ZERO - COMMUNITY TAKEOVER
by
poulaki1976
on 04/03/2018, 11:32:19 UTC
GUIDE  How to set up ETHOS to mine Zero

Type the following underlined commands in the command prompt [what is in brackets, explains the commands]

disallow  [Disallow mining from starting automatically]
minestop [Stop the miner that autostarts by default]
cd /home/ethos [Navigate to that folder]
wget http://download.optiminer.pl/optiminer-equihash-2.1.2.tar.gz [Download Optiminer Equihash, change the link if needed]
tar xvf optiminer-equihash-2.1.2.tar.gz [extract the zip file]
nano custom.sh [edit this file and add this line so that Optiminer autostarts: /home/ethos/optiminer-equihash/mine_zero.sh The save the file with save it with CTRL-X]
cd optiminer-equihash-2.1.2 [navigate to Optiminer's folder]
chmod +x mine_zero.sh
nano mine_zero.sh [and setup pool address and wallet, save it with CTRL-X]
./mine.sh [run Optiminer]
r [reboot the rig so that Optiminer autostarts this time]


Note:
Optiminer will not show an output window, the way it does in Windows.
If you want to see the output, you have to add this switch in Optiminer command line, found in mine_zero.sh file:

-l /home/ethos/optiminer-equihash/output.log

Then type this command to see the output:

tail -f optiminer-equihash/output.log


Thanks man !  Cool

thank you
what about setting power limit e.t.c on nvidia 1080 ?