Skip to content

Commit 52fdaee

Browse files
authored
Merge pull request #40 from BitPoolMining/Dev
Added support for WildRig miner app
2 parents 0d17158 + dc66438 commit 52fdaee

File tree

139 files changed

+4921
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+4921
-8
lines changed

BitPoolMiner/BitPoolMiner.csproj

Lines changed: 149 additions & 1 deletion
Large diffs are not rendered by default.

BitPoolMiner/Enums/MinerBaseType.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public enum MinerBaseType
1111
LyclMiner,
1212
EWBF_NO_ASIC,
1313
CCMinerRaven,
14-
TRex
14+
TRex,
15+
WildRig
1516
}
1617
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@echo off
2+
3+
:loop
4+
wildrig.exe --algo=x16r --opencl-threads 3 --opencl-launch 20x128 --url=stratum+tcp://europe.rvn.bitpoolmining.com:3172 --user=RQAJU3nWpA3tE2uomV54UnkDhvXQrME3LK.DSRIG05 --pass=x --api-port=2883 --opencl-devices=0 --print-full
5+
if ERRORLEVEL 1000 goto custom
6+
timeout /t 5
7+
goto loop
8+
9+
:custom
10+
echo Custom command here
11+
timeout /t 5
12+
goto loop
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
wildrig.exe -help
2+
pause
3+
4+
--opencl-devices=0,1
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@echo off
2+
3+
:loop
4+
wildrig.exe --algo=x16r --opencl-threads 3 --opencl-launch 20x128 --url=europe.rvn.bitpoolmining.com:3172 --user=RQAJU3nWpA3tE2uomV54UnkDhvXQrME3LK.RIG5 --pass=x --api-port=2883
5+
if ERRORLEVEL 1000 goto custom
6+
timeout /t 5
7+
goto loop
8+
9+
:custom
10+
echo Custom command here
11+
timeout /t 5
12+
goto loop

0 commit comments

Comments
 (0)