Post
Topic
Board Mining (Altcoins)
Re: [Minera v0.3.4] Your next mining dashboard is here. CPUminer/CGminer/BFGminer.
by
swiftshoot
on 19/08/2014, 05:25:36 UTC
hi,
only a short question.

I have multiple zeus miners (blizz/hurricane/thunder) on usb-hub connected @raspberry with minera. working all fine, no problems here.

Question: How can I set clockrate/chipcounts for each miner?

I can set it via --zeus-clock 328 but this will work then on all, not what I want so far. --zeus-chips etc.

I saw something like --set zus@/dev/ttyUSB0:clock but this is not working.

Here are the ones I figured out...

CGMiner DMAXL
Code:
--scrypt --zeus-options "A402XXXX,256,245;A402XXXY,256,200" --zeus-nocheck-golden
Don't forget the Quotes or it will not work.

BGMiner
Code:
--scrypt -S zeusminer:all --set zeusminer@A402XXXX:clock=245  --set zeusminer@A402XXXY:clock=200 --set zeusminer:chips=256

If you want to get the serial number from the unit. start up in BFGMiner mode.  via terminal login to console and type screen -r
then hit M to manage devices
the first device will be listed with the serial number on it.  to switch processors, press / then type the next location (for Lightning X6. then next unit is at 2048.)
for BFGMiner to target and set different chips and clocks, do as follows:

Code:
--set devicename@serialnumber:setting=value
--set zeusminer@A402XXXX:clock=245
--set zeusminer@A402XXXX:chips=256
remember to add each set for each miner you have.  Using the Serial Number is better since USBTTYs can change numbers and can toast your miners.