File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 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
88# Source Code
99
1010The 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+ ```
1119
1220# Known Issues/Solution
1321
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ rem time between a kernel start
2222set bSleep = 25
2323
2424
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%
2626
2727pause
You can’t perform that action at this time.
0 commit comments