Bitcoin Forum
June 21, 2024, 03:22:42 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426878 times)
noobminerd
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
April 30, 2014, 05:17:50 PM
 #11761

Ok I made it echo PATH="$PATH:/usr/local/cuda/bin" >> ~/.profile I edit this file to delete the old entry and works after delete the cudaminer folder and re-download it from git all seems ok until

Code:
/usr/bin/ld: cudaminer-cpu-miner.o: undefined reference to symbol 'SHA256@@OPENSSL_1.0.0'
//lib/i386-linux-gnu/libcrypto.so.1.0.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [cudaminer] Error 1
make[2]: Leaving directory `/home/cuda1/CudaMiner'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cuda1/CudaMiner'
make: *** [all] Error 2

I'm getting tired I can believe that this is so complicated I'm a simple human I just know some commands that's all not a linux genius.
cryptomines
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
April 30, 2014, 05:20:57 PM
 #11762

Hi guys,
an neuw hefty1 coin is arriving may 3 (mjollnircoin : https://bitcointalk.org/index.php?topic=577437.0). Like HVC but without vote. I saw some pages ago there were an ask to have hefty1 without voting. is this available or not?

Thanks!

I haven't seen an answer to this question yet. I think it's a safe bet to say CGminer has been tweaked for MNR, would be great to have CCminer for launch so the AMD miners don't get a head start. Any word on this from the C+C HashFactory would be great. Thanks for all your efforts.
atc1
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
April 30, 2014, 05:23:15 PM
 #11763


C+C HashFactory

Haha. HashFactory!!  Cheesy Cheesy

bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 30, 2014, 05:35:41 PM
 #11764

Yes, christian has been busy hiding away lately. Working on his super secret miner. Be nice to get some updates Smiley i think he is working hard trying to get it all released so it doesnt run too long into may

Owner of: cudamining.co.uk
atc1
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
April 30, 2014, 05:40:35 PM
 #11765

Yes, christian has been busy hiding away lately. Working on his super secret miner. Be nice to get some updates Smiley i think he is working hard trying to get it all released so it doesnt run too long into may

Honestly,since he's so concerned with his super-secret code getting into the hands of AMD,I wouldn't mind him giving precompiled binaries for that one groestl miner. Maybe release it separately,and then continue the development of cudaminer to other algos *cough* X11 SIMD *cough* separately.

bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 30, 2014, 05:42:09 PM
 #11766

Honestly,since he's so concerned with his super-secret code getting into the hands of AMD,I wouldn't mind him giving precompiled binaries for that one groestl miner. Maybe release it separately,and then continue the development of cudaminer to other algos *cough* X11 SIMD *cough* separately.

i wouldnt mind that either, and i have asked if he could just release the groestl code but he is waiting out Smiley

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

Activity: 914
Merit: 1001



View Profile
April 30, 2014, 07:09:07 PM
 #11767

Ok I made it echo PATH="$PATH:/usr/local/cuda/bin" >> ~/.profile I edit this file to delete the old entry and works after delete the cudaminer folder and re-download it from git all seems ok until

Code:
/usr/bin/ld: cudaminer-cpu-miner.o: undefined reference to symbol 'SHA256@@OPENSSL_1.0.0'
//lib/i386-linux-gnu/libcrypto.so.1.0.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [cudaminer] Error 1
make[2]: Leaving directory `/home/cuda1/CudaMiner'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cuda1/CudaMiner'
make: *** [all] Error 2

I'm getting tired I can believe that this is so complicated I'm a simple human I just know some commands that's all not a linux genius.

i think I had the same problem once, but I can't remember what I did to fix it :/ What you could try, is the following:

Code:
sudo ldconfig /usr/local/cuda/lib64
(if you have a 64bit linux)

also, you can try to update your packets:

sudo apt-get update
sudo apt-get upgrade

also, always run ./autogen.sh and ./configure before trying to compile. You can also try
Code:
make -B

ghur
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
April 30, 2014, 08:28:10 PM
 #11768

heavycoin was the best as the wallet actually gives the current reward amount, but the main problem with a lot of coins is the random reward amount, take doges 0-125k, how would you even calculate the rough expected reward value without keeping track of the last x amount of rewards and using an average?

Dogecoin got rid of its random reward quite a while ago.
Block reward used to be 250k, but a few days ago it halved again to 125k, which will last for the next few months.

doge: D8q8dR6tEAcaJ7U65jP6AAkiiL2CFJaHah
Automated faucet, pays daily: Qoinpro
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 30, 2014, 08:45:27 PM
 #11769

Ahh ok. Thanks. I havent been following doge for a while now

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

Activity: 914
Merit: 1001



View Profile
April 30, 2014, 09:37:33 PM
 #11770

jackpotcoin is going to adopt the keccak-only approach permanently. Meaning ccminer will continue working past block 6000.

see line 139ff here
https://github.com/rtc29462/cpuminer/blob/master/jackpot.c

the other hashing functions have been commented out.

I would have fixed it differently, but I wasn't asked Wink

Christian

They have reverted the commit, and are back to multi-algo. I guess thats why ccminer doesn't work anymore Cry

https://github.com/rtc29462/cpuminer/blob/51c1857fe03a26f31b1a2d432e1b26fd61a78541/jackpot.c

djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
April 30, 2014, 11:13:01 PM
Last edit: April 30, 2014, 11:26:58 PM by djm34
 #11771

jackpotcoin is going to adopt the keccak-only approach permanently. Meaning ccminer will continue working past block 6000.

see line 139ff here
https://github.com/rtc29462/cpuminer/blob/master/jackpot.c

the other hashing functions have been commented out.

I would have fixed it differently, but I wasn't asked Wink

Christian

They have reverted the commit, and are back to multi-algo. I guess thats why ccminer doesn't work anymore Cry

https://github.com/rtc29462/cpuminer/blob/51c1857fe03a26f31b1a2d432e1b26fd61a78541/jackpot.c
they choose something a little more clever than in their previous version.
(and actually bypassing a few algo does not increase the speed anymore... I tried...  
However I found more blocks than yesterday (with the amd)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
renegadepcsolutions
Full Member
***
Offline Offline

Activity: 182
Merit: 100

Yeah... I mined your mom last night.


View Profile
April 30, 2014, 11:21:38 PM
 #11772

ccMiner Algorithms:
  • HeavyCoin
  • Fugue
  • Groestl
  • Myriad-Groestl
  • JackpotCoin
  • Quark (soon...)
  • AnimeCoin (soon...)
  • X11/DarkCoin (soon...)


So when can we expect to see these algorithms supported?


Those who make peaceful revolution impossible will make violent revolution inevitable.  -John F. Kennedy
cvax
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
April 30, 2014, 11:33:33 PM
 #11773

Maybe not the best place to ask this, but if anyone is interested in buying 8x 750 Ti's for cheap. Willing to sell the lot for $1000 or best offer. Please PM me. Can throw in some risers for free too.

BTC: 15HAePieDjYge6LTG2HFRZEJseRYJJqmta    |     YAC: YMvBp1SpY2sZ8nUZgKFLTEx7neuUZ7APuM
8x 750Ti's, AsRock 970 Extreme 4, Athlon II 170u
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
May 01, 2014, 12:33:16 AM
 #11774

Whats the reason for selling?

Owner of: cudamining.co.uk
cayars
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
May 01, 2014, 02:41:07 AM
 #11775

Chris,

Have you thought about releasing groestl as a DLL/LIB for windows/linux?

I know you have been worried about the code falling into "enemy hands". Smiley

Also any chance we'll get a modified version of Hefty1 that will work with MNR at launch of that coin?

Carlo
cvax
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
May 01, 2014, 02:56:01 AM
 #11776

Whats the reason for selling?
Motherboard died and unfortunately I need the cash at this point in time. Wish I didn't have to part with things.

BTC: 15HAePieDjYge6LTG2HFRZEJseRYJJqmta    |     YAC: YMvBp1SpY2sZ8nUZgKFLTEx7neuUZ7APuM
8x 750Ti's, AsRock 970 Extreme 4, Athlon II 170u
nomad1109
Full Member
***
Offline Offline

Activity: 238
Merit: 100


Medichain: The Medical Big-Data Platform


View Profile
May 01, 2014, 03:02:47 AM
 #11777

Motherboard died and unfortunately I need the cash at this point in time. Wish I didn't have to part with things.

Don't think I am interested, but it might draw a little interest if people knew at the least the make and model of the cards you are trying to sell. That was the first thing I thought of.

Good luck, I wish I had the cash right now to consider it, because that seems like a good price if they are good cards.

cvax
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
May 01, 2014, 04:04:56 AM
 #11778

Motherboard died and unfortunately I need the cash at this point in time. Wish I didn't have to part with things.

Don't think I am interested, but it might draw a little interest if people knew at the least the make and model of the cards you are trying to sell. That was the first thing I thought of.

Good luck, I wish I had the cash right now to consider it, because that seems like a good price if they are good cards.
Thanks.

8x Zotac 750 Ti's. They are great little cards. Love them. Nice and quiet, stable and powerful.

BTC: 15HAePieDjYge6LTG2HFRZEJseRYJJqmta    |     YAC: YMvBp1SpY2sZ8nUZgKFLTEx7neuUZ7APuM
8x 750Ti's, AsRock 970 Extreme 4, Athlon II 170u
7854587
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
May 01, 2014, 05:30:30 AM
 #11779

Now scrypt is dying to dig, NVIDIA X11, AMD grab before
7854587
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
May 01, 2014, 05:39:19 AM
 #11780

Help NVIDIA x11
Pages: « 1 ... 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 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 ... 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!