File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ ccminer is developed by Christian Buchner's & Christian H.'s and modified by
8
8
# Source Code
9
9
10
10
The source code for the binaries can be found under [ https://github.com/xmrMiner/xmrMiner ] ( https://github.com/xmrMiner/xmrMiner )
11
+ The precompiled binaries is compiled from the [ code release 0.3.0] ( https://github.com/xmrMiner/xmrMiner/releases/tag/0.3.0 )
12
+
13
+ ## precompiled binary checksum
14
+
15
+ ```
16
+ $ sha256sum xmrMiner_0.3.0.exe
17
+ 1bb33f754b8c1f8de7bcead0282dd4f4c8d48227bd4842c0a9dd004313b7314e xmrMiner_0.3.0.exe
18
+ ```
11
19
12
20
# Known Issues/Solution
13
21
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ rem time between a kernel start
22
22
set bSleep = 25
23
23
24
24
25
- xmrMiner_0.2.1 .exe --url=%poolUrl% -u %xmrAddress% -p %poolPassword% %launchParam% --bfactor=%bFactor% --bsleep=%bSleep%
25
+ xmrMiner_0.3.0 .exe --url=%poolUrl% -u %xmrAddress% -p %poolPassword% %launchParam% --bfactor=%bFactor% --bsleep=%bSleep%
26
26
27
27
pause
You can’t perform that action at this time.
0 commit comments