Skip to content

Commit a3f4e78

Browse files
Christian BuchnerChristian Buchner
authored andcommitted
bump to version v0.2
1 parent f67ee69 commit a3f4e78

File tree

12 files changed

+1041
-1234
lines changed

12 files changed

+1041
-1234
lines changed

Makefile.am

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,3 @@ ccminer_CPPFLAGS = -msse2 @LIBCURL_CPPFLAGS@ @OPENMP_CFLAGS@ $(PTHREAD_FLAGS) -f
3535

3636
.cu.o:
3737
$(NVCC) @CFLAGS@ -Xptxas "-abi=no -v" -arch=compute_20 --maxrregcount=63 --ptxas-options=-v $(JANSSON_INCLUDES) -o $@ -c $<
38-
39-
## Thrust needs Compute 2.0 minimum
40-
#heavy.o: heavy.cu
41-
# $(NVCC) @CFLAGS@ -Xptxas "-abi=no -v" -arch=compute_20 --maxrregcount=63 --ptxas-options=-v $(JANSSON_INCLUDES) -o $@ -c $<
42-
#
43-
#cuda_hefty1.o: cuda_hefty1.cu
44-
# $(NVCC) @CFLAGS@ -Xptxas "-abi=no -v" -arch=compute_20 --maxrregcount=63 --ptxas-options=-v $(JANSSON_INCLUDES) -o $@ -c $<
45-

Makefile.in

Lines changed: 246 additions & 322 deletions
Large diffs are not rendered by default.

README.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
ccMiner release Mar 18th 2014 - Initial Release
2+
ccMiner release 0.2 (Mar 21th 2014) - Pool Mining Release
33
-------------------------------------------------------------
44

55
***************************************************************
@@ -80,6 +80,12 @@ Example for Fuguecoin solo-mining with 4 gpu's in your system and a Fuguecoin-wa
8080

8181
cudaminer.exe -q -s 1 -t 4 -a fugue256 -o http://localhost:9089 -u <<myusername>> -p <<mypassword>>
8282

83+
84+
Example for Fuguecoin pool mining on dwarfpool.com with all your GPUs
85+
86+
-q -a fugue256 -o stratum+tcp://erebor.dwarfpool.com:3340 -u YOURWALLETADDRESS.1 -p YOUREMAILADDRESS
87+
88+
8389
For solo-mining you typically use -o 127.0.0.1:xxxx where xxxx represents
8490
the RPC portnumber specified in your wallet's .conf file and you have to
8591
pass the same username and password with -O as specified in the wallet's
@@ -95,6 +101,12 @@ from your old clunkers.
95101

96102
>>> RELEASE HISTORY <<<
97103

104+
March, 21 2014 use of shared memory in Fugue256 kernel boosts hash rates
105+
on Fermi and Maxwell devices. Kepler may suffer slightly
106+
(3-5%)
107+
108+
Fixed Stratum for Fuguecoin. Tested on dwarfpool.
109+
98110
March, 18 2014 initial release.
99111

100112

0 commit comments

Comments
 (0)