Bitcoin Forum
May 02, 2024, 05:54:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 678 679 680 681 682 683 684 685 686 687 688 689 [690] 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426872 times)
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
May 20, 2014, 07:34:12 PM
 #13781

@ozzy1926

Did you set the wallet qt to "-server"? Without the quotes.
can you please tell me how to?

you don't need that if there is "server= 1" in your config, they do the same thing
yes i do have 1 i think ccminer doesnt solo Sad

dont know whats this error means
[2014-05-20 22:31:51] json_rpc_call failed, retry after 30 seconds


do you have another coin on the same rpcport?

check again your conf and bat, especially the name of the conf
1714672449
Hero Member
*
Offline Offline

Posts: 1714672449

View Profile Personal Message (Offline)

Ignore
1714672449
Reply with quote  #2

1714672449
Report to moderator
1714672449
Hero Member
*
Offline Offline

Posts: 1714672449

View Profile Personal Message (Offline)

Ignore
1714672449
Reply with quote  #2

1714672449
Report to moderator
1714672449
Hero Member
*
Offline Offline

Posts: 1714672449

View Profile Personal Message (Offline)

Ignore
1714672449
Reply with quote  #2

1714672449
Report to moderator
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
ozzy1926
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
May 20, 2014, 07:38:33 PM
 #13782

@ozzy1926

Did you set the wallet qt to "-server"? Without the quotes.
can you please tell me how to?

you don't need that if there is "server= 1" in your config, they do the same thing
yes i do have 1 i think ccminer doesnt solo Sad

dont know whats this error means
[2014-05-20 22:31:51] json_rpc_call failed, retry after 30 seconds


do you have another coin on the same rpcport?

check again your conf and bat, especially the name of the conf
i only have darkcoin wallet installed
here is my conf:
Code:
server=1
gen=0
rpcport=8332
rpcallowip=localhost
rpcuser=user
rpcpassword=password

bat:
Code:
ccminer.exe -q -s 1 --algo=x11 -o 127.0.0.1:8332 -u user -p password
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
May 20, 2014, 07:43:39 PM
 #13783

type 127.0.0.1 in your rpcallowip not localhost, i know they are the same, but i remember a similar error, that i've done one time
bitcoinvideos
Sr. Member
****
Offline Offline

Activity: 251
Merit: 250



View Profile
May 20, 2014, 07:43:59 PM
 #13784

Try adding listen=1 to ensure that the RPC is listening. Exit dark wallet and reload.
ozzy1926
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
May 20, 2014, 07:51:10 PM
Last edit: May 20, 2014, 08:19:39 PM by ozzy1926
 #13785

type 127.0.0.1 in your rpcallowip not localhost, i know they are the same, but i remember a similar error, that i've done one time

its still same



Try adding listen=1 to ensure that the RPC is listening. Exit dark wallet and reload.
i think it  works now
miner should look like this untill it finds a block right?

bitcoinvideos
Sr. Member
****
Offline Offline

Activity: 251
Merit: 250



View Profile
May 20, 2014, 08:15:45 PM
 #13786

Hmm.. what is your complete bat file?
ozzy1926
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
May 20, 2014, 08:25:46 PM
 #13787

Hmm.. what is your complete bat file?

can you check my previous post i think it works

 and here is my .bat:
ccminer.exe -q -s 1 --algo=x11 -o 127.0.0.1:8332 -u user -p password
bitcoinvideos
Sr. Member
****
Offline Offline

Activity: 251
Merit: 250



View Profile
May 20, 2014, 08:30:34 PM
 #13788

yep looks fine... you can drop the -q temporarily to see if the threads are hashing...then restart it with the -q (q stands for quiet)
christian1980
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 20, 2014, 08:31:50 PM
Last edit: May 22, 2014, 09:31:10 PM by christian1980
 #13789

This is the final Version of the 0.3 Nicehash price comparison Script.
Maybe Zelante will still develop it a bit and put it into his github.
All needed Binarys and Cudaminer-Patch is included if you like to compile it yourself.
Scrypt and ScryptN prices will only be checked sometimes, coz rewards are normally very low.

https://drive.google.com/folderview?id=0BwCcP0dos0HKaTNRaGVrWDlwQVU&usp=sharing

Run Nicehash.bat as Administrator and have Fun!
bitcoinvideos
Sr. Member
****
Offline Offline

Activity: 251
Merit: 250



View Profile
May 20, 2014, 08:35:21 PM
 #13790

Christian - do you have a suggestion on making something like this for linux? Would it be as simple as building a bash script using replacement system variables or is it more complicated?
christian1980
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 20, 2014, 08:41:28 PM
 #13791

Christian - do you have a suggestion on making something like this for linux? Would it be as simple as building a bash script using replacement system variables or is it more complicated?

Look at the batch file, it shouldnt be too hard to convert it to linux.
But I dont have a linux rig for testing here and i dont know how to change gpu overclockings within linux too.
But maybe someone else can do it for you.
ozzy1926
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
May 20, 2014, 09:42:28 PM
 #13792

yep looks fine... you can drop the -q temporarily to see if the threads are hashing...then restart it with the -q (q stands for quiet)

thanks alot all it works now  Grin
policymaker
Full Member
***
Offline Offline

Activity: 210
Merit: 100

Crypto Currency Supporter


View Profile
May 20, 2014, 09:55:59 PM
 #13793

sometimes Im getting just a few GPU 0 result for nonce cpu validation error, is that something worrying? hashrate seems good enough 1,8 mh/s on my 660ti, and I havent even tweaked the ccminer....

I am running a monero cpu miner at the side but just 2 cores out of 4 are working... there should be enough cpu compute for ccminer as well

XCurrency Price Speculation Topic
Coin Control Basic guide                                                                XChat address/private/instant/absolute: XSKu1fpwvRcAekfK91qVHi51Tgz4ckoA91
XChat public key: zcfx74j4fFK9hW7rQniTvLyDyXd9SyRCrncP9vdukbVT
airwalker2662
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile
May 20, 2014, 11:05:47 PM
 #13794

This is the final Version of the 0.3 Nicehash price comparison Script.
Maybe Zalante will still develop it a bit and put it into his github.
All needed Binarys and Cudaminer-Patch is included if you like to compile it yourself.
Scrypt and ScryptN prices will only be checked sometimes, coz rewards are normally very low.

https://drive.google.com/folderview?id=0BwCcP0dos0HKaTNRaGVrWDlwQVU&usp=sharing

Run Nicehash.bat as Administrator and have Fun!

This is very cool, thank you! Can you make a version of this that omits nvidiainspector ? That program refuses to run for me and removing the lines from the batch file that call for it did not work out.

cryptomines
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
May 20, 2014, 11:41:16 PM
 #13795

sometimes Im getting just a few GPU 0 result for nonce cpu validation error, is that something worrying? hashrate seems good enough 1,8 mh/s on my 660ti, and I havent even tweaked the ccminer....

I am running a monero cpu miner at the side but just 2 cores out of 4 are working... there should be enough cpu compute for ccminer as well

Totally normal. If you get a lot try lowering your overclock. 

So what's everyone gonna mine at the end of sync pow? They have a multipool up and running if you're into that.

A few new coins launched today but nothing too interesting. Happycoin, Antarcticacoin, moto coin.

Godzillacoin uses grostle algo, 10k block pow. Launches the 25th. [url]https://bitcointalk.org/index.php?topic=618307.0/[url]



skunk
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile
May 20, 2014, 11:47:15 PM
 #13796

Christian - do you have a suggestion on making something like this for linux? Would it be as simple as building a bash script using replacement system variables or is it more complicated?

Look at the batch file, it shouldnt be too hard to convert it to linux.
But I dont have a linux rig for testing here and i dont know how to change gpu overclockings within linux too.
But maybe someone else can do it for you.
i can help in my spare time, the nicehash one? the other? both?

gpuminer
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 21, 2014, 12:05:59 AM
 #13797

if I am buying 750ti, how am I going to get at least 2.8 MH/s per card? what miner shall I using in order to get that hashrate?

CCminer, but you won't get 2.8 mh/s x11 until C&C decide to release the killer Groestl. Currently its around 2.2 mh/s.

Any tuning tips?  I'm only getting about 1.8 out of each of my 2 750 ti's (one is SC).  This is with a fairly high OC (+125 +600 for the ti, less on the SC).  I set them to stock to test the "less is more" theory, but saw the performance drop to 1.6 each.

Should I try underclocking?
Lower your OC and drop mem clock to 0.

Edit: try no OC on the superclocked card.  And just mess with OC of the other card.

Will both gtx 750 ti evga SC and palit stormx oc (non dual) run the same speed on stock ? I only have evga sc , thought of getting palit oc (non dual) but afraid performance might be lesser than evga SC. Any idea ?

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

Activity: 210
Merit: 100

Crypto Currency Supporter


View Profile
May 21, 2014, 12:29:30 AM
 #13798

sometimes Im getting just a few GPU 0 result for nonce cpu validation error, is that something worrying? hashrate seems good enough 1,8 mh/s on my 660ti, and I havent even tweaked the ccminer....

I am running a monero cpu miner at the side but just 2 cores out of 4 are working... there should be enough cpu compute for ccminer as well

Totally normal. If you get a lot try lowering your overclock. 

So what's everyone gonna mine at the end of sync pow? They have a multipool up and running if you're into that.

A few new coins launched today but nothing too interesting. Happycoin, Antarcticacoin, moto coin.

Godzillacoin uses grostle algo, 10k block pow. Launches the 25th. [url]https://bitcointalk.org/index.php?topic=618307.0/[url]





ty very much, I havent overclcked, nvidia drivers keeps OCing the card but the "errors" are just a few compared to yays so I guess im good!

XCurrency Price Speculation Topic
Coin Control Basic guide                                                                XChat address/private/instant/absolute: XSKu1fpwvRcAekfK91qVHi51Tgz4ckoA91
XChat public key: zcfx74j4fFK9hW7rQniTvLyDyXd9SyRCrncP9vdukbVT
GES
Sr. Member
****
Offline Offline

Activity: 315
Merit: 250



View Profile
May 21, 2014, 04:12:45 AM
 #13799

somebody ran gtx 660 ti, gtx 670 on drk?
drkman
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
May 21, 2014, 04:31:29 AM
 #13800

Christian - do you have a suggestion on making something like this for linux? Would it be as simple as building a bash script using replacement system variables or is it more complicated?

Look at the batch file, it shouldnt be too hard to convert it to linux.
But I dont have a linux rig for testing here and i dont know how to change gpu overclockings within linux too.
But maybe someone else can do it for you.

Hey Christian, have you looked at sph-sgminer in the same way you developed ccminer and looked to see if there are opportunities to rewrite the miner program to get a similar BIG BOOST from radeon cards?

It just seems that if you were able to design a new sgminer using the techniques and methods used in ccminer, you could possibly supercharge the radeon cards as well.  Or it could just be wishful thinking.

YOUR THOUGHTS?
Pages: « 1 ... 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 678 679 680 681 682 683 684 685 686 687 688 689 [690] 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 ... 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!