Hello all,
Can someone show me an example of a bat file configured (WINDOWS VERSION) so I just have to put pool and worker info? I have to switch to DSTM as EWBF is a dead project.
Your assistance will be much appreciated.
Regards,
Hristo
I'll bite. I need more posts I guess.
Pick a place for your thingy to live and replace the folder with that location. You'll need it later if you monitor the task, otherwise ignore.
@cd /d C:\mydstmdir\
@zm --server us1-zcash.flypool.org --port 3333 --user t1MehZfBsfM8aYc2BGJFLaKh6vby14vRwit.rigid --pass x --telemetry=0.0.0.0:54321 --color
tasklist /nh /fi "imagename eq zm.exe" | find /i "zm.exe" || (start C:\mydstmdir\flypool.cmd)
The second one, you can make a scheduled task to run at logon, delay some seconds or minutes, re-run every 5 minutes. It sends replaces your connected server with mine and gives me all your fake money OR it checks if zm is running and if not it runs your bat file. If it's the latter then you don't even run the first bat, the 2nd does it.