chb2024 commited on
Commit
410b4bf
·
verified ·
1 Parent(s): 344eaf5

Rename miner-config.bat to miner-config.sh

Browse files
Files changed (2) hide show
  1. miner-config.bat +0 -24
  2. miner-config.sh +6 -0
miner-config.bat DELETED
@@ -1,24 +0,0 @@
1
- @echo off
2
-
3
- setlocal enableDelayedExpansion
4
-
5
- Rem #################################
6
- Rem ## Begin of user-editable part ##
7
- Rem #################################
8
-
9
- set "POOL=ethash.unmineable.com:3333"
10
- set "WALLET=DOGE:DHJiknVbku2TkLyezGLUhcDsM9ZZ86owMf.huggingface1号机#91lo-5z9e.lolMinerWorker"
11
-
12
- Rem #################################
13
- Rem ## End of user-editable part ##
14
- Rem #################################
15
-
16
- :loop
17
- %LOLMINER_PATH%\lolMiner --algo ETHASH --pool %POOL% --user %WALLET% --watchdog exit
18
- if %ERRORLEVEL% == 42 (
19
- sleep 10
20
- goto loop
21
- )
22
-
23
- echo Press Enter when ready...
24
- read -p "" var
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
miner-config.sh ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ POOL=ethash.unmineable.com:3333
4
+ WALLET=DOGE:DHJiknVbku2TkLyezGLUhcDsM9ZZ86owMf.huggingface001
5
+
6
+ lolMiner --algo DOGE --pool $POOL --user $WALLET --watchdog exit