Bitcoin Forum
May 07, 2024, 06:07:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 623 624 625 626 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426872 times)
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 27, 2014, 03:38:39 PM
 #11501

Yep. the code for i think it was compute 3.0 cards was improved aswell, mining groestl that is

Owner of: cudamining.co.uk
1715062058
Hero Member
*
Offline Offline

Posts: 1715062058

View Profile Personal Message (Offline)

Ignore
1715062058
Reply with quote  #2

1715062058
Report to moderator
1715062058
Hero Member
*
Offline Offline

Posts: 1715062058

View Profile Personal Message (Offline)

Ignore
1715062058
Reply with quote  #2

1715062058
Report to moderator
1715062058
Hero Member
*
Offline Offline

Posts: 1715062058

View Profile Personal Message (Offline)

Ignore
1715062058
Reply with quote  #2

1715062058
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
goo38
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
April 27, 2014, 03:44:23 PM
 #11502

Anyone have any luck mining GRS at Dwarf pool using myr-groestl with ccminer 0.6?

It never seems to submit shares when I leave it running for a few minutes.
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
April 27, 2014, 03:46:04 PM
 #11503

So what improvements does v0.6 of ccminer have?

the ability to mine jackpotcoin

Which is also gone now that have hard-forked it?
did they already forked ?

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

Activity: 280
Merit: 250


View Profile
April 27, 2014, 04:02:34 PM
 #11504

What kinds of speeds are people seeing with the myr-gro algo in ccminer6? 

Dark:  Xk9BoVerBd41JCjWQEhnxoowP7YNUK439z
BTC:  1JzPN2h8WGSi7kQeY5wuP4PjVD2hxkHJQM
gringenmarten
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
April 27, 2014, 04:34:48 PM
 #11505

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 bigjme. Is this Compute 3.5? I tried using your compile with my same old groestl bat file. The performance was worse. From 3100+ kh/s down to ~2450kh/s. You experiencing any difference?

on Windows this should now be built in four flavours, when done correctly Wink

Compute 2.0  with #define MAXWELL_OR_FERMI 1   <-- Fermi
Compute 3.0  with #define MAXWELL_OR_FERMI 0   <-- old Kepler
Compute 3.5  with #define MAXWELL_OR_FERMI 0   <-- highend Kepler and GT630/640 with compute 3.5
Compute 3.5  with #define MAXWELL_OR_FERMI 1   <-- for Maxwell

the flag must be set in both .cu modules with "groestl" in its name. It affects
the speed optimization of the Groestl code.

at some point I will code a runtime selection of the MAXWELL_OR_FERMI flag.

Christian


Another great job! Thank you. Will you add support for Dark coin and PTS? ☺
zelante
Full Member
***
Offline Offline

Activity: 263
Merit: 100



View Profile
April 27, 2014, 04:53:43 PM
 #11506

Let us all know if there is improvements please, and thanks for testing these things, I know it takes some time.

for my 750Ti's i didnt see an improvement in the new release, mining groestl that is. but i believe that christian uses the code to bypass the table lookups so the cards that can take advantage do, and those that cant, dont
yes. can't see any improvement in the new release too. work on old version for my 750ti and 660ti with no changes too.
Try with cuda 5.5, cuda 6.0, without max registers, with or without  MAXWELL_OR_FERMI 1 - no changes get 600kh/s less...
nomad1109
Full Member
***
Offline Offline

Activity: 238
Merit: 100


Medichain: The Medical Big-Data Platform


View Profile
April 27, 2014, 05:00:04 PM
 #11507

did they already forked ?

I haven't seen anything other than what Christian posted about that. There is nothing on their forum either about it.

Let me know if you see anything.

cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
April 27, 2014, 05:09:17 PM
 #11508

Try with cuda 5.5, cuda 6.0, without max registers, with or without  MAXWELL_OR_FERMI 1 - no changes get 600kh/s less...

did you see the post above about my misspelling of the MAXWELL_OR_FERMI #if condition? After adjusting for this mistake
I got 3200 kHash/s again on a 750Ti.

https://bitcointalk.org/index.php?topic=167229.msg6422096#msg6422096

you can either fix the spelling in the #if clause, or set an incorrectly spelled #define MAXWELL_OR_FEMRI to 1

Christian
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 27, 2014, 05:10:53 PM
 #11509

I am at 3.5MH/s on ccminer 0.6 on my 750Ti's after fixing the spelling mistake

Owner of: cudamining.co.uk
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
April 27, 2014, 05:11:35 PM
 #11510

has anyone been able to confirm if --algo=myr-gr works?

Christian
atc1
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
April 27, 2014, 05:15:47 PM
 #11511

I am at 3.5MH/s on ccminer 0.6 on my 750Ti's after fixing the spelling mistake

So,that's a 100 kH/s increase,right? Is there a chance of compiling it again please?

bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 27, 2014, 05:17:13 PM
 #11512

No increase, just a slightly higher clock.
0.6 gives the same speed

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

Activity: 263
Merit: 100



View Profile
April 27, 2014, 05:18:28 PM
Last edit: April 27, 2014, 05:44:58 PM by zelante
 #11513

Try with cuda 5.5, cuda 6.0, without max registers, with or without  MAXWELL_OR_FERMI 1 - no changes get 600kh/s less...

did you see the post above about my misspelling of the MAXWELL_OR_FERMI #if condition? After adjusting for this mistake
I got 3200 kHash/s again on a 750Ti.

https://bitcointalk.org/index.php?topic=167229.msg6422096#msg6422096

you can either fix the spelling in the #if clause, or set an incorrectly spelled #define MAXWELL_OR_FEMRI to 1
yup, got my 3.6MH/s back for 750ti, but without increase in hashes for GRS back to mining UTC Wink
xfelinho
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
April 27, 2014, 05:44:08 PM
 #11514

I get 5MH/s with 750 TI mining myr-groestl
zelante
Full Member
***
Offline Offline

Activity: 263
Merit: 100



View Profile
April 27, 2014, 05:53:49 PM
 #11515

has anyone been able to confirm if --algo=myr-gr works?
work fine for me
nomad1109
Full Member
***
Offline Offline

Activity: 238
Merit: 100


Medichain: The Medical Big-Data Platform


View Profile
April 27, 2014, 06:04:03 PM
 #11516

has anyone been able to confirm if --algo=myr-gr works?
work fine for me


What is a good Myr-Grostle coin to mine?

I usually set up a config so I can switch over if there is a decent reason in the future.

Haven't set up any of these yet.

Thanks

zelante
Full Member
***
Offline Offline

Activity: 263
Merit: 100



View Profile
April 27, 2014, 06:13:01 PM
 #11517

has anyone been able to confirm if --algo=myr-gr works?
work fine for me

What is a good Myr-Grostle coin to mine?
Myriad https://bitcointalk.org/index.php?topic=483515.0
Look in Groestl Pool section.
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 27, 2014, 06:16:14 PM
 #11518

How many myr is a 750Ti expected to get in a day?

Owner of: cudamining.co.uk
dga
Hero Member
*****
Offline Offline

Activity: 737
Merit: 511


View Profile WWW
April 27, 2014, 06:16:46 PM
 #11519

So what improvements does v0.6 of ccminer have?

the ability to mine jackpotcoin

Which is also gone now that have hard-forked it?
did they already forked ?

The fork code is in the github repository for jack...coin now.  It takes effect as of block 6000.  So you can still use ccminer on it for a while longer.

antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
April 27, 2014, 06:20:57 PM
 #11520

has anyone been able to confirm if --algo=myr-gr works?
work fine for me


May I ask how you got ccminer to work?

I am trying on super nova using: ccminer.exe -a myr-gr -o stratum+tcp://myrgrs.suprnova.cc:5678

I get stratum detected new block and it shows 132,821 kh/s but no yays or boos

EDIT: Super nova doesn't show my worker connected either
.

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 ... 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 623 624 625 626 ... 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!