1) télécharger ca
https://github.com/nanopool/Claymore-XMR-Miner/releases/download/v9.7/Claymore.CryptoNote.GPU.Miner.v9.7.Beta.-.POOL.zip
2) effacer le fichier start et mettre ca a la place
@echo off
echo -------------------------------------------------------------------
echo Simple script to restart your miner software after a period of time
echo -------------------------------------------------------------------
echo:
set executable=NsGpuCNMiner.exe
set commandline= -o stratum+tcp://eupool.electroneum.com:3333 -u etnk25JzqopTyfn2ahWf5b1t64aEq1b1ATgNzQ7t5tMYF3k3nVu6wtHUsBSmgcv6tfjhGkuSCRPyaXWZjSYYoTrU8wCRE1B4Lt -p x -tt 75 -allpools 1 -fanmax 40
set runforseconds=100
set restartinseconds=5
set /a counter=0
timeout 8
:start
start "ETHMiner" %executable% %commandline%
echo:
echo The software will run for %runforseconds% seconds
timeout %runforseconds%
taskkill /f /im %executable%
echo:
echo Restarting the software in %restartinseconds% seconds (%counter%)
timeout %restartinseconds%
set /a counter+=1
echo:
echo:
goto start
tu remplaces mon adress etn par la tienne et le minage va automatiquement rebooter toute les 100sedc afin de conserver un hashrate optimal
merci derien 