Post
Topic
Board Hardware
Re: [Setup & Troubleshoot] Bitmain AntMiner S1 180GH/S miner
by
Raptor2213
on 31/03/2014, 21:11:58 UTC
I'm having issues updating cgminer with Kano's firmware at https://github.com/kanoi/cgminer-binaries/tree/master/AntS1
I run the following command in putty:
Code:
cd /usr/bin/
wget http://kano-kun.net/AntS1/cgminer-ants1-4.2.2a-7b8fb34
chmod +x cgminer-ants1-4.2.2a-7b8fb34
mv cgminer cgminer.original
rm cgminer
ln -s cgminer-ants1-4.2.2a-7b8fb34 cgminer

I've saved and applied and even restarted the miner.  It uses disk space, but doesn't update the cgminer version past 3.12.0-1 (should be updating to 4.2.2a).

Are you seeing any error messages after executing each of those commands when you're logged into your S1's terminal?
What exactly are you seeing?

Code:
alias: -l not found
root@antMiner:~# cd /usr/bin/
root@antMiner:/usr/bin# wget http://kano-kun.net/AntS1/cgminer-ants1-4.2.2a-7b8fb34
Connecting to kano-kun.net (198.100.107.213:80)
cgminer-ants1-4.2.2a 100% |*******************************|   348k  0:00:00 ETA
root@antMiner:/usr/bin# chmod +x cgminer-ants1-4.2.2a-7b8fb34
root@antMiner:/usr/bin# mv cgminer cgminer.original
root@antMiner:/usr/bin# rm cgminer
rm: can't remove 'cgminer': No such file or directory
root@antMiner:/usr/bin# ln -s cgminer-ants1-4.2.2a-7b8fb34 cgminer
root@antMiner:/usr/bin#
root@antMiner:/usr/bin#
No errors (except for the rm command, which isn't needed for first-time-use).