Thanks for the help miniZ and DanGB
I managed to exclude and d/l new miner
Please forgive my ignorance, this command isn't working for me.
:loop
.\miniZ.exe --url= 1442d0fab48a6d76dee30643ff01d9b7e83790df46f6b7e69a72e891c028202f.1060s@beam.sunpool.top:3334
timeout /t 5
goto loop
'.\miniZ.exe' not recognized as an internal or external,
operable program or batch file
Thanks again in advance
Hi BigHarryArmsi,
that error indicates that miniZ.exe cannot be found. Could you check that you have the bat file in the same folder as miniZ.exe file?
If this error disappears, you might get a different error message.
You will need to correct a couple of things in your bat file: there is a space after the
--url=, also you are trying to mine to an ssl port so you need to add
ssl://.
Like this:
:loop
.\miniZ.exe --url=ssl://1442d0fab48a6d76dee30643ff01d9b7e83790df46f6b7e69a72e891c028202f.1060s@beam.sunpool.top:3334
timeout /t 5
goto loop
Let us know how it goes.
Cheers