Post
Topic
Board Mining support
Re: BITMAIN Antminer support and OverClocking thread
by
klondike_bar
on 29/03/2014, 18:23:26 UTC
There is a cgminer fix for HW errors in the github 4 days old... how do you update just the cgminer?

clear
cd /usr/bin/
wget http://kano-kun.net/AntS1/cgminer-ants1-4.2.0-00567a4
chmod +x cgminer-ants1-4.2.0-00567a4
mv cgminer cgminer.original
ln -s cgminer-ants1-4.2.0-00567a4 cgminer

https://github.com/kanoi/cgminer-binaries/tree/master/AntS1

kano is a good egg. Wink


How could I implement this across 14 different units at once?  its a pain to open up 14 SSH modules and input these steps one at a time for each.

No one said it'd be easy Wink

Check out dsh (distributed shell)

apt-get install dsh

^perfect, that the sort of thing i was looking for. Anyone have experiences where th epdate requires the miners to be downclocked a little bit? Mine generally are all set at various speeds from 375Mhz to 400Mhz and I want to make sure the update wont cause some of them to immediately become troublesome.

all my maintenance is remote (teamviewer to a local PC that runs a putty SSH)