Bitcoin Forum
July 04, 2024, 10:12:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 [572] 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426881 times)
noobminerd
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
April 26, 2014, 11:42:44 PM
 #11421

msvcr100.dll just download that ddl for your version of windows x64 or 32 also you need another dll .
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 26, 2014, 11:43:20 PM
 #11422


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?

Owner of: cudamining.co.uk
noobminerd
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
April 26, 2014, 11:50:11 PM
 #11423

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 Offline

Activity: 102
Merit: 10


View Profile
April 26, 2014, 11:53:25 PM
 #11424

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?
noobminerd
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
April 26, 2014, 11:56:34 PM
 #11425

msvcp100.dll,msvcr100.dll
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
April 26, 2014, 11:57:24 PM
 #11426

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
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
April 26, 2014, 11:58:02 PM
 #11427

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)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
April 27, 2014, 12:00:51 AM
 #11428

/bin/bash: nvcc: orden no encontrada

your compiler speaks Spanish. I don't...
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 27, 2014, 12:01:22 AM
 #11429

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

Owner of: cudamining.co.uk
noobminerd
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
April 27, 2014, 12:03:24 AM
 #11430

Any windows relase ? Linux compile give an error.
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
April 27, 2014, 12:09:11 AM
 #11431

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 Offline

Activity: 1386
Merit: 1000


View Profile
April 27, 2014, 12:09:48 AM
 #11432

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?

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 Wink
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 27, 2014, 12:10:50 AM
 #11433

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 Offline

Activity: 61
Merit: 10


View Profile
April 27, 2014, 12:11:34 AM
 #11434

/bin/bash: nvcc: orden no encontrada " order not found"
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
April 27, 2014, 12:12:31 AM
 #11435

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
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
April 27, 2014, 12:18:31 AM
 #11436

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

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 Wink
noobminerd
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
April 27, 2014, 12:27:23 AM
 #11437

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.
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
April 27, 2014, 12:35:57 AM
 #11438

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 Wink
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 27, 2014, 12:48:48 AM
 #11439

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

Owner of: cudamining.co.uk
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
April 27, 2014, 01:00:28 AM
 #11440

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

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 Wink
Pages: « 1 ... 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 [572] 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 ... 1135 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!