Post
Topic
Board Mining (Altcoins)
Re: mkxminer: fast Lyra2rev2 miner for AMD GPUs (Vertcoin, Monacoin, Verge, STRAKS)
by
thekev
on 24/02/2018, 20:16:29 UTC
Can someone help me please?

https://postimg.org/image/qxoy4od03/

this happens every 6 hours or less

Same. My workaround (on linux). In a screen session:
Code:
while true; do ./mkxminer -o stratum+tls://vtc.suprnova.cc:5676 -u -p -I 21 --asm | tee /tmp/mkxminer.log; sleep 5; done
And in another screen session:
Code:
while true; do ISODT=$(date --iso-8601=ns); if grep 'server reply - error 301' /tmp/mkxminer.log; then killall -9 mkxminer; mv -v /tmp/mkxminer.log /tmp/mkxminer_${ISODT}.log; else echo $ISODT; sleep 30; fi; done

Keeps it running most of the time. Seriously, this code is pretty bad. Just give up the source so we can fix it? Sigh.