Skip to content

Commit 6f6e73c

Browse files
author
psychocrypt
committed
release version 0.2.1
- increase fermi performance by a factor of 1.5 - increase miner interactivity
1 parent 0c666cf commit 6f6e73c

5 files changed

+6
-36
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ ccminer is developed by Christian Buchner's & Christian H.'s and modified by
55

66
**This reposetory contains only the Windows 64bit binaries for the project xmrMiner.**
77

8-
There are two binaries available:
9-
- `xmrMiner_VERSION.exe` is static linked against CUDA8
10-
- `xmrMiner_VERSION_dyn.exe` is dynamic linked against CUDA8
11-
128
# Source Code
139

1410
The source code for the binaries can be found under [https://github.com/xmrMiner/xmrMiner](https://github.com/xmrMiner/xmrMiner)
@@ -28,7 +24,8 @@ If you are not so familiar with the Windows terminal you could use the easy scri
2824
- substitude the `poolUrl` with your favorite mining pool url
2925
- check the `poolPassword`
3026
- save all
31-
- double klick on `xmrMiner_VERSION_dyn_easyStart.bat` to start the miner
27+
- double klick on `xmrMiner_VERSION_easyStart.bat` to start the miner
28+
- to reach the best hash rate you need to set the `--launch=TxB` setting
3229

3330
# Performance
3431

xmrMiner_0.2.0_dyn.exe

-10.1 MB
Binary file not shown.

xmrMiner_0.2.0_dyn_easyStart.bat

-27
This file was deleted.
Binary file not shown.

xmrMiner_0.2.0_easyStart.bat renamed to xmrMiner_easyStart.bat

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ rem example: set launchParam=--launch=64x3
1616
set launchParam=
1717

1818
rem greater value means more interactivity of your system but lower hash rate
19-
set bFactor=8
19+
set bFactor=6
2020

2121
rem time between a kernel start
22-
set bSleep=100
22+
set bSleep=25
2323

2424

25-
xmrMiner_0.2.0.exe --url=%poolUrl% -u %xmrAddress% -p %poolPassword% %launchParam% --bfactor=%bFactor% --bsleep=%bSleep%
25+
xmrMiner_0.2.1.exe --url=%poolUrl% -u %xmrAddress% -p %poolPassword% %launchParam% --bfactor=%bFactor% --bsleep=%bSleep%
2626

27-
pause
27+
pause

0 commit comments

Comments
 (0)