Skip to content

Commit fe00065

Browse files
committed
release 0.3.0 monero v7
1 parent 6f6e73c commit fe00065

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ ccminer is developed by Christian Buchner's & Christian H.'s and modified by
88
# Source Code
99

1010
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+
```
1119

1220
# Known Issues/Solution
1321

Binary file not shown.

xmrMiner_easyStart.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ rem time between a kernel start
2222
set 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

2727
pause

0 commit comments

Comments
 (0)