Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
5969130
Topic
348327
Board
Mining support
Re: BITMAIN Antminer support and OverClocking thread
by
abracadabra
on
29/03/2014, 16:20:14 UTC
Quote from: klondike_bar on March 29, 2014, 04:07:20 PM
Quote from: solarion on March 28, 2014, 09:15:40 PM
Quote from: bitterdog on March 28, 2014, 08:24:31 PM
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.
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
Check out dsh (distributed shell)
apt-get install dsh