How to mine DOGECOIN on domestic computers, using TUN without proxy?
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:
[*]@echo off
[*]
[*]setlocal enableDelayedExpansion
[*]
[*]Rem #################################
[*]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 #################################
[*]
[*]:loop
[*]lolMiner.exe --algo ETHASH --pool !POOL! --user !WALLET! --watchdog exit
[*]if %ERRORLEVEL% == 42 (
[*]timeout 10
[*]goto loop
[*])
[*]
[*]pause复制代码
Note: Run the bat file by double-clicking, don't run it with administrator mode, will get an error.
页:
[1]