Post
Topic
Board Hardware
Re: ANTMINER S3 Discussion and Support Thread.
by
chinesebob
on 14/12/2014, 17:28:38 UTC
If anyone still running the new firmware, would you please post here the line used to start cgminer? It "should" be in the System Log (under Status) immediately after starting up (I think that is where I saw it before, but may be wrong!) or even better, if you SSH into the rig open the file /etc/init.d/cgminer with vi editor and scroll down to the line that starts PARAMS= (not #PARAMS=). I think the issue of dropping hash-rate may be due to the setting of auto-voltage / frequency (and the startup line may reveal that!).

You can extract the filesystem from the new firmware like this
Code:

dd if=antMiner_S320141126.bin of=kernel bs=1 ibs=1 count=1015116
dd if=antMiner_S320141126.bin of=filesystem.squashfs bs=1 ibs=1 count=2448854 skip=1015116
unsquashfs filesystem.squashfs
ls -1 squashfs-root