Post
Topic
Board Mining (Altcoins)
Re: Fourth alt coin thread last three got oversized.
by
xleejohnx
on 19/06/2017, 02:31:18 UTC
is there a way to auto restart EWBF miner if miner or GPU has a problem ? like watchdog for claymore ?

Try this:

Code:

:restart
Timeout /t 30
miner --server eu1-zcash.flypool.org --user t1cURHbxrB4xtBNaPH5xLFWE9CvPU5XQcFZ.ew --pass x --port 3333 --fee 0 --eexit 3 --log 1 --pec
ping 127.0.0.1 > nul
goto :restart


Does that go in the miner batch file? Also (newb question) how do I get the IP address?

This starts the miner and also monitors it
The IP address is a standard host only IP address that the program puts out for monitoring


I once had a power shell script that would monitor any mining software  but I can't find it anywhere

took me forever but i found it
https://drive.google.com/file/d/0B0614dRHRS0RYXRnNWtpeWRjbDg/view?usp=sharing


Thanks for sharing. With my limited knowledge, I changed things around for my ewbf miner but it keeps restarting when it is working well. I think it is because of this argument "if($global:count -gt 5)". What does that exactly imply?

The Global count is number of times the gpu goes to 0 after 5 times it restarts the program
I wrote some of this back when zec miners first came out. I update it soon for ewbf miner