Post
Topic
Board Mining (Altcoins)
Re: KopiemTu 3.0 - ZCASH & ETH - NVIDIA USB linux distro
by
jk_14
on 16/11/2016, 21:43:01 UTC

ETH/ETC with monitoring support:

(stop your ETH/ETC mining on screen manually first, if running)

Code:

cd /root; mine stop; monitor stop
rm -rf /opt/miners/claymore-7.3
rm -f /root/claymore.tgz

wget http://mbl.cash/claymore.tgz
tar -xPf claymore.tgz

mine switch

mine start
monitor start


P.S. no hashrate impact down to 85W powerlimit




ZCASH with monitoring support:

(stop your zcash mining on screen manually first, if running)

Code:
cd /root; mine stop; monitor stop
rm -rf /opt/miners/silentarmy
rm -f /root/silentarmy.tgz

wget http://mbl.cash/silentarmy.tgz
tar -xPf silentarmy.tgz

mine switch

mine start
monitor start