Post
Topic
Board Mining (Altcoins)
Re: Fury/Blizzard tuning and mods
by
nwoolls
on 01/07/2014, 04:27:04 UTC
BFGMiner 4.3 (available now) supports ZeusMiner ASICs (and more) on platforms including the Raspberry Pi and 703n:

https://bitcointalk.org/index.php?topic=626361.msg7602542#msg7602542

Has anyone tested this vs the cgminer beta 3 on windows? I will if anyone would like me too.

Edit:

nvm, it doesnt work for me.

Thankfully an RPI will be here soon, use hashra.

Do you have any details? What doesn't work and what did you try?

The driver has been tested on Windows, OS X, Linux, Raspberry Pi, and OpenWrt with both GAW and ZeusMiner ASICs including Blizzards, Furies, and Black Widows.

To start mining, run:

Code:
bfgminer --scrypt -S zus:all -o host:port -u username -p password

If you have more than 6 chips, use:

Code:
bfgminer --scrypt -S zus:all -o host:port -u username -p password --set zus:chips=6

To set the clock, use:

Code:
bfgminer --scrypt -S zus:all -o host:port -u username -p password --set zus:clock=340

Finally, there are a few ZeusMiners with buggy firmware that don't properly respond to detection. For those you may need to use:

Code:
bfgminer --scrypt -S zus:all -o host:port -u username -p password --set zus:ignore_golden_nonce=1