Is there any way to set the mining threads in one batch file?
Opening 8 or 16 batch files is really a pain...
Small mining guide for people using moneropool.org
Create these 2 batch files in the same map as your simpleminer.exe
start_simpleminer.bat:while1
simpleminer.exe --pool-addr=moneropool.org:5555 --login=YOUR_PUBLIC_ADDRESS_HERE --pass 123
goto :while1
start_pool_mining.batsetp var="Number of threads: "
seta "x = 1"
:while1
if %x% leq %var% (
start start_simpleminer.bat
seta "x = x + 1"
goto :while1
)
*********************************
To start mining, just double click "start_pool_mining.bat" and type in the number of threads you want to use.
If one of the threads disconnects, it will automatically try to reconnect.
tips welcome at 476vSXvkSEP9EjwiDDUS4Q86absLKEeYVg4piy6bpQLnUXoNwMbx1qQUjUxPg79TxUdyArDL6uukgWu
LQkz4WaNFVhvAgVf
