Post
Topic
Board Hardware
Re: CoinTerra announces its first ASIC - Hash-Rate greater than 500 GH/s
by
dprophet
on 27/02/2014, 16:12:02 UTC
Cointerra machines are 6% of the entire BTC network?

http://www.prnewswire.com/news-releases/cointerra-ships-its-1000th-terraminer-bitcoin-miner-now-powering-over-6-of-the-bitcoin-network-247546961.html

Thats a lot.


for those with slightly unreliable cointerras, I've written a very small script based on the cgminer reference python that monitors and restarts cgminer, it's really simple so not sure why I'm bothering to share but let me know if it's useful

http://pastebin.com/ZgyV0D3q

you need to install sshpass (apt-get install sshpass)

to use, just run cointerra.py and it will check the status and restart cgminer - I put it in a loop with a 2 min sleep or something.

Will

I wrote an entire monitoring agent for the cointerra machines.  Full integration with mobile phones.  I have several feature requests I am adding.

https://github.com/dprophet/cointerra-monitor/