Post
Topic
Board Mining (Altcoins)
Re: [Minera v0.3.5] Your next mining dashboard is here. CPUminer/CGminer/BFGminer.
by
Trimegistus
on 14/09/2014, 15:41:38 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.