noobminerd
Member
Offline
Activity: 61
Merit: 10
|
|
April 26, 2014, 11:42:44 PM |
|
msvcr100.dll just download that ddl for your version of windows x64 or 32 also you need another dll .
|
|
|
|
bigjme
|
|
April 26, 2014, 11:43:20 PM |
|
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 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?
|
Owner of: cudamining.co.uk
|
|
|
noobminerd
Member
Offline
Activity: 61
Merit: 10
|
|
April 26, 2014, 11:50:11 PM |
|
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
|
|
|
|
DELTA9
Member
Offline
Activity: 102
Merit: 10
|
|
April 26, 2014, 11:53:25 PM |
|
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 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?
|
|
|
|
noobminerd
Member
Offline
Activity: 61
Merit: 10
|
|
April 26, 2014, 11:56:34 PM |
|
msvcp100.dll,msvcr100.dll
|
|
|
|
cbuchner1 (OP)
|
|
April 26, 2014, 11:57:24 PM |
|
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 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
|
|
|
|
cbuchner1 (OP)
|
|
April 26, 2014, 11:58:02 PM |
|
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.
|
|
|
|
cbuchner1 (OP)
|
|
April 27, 2014, 12:00:51 AM |
|
/bin/bash: nvcc: orden no encontrada
your compiler speaks Spanish. I don't...
|
|
|
|
bigjme
|
|
April 27, 2014, 12:01:22 AM |
|
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? i will try solo mining jackpot for the night, never heard of it but ooo well
|
Owner of: cudamining.co.uk
|
|
|
noobminerd
Member
Offline
Activity: 61
Merit: 10
|
|
April 27, 2014, 12:03:24 AM |
|
Any windows relase ? Linux compile give an error.
|
|
|
|
cbuchner1 (OP)
|
|
April 27, 2014, 12:09:11 AM |
|
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 :-)
|
|
|
|
antonio8
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
April 27, 2014, 12:09:48 AM |
|
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 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?
|
If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks
|
|
|
bigjme
|
|
April 27, 2014, 12:10:50 AM |
|
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?
|
Owner of: cudamining.co.uk
|
|
|
noobminerd
Member
Offline
Activity: 61
Merit: 10
|
|
April 27, 2014, 12:11:34 AM |
|
/bin/bash: nvcc: orden no encontrada " order not found"
|
|
|
|
cbuchner1 (OP)
|
|
April 27, 2014, 12:12:31 AM |
|
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 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
|
|
|
|
antonio8
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
April 27, 2014, 12:18:31 AM |
|
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 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
|
If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks
|
|
|
noobminerd
Member
Offline
Activity: 61
Merit: 10
|
|
April 27, 2014, 12:27:23 AM |
|
I've compile it kopiemtu cudaminer linux and it's works but without using autogen [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.
|
|
|
|
antonio8
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
April 27, 2014, 12:35:57 AM |
|
Does the new ccmine .6 needs compiled to windows first? I see no .exe to run this.
|
If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks
|
|
|
|
antonio8
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
April 27, 2014, 01:00:28 AM |
|
Thanks. Up and running with not settings in bat. but each 750ti is about 10,300 kh/s. Are you mining this coin also bigjme? If so I'll send you some if I get any.
|
If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks
|
|
|
|