Hi guys i am using the latest starminer and looking the nst6563 config file, i wonder if i can run my 5 furys at differents speeds, i have 4 that gave me usual 5%HW at 340 clock but a i have one that give 10% even at 328, si can i set a different clock for each one?, thanks
I would like to say "yes"....however I wasn't able to myself. Despite what my config shows, it seems that the fury's are set to 381 from the "zeus-clock" setting and not the "zeus-options"
However...it should be possible and it's very likely I just don't have syntax right or something (even though the falcon is set to 345 as specified in zeus-options)
Here is some text from dmaxl's github:
The Zeus driver needs to be configured with two runtime options: the number of chips per ASIC device with --zeus-chips and the desired clock speed in MHz with --zeus-clock. These options are applied to all Zeus miners. To set options for a specific device use --zeus-options ID,chips,clock where ID specifies the device (see below) and chips and clock set the respective options. Multiple ID,chips,clock tuples can be joined together separated by semi-colons.
And then this post from jstefanop on litecointalk (
https://litecointalk.org/index.php?topic=16301.7545 ) :
Finally got cgminer 4.3.5 working on windows with Zeus ASICS!
The latest win build is here:
https://mega.co.nz/#!dk52wSYC!L1tHEZnXlNU8tp3amI1-_CxxgzdMNEvjbbo1SlVxSy0
This is based off dmaxl's cgminer port for starminer...source here:
https://github.com/dmaxl/cgminer so big kudos goes to dmaxl and starminer for porting the zeus driver over to the newer cgminer builds (keep in mind if you want to compile yourself use the zeus_mingw branch)
Basic commands to get this running
./cgminer.exe --scrypt --zeus-chips 96 --zeus-clock 328 --scan-serial //./COM1
obviously replacing chip clock and com port numbers to the correct values...if you want to mix multiple devices here is the format
./cgminer.exe --scrypt --scan-serial //./COM1 --scan-serial //./COM2 --zeus-options //./COM1,96,328;//./COM2,128,338;
so if you have a mix of different devices use the --zeus-option flag in the format of COMPORT,CHIPCOUNT,CLOCKSPEED;COMPORT,CHIPCOUNT,CLOCKSPEED;etc;etc
If you just have a bunch of the same devices (i.e. a bunch of blizzards) then just use the --zeus-chips --zeus-clock options once and --scan-serial for each device
You can also try --scan-serial zeus:auto to auto scan them.
Thats all for now please report any issues as this is a preliminary build, but it should be much more stable than bfgminer with certain pools/multipools