Bitcoin Forum
May 07, 2024, 11:13:48 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 627 628 629 630 631 632 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426872 times)
mugetsutensho
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 29, 2014, 02:22:52 AM
 #11621

When I run cuda miner this happens sometimes

Unhandled exception at 0x00007FF702B5BA06 in cudaminer.exe: 0xC0000094: Integer division by zero.

for some reason it starts looking through my 'documents' folder then it crashes.
1715080428
Hero Member
*
Offline Offline

Posts: 1715080428

View Profile Personal Message (Offline)

Ignore
1715080428
Reply with quote  #2

1715080428
Report to moderator
1715080428
Hero Member
*
Offline Offline

Posts: 1715080428

View Profile Personal Message (Offline)

Ignore
1715080428
Reply with quote  #2

1715080428
Report to moderator
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715080428
Hero Member
*
Offline Offline

Posts: 1715080428

View Profile Personal Message (Offline)

Ignore
1715080428
Reply with quote  #2

1715080428
Report to moderator
noobminerd
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
April 29, 2014, 02:54:02 AM
 #11622

The all windows version 6 of ccminer posted here seems like 3.0 compute it's not well compiled or not taking effect this error it's the same from 2.0 or 3.5 with 660ti/670 (compute 3.0) I don't know hot to compile in Windows I gonna try Linux 32 bit because 64 bit did't work for me.
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
April 29, 2014, 06:53:38 AM
Last edit: April 29, 2014, 07:26:56 AM by cbuchner1
 #11623

Lmao. I can not wait to get the new groestl code. Its going to be amazing! Are you still waiting to get x11 finished before you release it christian?

two more hash functions need bugfixing and polish, then X11 will run adequately. The SIMD hash is particularly nasty.
gpuminer
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
April 29, 2014, 08:06:19 AM
 #11624

Lmao. I can not wait to get the new groestl code. Its going to be amazing! Are you still waiting to get x11 finished before you release it christian?

two more hash functions need bugfixing and polish, then X11 will run adequately. The SIMD hash is particularly nasty.

can we know what's the estimated hashrate for x11 750ti ?

Free SIGNs giving everyday. Be part, do not miss!. Sw4sYCL3h9NjLu1i9d6YSSsuQZQztFR7jW
Dotcommie
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
April 29, 2014, 08:13:02 AM
 #11625

Lmao. I can not wait to get the new groestl code. Its going to be amazing! Are you still waiting to get x11 finished before you release it christian?

two more hash functions need bugfixing and polish, then X11 will run adequately. The SIMD hash is particularly nasty.

can we know what's the estimated hashrate for x11 750ti ?

"adequate"  Wink
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 29, 2014, 08:32:04 AM
 #11626

It looks like i need to change sm in my compile aswell. I will have to sort that later

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

Activity: 263
Merit: 100



View Profile
April 29, 2014, 09:53:43 AM
 #11627

It looks like i need to change sm in my compile aswell. I will have to sort that later
http://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#compilation-nvcc
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 29, 2014, 09:56:26 AM
 #11628

Thanks

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

Activity: 938
Merit: 1000


View Profile
April 29, 2014, 10:13:22 AM
Last edit: April 29, 2014, 12:39:17 PM by AizenSou
 #11629

Christian I have tried a lot of config file but it seems to be a bug with ccminer
I have tried this jackpot.conf file:
{
"debug" : true,
"algo" : "jackpot",
"quiet" : true,
"scantime" : "1",
"devices" : "0",
"url" : "192.168.0.99:15372",
"userpass" : "abc:xyz"
}

when i tried to run ccminer -c jackpot.conf it always gives the error:
Heavycoin hash requires block reward vote parameter (see --vote)

It seems that ccminer can't read anything from a conf file (command line works).

Anyone successes running ccminer with a conf file?

Thanks in advance,

Regards,

EDIT: I managed to solve the bugs by deleting these two if clause in parse_config and parse_cmdline function. Ugly quick fix but it works:

if (opt_algo == ALGO_HEAVY && opt_vote == 9999) {
fprintf(stderr, "%s: Heavycoin hash requires block reward vote parameter (see --vote)\n",
argv[0]);
show_usage_and_exit(1);
}

djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
April 29, 2014, 10:59:41 AM
 #11630

Christian I have tried a lot of config file but it seems to be a bug with ccminer
I have tried this jackpot.conf file:
{
"debug" : true,
"algo" : "jackpot",
"quiet" : true,
"scantime" : "1",
"devices" : "0",
"url" : "192.168.0.99:15372",
"userpass" : "abc:xyz"
}

when i tried to run ccminer -c jackpot.conf it always gives the error:
Heavycoin hash requires block reward vote parameter (see --vote)

It seems that ccminer can't read anything from a conf file (command line works).

Anyone successes running ccminer with a conf file?

Thanks in advance,

Regards,

Didn't pay attention it was possible to use a conf  file with ccminer
Is there some description somewhere on how to use it ?

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

Activity: 350
Merit: 250


View Profile
April 29, 2014, 11:13:38 AM
 #11631

Hmm i am going to have to read through the case query to see if this even exists

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

Activity: 938
Merit: 1000


View Profile
April 29, 2014, 11:15:24 AM
 #11632

Christian I have tried a lot of config file but it seems to be a bug with ccminer
I have tried this jackpot.conf file:
{
"debug" : true,
"algo" : "jackpot",
"quiet" : true,
"scantime" : "1",
"devices" : "0",
"url" : "192.168.0.99:15372",
"userpass" : "abc:xyz"
}

when i tried to run ccminer -c jackpot.conf it always gives the error:
Heavycoin hash requires block reward vote parameter (see --vote)

It seems that ccminer can't read anything from a conf file (command line works).

Anyone successes running ccminer with a conf file?

Thanks in advance,

Regards,

Didn't pay attention it was possible to use a conf  file with ccminer
Is there some description somewhere on how to use it ?

I always thought it was possible since Christan states it himself, but somehow I can't get it to work. Very appreciate if someone could show me my mistakes.
S_tring
Full Member
***
Offline Offline

Activity: 252
Merit: 102


OPEN Platform - Powering Blockchain Acceptance


View Profile
April 29, 2014, 11:29:06 AM
 #11633


Thanks, Raven.

I had to give up with Windows and I am now using Linux (Ubuntu) and I am able to mine these coins now.

Unfortunately I do not know how to overclock my GPU's in Linux, so my hash rates are bad. Could someone please post a link or guide on how to OC nvidia GPU's in Linux?

OPEN Platform | Powering Blockchain Acceptance [ICO]
❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱Blockchain's First Payment API❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱
Whitepaper  ●  Slack  ●  Facebook  ●  Twitter  ●  Reddit  ●  Telegram
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 29, 2014, 11:42:59 AM
 #11634

@christian

maybe you can understand this in ccminer
even if i set compute_20 and sm_20 it still compiles using -gencode=arch=compute_35,code=\"sm_35,compute_35\"
now i know sm_20 is literally a shortcut for -arch=compute_20

is it passing it from somewhere else other then the project=>cuda  c/c++=>device?

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

Activity: 938
Merit: 1000


View Profile
April 29, 2014, 11:44:26 AM
 #11635


Thanks, Raven.

I had to give up with Windows and I am now using Linux (Ubuntu) and I am able to mine these coins now.

Unfortunately I do not know how to overclock my GPU's in Linux, so my hash rates are bad. Could someone please post a link or guide on how to OC nvidia GPU's in Linux?

nVidia Overclock in Linux is still not possible. We will need to wait for Christian to implement this in cudaminer.
Btw IMHO overclock only get you more 10% of hashrates while reduces your GPU lifespan dramatic. So if you want to have your GPU lives a long time for ROI, the best is to stick with manufacture's clock. Some GPUs are manufacture-overclocked and they are decent. My nVidia-farm has around 10 types of 750tis and I don't think they are different much. Try to optimize your hashrate with cudaminer/ccminer gets you more than trying to overclock.

Regards,
AizenSou
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


View Profile
April 29, 2014, 11:46:45 AM
 #11636

@christian

maybe you can understand this in ccminer
even if i set compute_20 and sm_20 it still compiles using -gencode=arch=compute_35,code=\"sm_35,compute_35\"
now i know sm_20 is literally a shortcut for -arch=compute_20

is it passing it from somewhere else other then the project=>cuda  c/c++=>device?

bigjme you don't use linux anymore? For compiling a lot of different cards linux is the best.
I use xUbuntu 14.04 LTS and it's almost perfect for mining.
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 29, 2014, 11:48:01 AM
 #11637

bigjme you don't use linux anymore? For compiling a lot of different cards linux is the best.
I use xUbuntu 14.04 LTS and it's almost perfect for mining.

had to drop it to game  Sad
looks like i am spending all of today reading through ccminer to understand cuda compiling and the cuda api.
as it seems to do some very strange things

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

Activity: 938
Merit: 1000


View Profile
April 29, 2014, 11:56:07 AM
 #11638

bigjme you don't use linux anymore? For compiling a lot of different cards linux is the best.
I use xUbuntu 14.04 LTS and it's almost perfect for mining.

had to drop it to game  Sad
looks like i am spending all of today reading through ccminer to understand cuda compiling and the cuda api.
as it seems to do some very strange things

LOL you're mining while playing games??   Grin
I'm reading the code too to find the bugs with config file. Still haven't found it yet.  Sad
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 29, 2014, 11:57:30 AM
Last edit: April 29, 2014, 12:22:29 PM by bigjme
 #11639

Of course haha. I have my 780 for games, and my 3 750Tis for mining Wink
i will have a look through for the config file aswell

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

Activity: 938
Merit: 1000


View Profile
April 29, 2014, 12:37:34 PM
 #11640

found the issue, and its a simple one, interested?

Which issue? You only have 2 types of cards to test right?
Pages: « 1 ... 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 627 628 629 630 631 632 ... 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!