@@ -14,15 +14,31 @@ If you find this tool useful and like to support its continued
1414 DOGE donation address: DT9ghsGmez6ojVdEZgvaZbT2Z3TruXG6yP
1515 HVC donation address: HNN3PyyTMkDo4RkEjkWSGMwqia1yD8mwJN
1616 GRS donation address: FmJKJAhvyHWPeEVeLQHefr2naqgWc9ABTM
17+ MYR donation address: MNHM7Q7HVfGpKDJgVJrY8ofwvmeugNewyf
1718 JPC donation address: JYFBypVDkk583yKWY4M46TG5vXG8hfgD2U
19+ SFR donation address: SR4b87aEnPfTs77bo9NnnaV21fiF6jQpAp
1820 MNC donation address: MShgNUSYwybEbXLvJUtdNg1a7rUeiNgooK
21+ BTQ donation address: 13GFwLiZL2DaA9XeE733PNrQX5QYLFsonS
1922***************************************************************
2023
2124>>> Introduction <<<
2225
2326This is a CUDA accelerated mining application for use with
24- HeavyCoin and FugueCoin. We did not take effort on usability,
25- so please set your parameters carefuly.
27+
28+ HeavyCoin & MjollnirCoin
29+ FugueCoin
30+ GroestlCoin & Myriad-Groestl
31+ JackpotCoin
32+ QuarkCoin family & AnimeCoin
33+
34+ where some of these coins have a VERY NOTABLE nVidia advantage
35+ over competing AMD (OpenCL) implementations.
36+
37+ X11 algo is being worked on. It will be released when we
38+ have achieved a nice nVidia advantage.
39+
40+ We did not take a big effort on improving usability, so please set
41+ your parameters carefuly.
2642
2743THIS PROGRAMM IS PROVIDED "AS-IS", USE IT AT YOUR OWN RISK!
2844
@@ -81,13 +97,13 @@ its command line interface and options.
8197
8298Example for Heavycoin Mining on heavycoinpool.com with a single gpu in your system
8399
84- ccminer.exe -t 1 -a heavy -o stratum+tcp://stratum01.heavycoinpool.com:5333 -u <<username.worker>> -p <<workerpassword>> -v 512
100+ ccminer.exe -t 1 -a heavy -o stratum+tcp://stratum01.heavycoinpool.com:5333 -u <<username.worker>> -p <<workerpassword>> -v 8
85101
86102
87103
88104Example for Heavycoin Mining on hvc.1gh.com with a dual gpu in your system
89105
90- ccminer.exe -t 2 -a heavy -o stratum+tcp://hvcpool.1gh.com:5333 -u <<WALLET>> -p x -v 512
106+ ccminer.exe -t 2 -a heavy -o stratum+tcp://hvcpool.1gh.com:5333 -u <<WALLET>> -p x -v 8
91107
92108
93109
@@ -116,8 +132,9 @@ the server flag in the wallet's .conf file set to 1
116132>>> Additional Notes <<<
117133
118134This code should be running on nVidia GPUs ranging from compute capability
119- 2.0 up to compute capability 3.5. Just don't expect any hashing miracles
120- from your old clunkers.
135+ 3.0 up to compute capability 3.5. Support for Compute 2.0 has been dropped
136+ so we can more efficiently implement new algorithms using the latest hardware
137+ features.
121138
122139>>> RELEASE HISTORY <<<
123140
0 commit comments