Author

Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] - page 564. (Read 3426922 times)

sr. member
Activity: 350
Merit: 250
yeh i can see a lot of people are going to ask, here is 32bit and 64bit ccminer 0.6 compiled
https://mega.co.nz/#!Aw13XIYD!ETSB1GRSQdmqGt1jnlMLV4ZOhJ__qtfOSc0vOMKyUQY
legendary
Activity: 1400
Merit: 1000
Does the new ccmine .6 needs compiled to windows first? I see no .exe to run this.
member
Activity: 61
Merit: 10
I've compile it kopiemtu cudaminer linux and it's works but without using autogen
Code:
[2014-04-27 02:23:32] accepted: 105/105 (100.00%), 18324 khash/s (yay!!!)
[2014-04-27 02:23:32] accepted: 106/106 (100.00%), 18324 khash/s (yay!!!)
[2014-04-27 02:23:33] accepted: 107/107 (100.00%), 18279 khash/s (yay!!!)
myr-groestl

I was using sgminer almost the same performance 19mhash both cards 660ti/670
For reference an old 6870 does 9 mhash easy
A 7870 does 8 mhash using same sph-sgminer

I goign to try again in Ubuntu with drivers 337.
legendary
Activity: 1400
Merit: 1000
A ccminer v0.6 source code release was made, adding myriad-groestl (the table based groestl implementation like in the SPH library) and a jackpotcoin implementation.

My jackpotcoin implementation computes only the keccak portion of the JHA hashing algorithm and throws away 7 out of 8 hashes. This is way faster than computing the remaining rounds for the hashes that I am throwing away Wink  jackpot is now a CUDA coin it seems, and it is fit for solo mining. Quick, the AMD miners are going to catch up soon.

Christian


I don't see the jackpot code in the read me.

I tried: ccminer --algo=keccak -i 0 -l T1024x24 -C 2 -L 1024 -m 1 -o localhost:15372 -u user -p pass

--help lists available algos... Use -a jackpot like in the official jackpotcoin cpuminer

I am an idiot because everytime i try and run it i get a ccminer is not recognized internal or external command.

Trying on windows 7
hero member
Activity: 756
Merit: 502
A ccminer v0.6 source code release was made, adding myriad-groestl (the table based groestl implementation like in the SPH library) and a jackpotcoin implementation.

My jackpotcoin implementation computes only the keccak portion of the JHA hashing algorithm and throws away 7 out of 8 hashes. This is way faster than computing the remaining rounds for the hashes that I am throwing away Wink  jackpot is now a CUDA coin it seems, and it is fit for solo mining. Quick, the AMD miners are going to catch up soon.

Christian


I don't see the jackpot code in the read me.

I tried: ccminer --algo=keccak -i 0 -l T1024x24 -C 2 -L 1024 -m 1 -o localhost:15372 -u user -p pass

--help lists available algos... Use -a jackpot like in the official jackpotcoin cpuminer
member
Activity: 61
Merit: 10
/bin/bash: nvcc: orden no encontrada " order not found"
sr. member
Activity: 350
Merit: 250
Any windows relase ? Linux compile give an error.

not today I need to sleep.

the jackpotcoin devs intend to implement a hardfork of their coin to fix the advantage I get from mining only the Keccak parts...what could possibly go wrong :-)

Haha so just dont mine it?
legendary
Activity: 1400
Merit: 1000
A ccminer v0.6 source code release was made, adding myriad-groestl (the table based groestl implementation like in the SPH library) and a jackpotcoin implementation.

My jackpotcoin implementation computes only the keccak portion of the JHA hashing algorithm and throws away 7 out of 8 hashes. This is way faster than computing the remaining rounds for the hashes that I am throwing away Wink  jackpot is now a CUDA coin it seems, and it is fit for solo mining. Quick, the AMD miners are going to catch up soon.

Christian


I don't see the jackpot code in the read me.

I tried: ccminer --algo=keccak -i 0 -l T1024x24 -C 2 -L 1024 -m 1 -o localhost:15372 -u user -p pass

EDIT: Or do we have to know how to compile this for windows in order to use ccminer now?
hero member
Activity: 756
Merit: 502
Any windows relase ? Linux compile give an error.

not today I need to sleep.

the jackpotcoin devs intend to implement a hardfork of their coin to fix the advantage I get from mining only the Keccak parts...what could possibly go wrong :-)
member
Activity: 61
Merit: 10
Any windows relase ? Linux compile give an error.
sr. member
Activity: 350
Merit: 250
12.3MH/s per 750Ti under jackpot coin for anyone interested, thats with 64 bit ccminer

#define MAXWELL_OR_FERMI 0

you should set that to 1 to get better speeds on these architectures.

is it a large improvement though? Wink i will try solo mining jackpot for the night, never heard of it but ooo well  Wink
hero member
Activity: 756
Merit: 502
/bin/bash: nvcc: orden no encontrada

your compiler speaks Spanish. I don't...
hero member
Activity: 756
Merit: 502
I installed Visual C++ Redistributable for Visual Studio 2012 Update 4. I am running Windows 7 SP1.

The Visual C++ Redistributable for Visual Studio 2010 SP1 would be required for any official ccminer/cudaminer binary releases on Windows.
hero member
Activity: 756
Merit: 502
Is this one the one with the killer groestl in or is it the table based that didnt help the 750Ti's?

I am keeping the killer groestl for myself Wink

there is a compile time constant in two .cu modules containing Groestl code

#define MAXWELL_OR_FERMI 0

you should set that to 1 to get better speeds on these architectures.

Christian
member
Activity: 61
Merit: 10
member
Activity: 102
Merit: 10
A ccminer v0.6 source code release was made, adding myriad-groestl (the table based groestl implementation like in the SPH library) and a jackpotcoin implementation.

My jackpotcoin implementation computes only the keccak portion of the JHA hashing algorithm and throws away 7 out of 8 hashes. This is way faster than computing the remaining rounds for the hashes that I am throwing away Wink  jackpot is now a CUDA coin it seems, and it is fit for solo mining. Quick, the AMD miners are going to catch up soon.

Christian

Thanks. I am mainly doing this for educational purposes, so I am not very concerned about the AMD miners.
msvcr100.dll just download that ddl for your version of windows x64 or 32 also you need another dll .
Not following you...what other .dll do I need?
member
Activity: 61
Merit: 10
I have this error compiling ccminer and I already have cudaminer compiled and works great I need a little of help my cards are compute capability 3.0

nvcc -g -O2 -I . -Xptxas "-abi=no -v" -gencode=arch=compute_20,code=\"sm_20,compute_20\" -gencode=arch=compute_30,code=\"sm_30,compute_30\" -gencode=arch=compute_35,code=\"sm_35,compute_35\" --maxrregcount=80 --ptxas-options=-v -I./compat/jansson -o heavy.o -c heavy.cu
/bin/bash: nvcc: orden no encontrada
make[2]: *** [heavy.o] Error 127
make[2]: se sale del directorio «/home/norman/ccminer-0.6»
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio «/home/norman/ccminer-0.6»
make: *** [all] Error 2
sr. member
Activity: 350
Merit: 250

A ccminer v0.6 source code release was made, adding myriad-groestl (the table based groestl implementation like in the SPH library) and a jackpotcoin implementation.

jackpotcoin only mines the keccak portion of the JHA hashing algorithm and throws away 7 out of 8 hashes. Still this is way faster than computing the remaining rounds for the hashes that are being thrown away Wink  This is a CUDA coin it seems, and it is fit for solo mining. Quick, the AMD miners are going to catch up soon.

Christian


Is this one the one with the killer groestl in or is it the table based that didnt help the 750Ti's?
member
Activity: 61
Merit: 10
msvcr100.dll just download that ddl for your version of windows x64 or 32 also you need another dll .
hero member
Activity: 756
Merit: 502
A ccminer v0.6 source code release was made, adding myriad-groestl (the table based groestl implementation like in the SPH library) and a jackpotcoin implementation.

My jackpotcoin implementation computes only the keccak portion of the JHA hashing algorithm and throws away 7 out of 8 hashes. This is way faster than computing the remaining rounds for the hashes that I am throwing away Wink  jackpot is now a CUDA coin it seems, and it is fit for solo mining. Quick, the AMD miners are going to catch up soon.

Christian
Jump to: