Post
Topic
Board Mining (Altcoins)
Re: [Minera v0.3.5] Your next mining dashboard is here. CPUminer/CGminer/BFGminer.
by
zdaz14
on 14/09/2014, 15:46:19 UTC

What would be the command to launch the second miner? I'm using cgminer right now (Dmax Zeus). Would I put it in the Extra options or the Startup Extra Commands?

This is an example taken from my rc.local file

Code:
sleep 5
su - minera -c "/usr/bin/screen -dmS cpuminer sudo /var/www/minera/minera-bin/minerd --gc3355=/dev/ttyACM0,/dev/ttyACM3 --gc3355-chips=40 --gc3355-timeout=120 --freq=820 --retries=1 -c /var/www/minera/conf/miner_conf.json"
sleep 20
su - minera -c "/usr/bin/screen -dmS cgminer sudo /var/www/minera/minera-bin/cgminer-dmaxl-zeus --usb 1:7,1:8 --retries=1 --scrypt --gridseed-options freq=825,chips=40 -c /var/www/minera/conf/miner_conf.json1"

It will start cpuminer with two blades and cgminer-zeus with other two but only cpuminer will be monitored by Minera.

So if I have two Furys I would write this to activate the second? (With the first running natively in Minera. Or do I need to put that in the rc.local too?)

Code:
su - minera -c "/usr/bin/screen -dmS cgminer sudo /var/www/minera/minera-bin/cgminer-dmaxl-zeus --usb 1:7,1:8 --retries=1 --scrypt --fury-options freq=340,chips=6 -c /var/www/minera/conf/miner_conf.json1"

May I ask what the --usb command is for? I'll just have it plugged into the second USB slot on my RPi. Should I just change the --usb code to 1:2 then?

Thanks for the help by the way.