|
The text has been successfully translated into English and is as follows:
This post was last edited by 1992 on November 17, 2024 at 9:42 PM
It's done, use tun mode, you can also do without global settings
Previously because there was no setting for the content in the bat file, the template content was like this:
[ol]@echo offsetlocal enableDelayedExpansionRem #################################Rem ## Begin of user-editable part ##Rem #################################set "POOL=ethash.unmineable.com:3333" set "WALLET=DOGE:狗币钱包地址.矿工名字#2yz6-4blo.lolMinerWorker" Rem #################################Rem ## End of user-editable part ##Rem #################################:looplolMiner.exe --algo ETHASH --pool !POOL! --user !WALLET! --watchdog exitif %ERRORLEVEL% == 42 ( timeout 10 goto loop)pause[/ol]复制代码
Note: Run the bat file by double-clicking, don't run it with administrator mode, will get an error. |
|