Bitcoin Forum
May 12, 2024, 08:23:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426872 times)
labestia
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
May 08, 2014, 09:44:17 PM
 #12521

got mine, thank you! 

Is talkcoin mined with the Groestl flag on ccminer?  I'm hitting the wallet using that algo at 3.2k on my 750 ti FTW, ccminer 9.0
1715545423
Hero Member
*
Offline Offline

Posts: 1715545423

View Profile Personal Message (Offline)

Ignore
1715545423
Reply with quote  #2

1715545423
Report to moderator
1715545423
Hero Member
*
Offline Offline

Posts: 1715545423

View Profile Personal Message (Offline)

Ignore
1715545423
Reply with quote  #2

1715545423
Report to moderator
1715545423
Hero Member
*
Offline Offline

Posts: 1715545423

View Profile Personal Message (Offline)

Ignore
1715545423
Reply with quote  #2

1715545423
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715545423
Hero Member
*
Offline Offline

Posts: 1715545423

View Profile Personal Message (Offline)

Ignore
1715545423
Reply with quote  #2

1715545423
Report to moderator
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
May 08, 2014, 09:45:00 PM
 #12522

Trying out ccminer (ccminer.exe -a nist5 -o http://127.0.0.1:8000 -O ... -D), but it seems to hang after report some hashrate instantly first.

It looks like this:

[2014-05-08 22:44:13] 1 miner threads started, using 'nist5' algorithm.
[2014-05-08 22:44:13] DEBUG: got new work in 4 ms
[2014-05-08 22:44:13] thread 0: 1048577 hashes, 29126 khash/s
[2014-05-08 22:44:13] DEBUG: got new work in 0 ms
[2014-05-08 22:44:13] thread 0: 145752065 hashes, 10410118 khash/s
[2014-05-08 22:44:13] DEBUG: got new work in 1 ms

I would at least expect it to get new work when new blocks come rolling in? (I checked in wallet to see blockcount go up)

This is on a 670.
Yep, having the same on my gtx760, even if I changed all .cu's with the constant =( 750ti working fine though Wink

when compiled on Windows, you need to change ccMiner project properties / configuration properties / cuda c/c++ / Device / Code Generation
from compute_35,sm_35 to compute_30,sm_30. That and the #define MAXWELL_OR_FERMI should go to 0.

Christian
DemosMirak
Full Member
***
Offline Offline

Activity: 146
Merit: 100


View Profile
May 08, 2014, 09:45:18 PM
 #12523

Uk isp's have started doing that to prevent torrent downloads... they scan every packet as it comes down and blocks it if it seems suspicious

wow, the great firewall of britain has come truly alive. No cocks&puss for you, no torrents, no miners.



I did some further digging, and it turns out that the initial error message was a bit misleading. The actual problem is that my landlord has put a Sonic Gateway Anti-virus Service between me and the web, thus intercepting files like the wallet/miner. So it isn't that bad with ISPs just yet, but it still does not solve my problem, though. I will just have to wait till I get to the Uni.

BTC: 13enECLM3M3gjQDoBKouXuYFG4zXaDdDPx
LTC: LRTbQNQcRjZV51PivQdhK7zpMtJYPouqR9
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
May 08, 2014, 09:45:55 PM
 #12524

got mine, thank you! 

Is talkcoin mined with the Groestl flag on ccminer?  I'm hitting the wallet using that algo at 3.2k on my 750 ti FTW, ccminer 9.0

-a nist5

and use the github version of ccminer, not the publicly released 9.0 version.

Maybe someone can post Windows binaries.
labestia
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
May 08, 2014, 09:49:09 PM
 #12525

got mine, thank you! 

Is talkcoin mined with the Groestl flag on ccminer?  I'm hitting the wallet using that algo at 3.2k on my 750 ti FTW, ccminer 9.0

-a nist5

and use the github version of ccminer, not the publicly released 9.0 version.

Maybe someone can post Windows binaries.


yeah, im gonna have to wait for a windows binary...  Ive been meaning to put in the time to learn how, but ive been playing catchup on the entire crypto scene and this shit never sleeps.
Bombadil
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
May 08, 2014, 09:50:42 PM
 #12526


when compiled on Windows, you need to change ccMiner project properties / configuration properties / cuda c/c++ / Device / Code Generation
from compute_35,sm_35 to compute_30,sm_30. That and the #define MAXWELL_OR_FERMI should go to 0.

Christian


Aha, thanks a lot! That worked =D Running 5-6MH on my gtx760 (MSI OC)
And for 750TI, I should have it at compute_55,sm_55 or something? And the #define at 0 too?
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
May 08, 2014, 09:55:08 PM
 #12527


Aha, thanks a lot! That worked =D Running 5-6MH on my gtx760 (MSI OC)
And for 750TI, I should have it at compute_55,sm_55 or something? And the #define at 0 too?

compute_35,sm_35 and #define MAXWELL_OR_FERMI at 1 is good enough for Maxwell.

I didn't bother with the CUDA 6.0 toolkit. It has known performance regressions, and these hurt cudaminer for example.

liomojo1
Hero Member
*****
Offline Offline

Activity: 676
Merit: 500


View Profile
May 08, 2014, 09:56:13 PM
 #12528

May be cause it is still syncing , 9 weeks back. the wallet is so slow.

can you give me a different address from your wallet?

here you are : I hope this works
TYNJYbCycm3DbRZtdkvZ4Pak92WwhnidC9

something wrong with your wallet? whenever I paste your addresses in the "Pay To" field,
the field turns red and I cannot send off the transaction.

My apologize , but google fu...d me up and i downloaded a different wallet. I saw it now whem i saw the diffficulty 845112.


here is the corect one:
Tem9bNtB4F6riNjRwe4x7jx5Rtgy8oEy6q
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
May 08, 2014, 09:58:00 PM
 #12529


okay guys, I am off to bed. Ending the giveaway now.

Christian
Bombadil
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
May 08, 2014, 10:01:27 PM
 #12530

It shows some nice features though Wink I hope they'll get it fixed soon (or get onto the next CUDA toolkit).

So what is the ccminer50.exe in your releases? Is that #define at 1 and compute_35,sm_35.? Ccminer35.exe is with the constant at 0?
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
May 08, 2014, 10:03:48 PM
 #12531

So what is the ccminer50.exe in your releases? Is that #define at 1 and compute_35,sm_35.? Ccminer35.exe is with the constant at 0?

rightyright.
cryptomines
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
May 08, 2014, 10:10:17 PM
 #12532


okay guys, I am off to bed. Ending the giveaway now.

Christian


Thanks for Everything! Have a good night.
Bombadil
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
May 08, 2014, 10:17:34 PM
 #12533

So what is the ccminer50.exe in your releases? Is that #define at 1 and compute_35,sm_35.? Ccminer35.exe is with the constant at 0?

rightyright.


Thanks for all your help Wink I compiled the three versions, and uploaded them here, https://mega.co.nz/#!cNFBBBIQ!OxSawLQpGxzCOf5Wl374urLL8CoQZzZLw0MkWiTMDZs
I'm using ccminer50.exe and ccminer30.exe myself ATM, works fine for Talkcoin @ dwarfpool. I haven't tested the 35 but I guess it should work fine.
cryptomines
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
May 08, 2014, 11:35:35 PM
 #12534


Another interesting observation

TDP 201-207 Watts with standard Groestl, 32 MHash/s
TDP 192-199 Watts with killer Groestl, 44 MHash/s

Fascinating. The heavy memory access in the standard "table" Groestl variant costs a lot of power and is slower.

Christian


That's Awesome! TalkCoin is already more energy efficient than HEFTY1, I burn 50 watts less to mine TAC vs. HVC/MNR  Shocked
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
May 08, 2014, 11:58:16 PM
 #12535


Another interesting observation

TDP 201-207 Watts with standard Groestl, 32 MHash/s
TDP 192-199 Watts with killer Groestl, 44 MHash/s

Fascinating. The heavy memory access in the standard "table" Groestl variant costs a lot of power and is slower.

Christian


That's Awesome! TalkCoin is already more energy efficient than HEFTY1, I burn 50 watts less to mine TAC vs. HVC/MNR  Shocked
Doesn't seem to work for the gtx780ti, it is running at 100%tdp
the power usage of the gtx750ti, is kind of strange (it varies between 53% and 100% over a period of 2-3sec (don't know if this could be linked to the fact it is powered entirely by the board ? )

found 8 blocks in 3hours...

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

Activity: 61
Merit: 10


View Profile
May 09, 2014, 01:36:26 AM
 #12536

Talkcoin =    TgkYgySZon2WNhRuTLK832RMsdwdasqDNJ

How I could mine this?
bitcoinvideos
Sr. Member
****
Offline Offline

Activity: 251
Merit: 250



View Profile
May 09, 2014, 02:07:11 AM
 #12537

Talkcoin =    TgkYgySZon2WNhRuTLK832RMsdwdasqDNJ

How I could mine this?

You need to pull the latest ccminer down from github and then use -a nist5 as the algo. What OS are you running?
leekua
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
May 09, 2014, 02:27:13 AM
 #12538

So what is the ccminer50.exe in your releases? Is that #define at 1 and compute_35,sm_35.? Ccminer35.exe is with the constant at 0?

rightyright.


Thanks for all your help Wink I compiled the three versions, and uploaded them here, https://mega.co.nz/#!cNFBBBIQ!OxSawLQpGxzCOf5Wl374urLL8CoQZzZLw0MkWiTMDZs
I'm using ccminer50.exe and ccminer30.exe myself ATM, works fine for Talkcoin @ dwarfpool. I haven't tested the 35 but I guess it should work fine.

thanks mate  Smiley appreciate it!
leekua
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
May 09, 2014, 02:36:45 AM
 #12539

thanks for the tacos cbuchner1  Grin
noobminerd
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
May 09, 2014, 02:41:34 AM
 #12540

Now runing in ubuntu 13.10 amd64 670/660ti hashrate it's lower than windows with groestl even with overclock and driver 337 I don't get it I just push the tdp 150% in Windows
Pages: « 1 ... 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 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 ... 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!