Bitcoin Forum
May 03, 2024, 08:45:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 [394] 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426872 times)
rudekid
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
March 01, 2014, 11:18:10 AM
 #7861

Hello all. I've been lurking for a couple of months and now it's time to join in a bit.

Firstly, a thousand thanks Christian for this great piece of software. I'm doing this for a bit of fun with 2 * GTX 780 cards, not a pro miner.

I'm about to get a 1x -> 16x riser to move a card outside of my case (after market, not reference cooler. Doh! Why do they even put SLI connectors on these things when they dump so much heat back into the case that I needed to underclock card #1 to stop the temp running away.)

First tip ... PCI-e bus usage:

EVGA Precision Hardware Monitor has an item on its monitoring graphs called "BUS usage, %". I'm getting 10% bus use at the moment mining Mintcoin in a 16x slot, using "-H 2" to not throw calcs back across the bus to the CPU.

So when I get the riser I'll look again and report back, but I'd assume performance would be squeezed down somewhat. If that's a linear relationship between bus and hash rate, then by my calcs that could drop performance to 63% of what I'm currently getting.

Second tip ... a great web page on GPU power use:

http://www.enthusiastpc.net/articles/00002/1.aspx

Very informative, it explains what power the PCI-e bus can provide, the reasons for 6 pin and 8 pin GPU power connectors and much more.
1714769140
Hero Member
*
Offline Offline

Posts: 1714769140

View Profile Personal Message (Offline)

Ignore
1714769140
Reply with quote  #2

1714769140
Report to moderator
1714769140
Hero Member
*
Offline Offline

Posts: 1714769140

View Profile Personal Message (Offline)

Ignore
1714769140
Reply with quote  #2

1714769140
Report to moderator
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
phillipsaur
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
March 01, 2014, 11:57:45 AM
 #7862

So I'm having problems running two 750 Ti on Ubuntu Mini at the moment. It spits out "Unable to query CUDA driver version! Is an nVidia driver installed?". I had them working together fine 2 days ago before the update but I decided to reinstall Linux for funnies and now it doesnt run with more than 1 card
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
March 01, 2014, 12:03:05 PM
 #7863

Are you sure it runs with 1 card now? You may not have set cud a back up again properly

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

Activity: 182
Merit: 100


View Profile
March 01, 2014, 12:45:37 PM
 #7864

I am seeing no keccak hashrate improvement with the 28-2-14 build, on my GTX 780 Huh

BTC donations: 18fw6ZjYkN7xNxfVWbsRmBvD6jBAChRQVn (thanks!)
ManiacMiner
Full Member
***
Offline Offline

Activity: 145
Merit: 101



View Profile
March 01, 2014, 01:34:20 PM
 #7865

Here's my tentative roadmap for continued development. Note the lack of a time table Wink

1) fix the issue with PCIe bandwidth, so people with 1x risers are more happy. CUDA can do all the
    hash evaluation so we save a LOT of bus bandwidth.

2) Add blake256 for blakecoin and related coins.

3) look at implementing some failover options

4) see if I can get a monitoring API included

Hi Christian, can add to your pretty miner momentum protocol as this miner https://github.com/reorder/pts-1gh from reorder? On my 750Ti i have 860 cpm, other miners eg. dga issue +/- 630 cpm.

(つ ͡๏ ͜১ ͡๏ )つ[̲̅$̲̅(̲̅5̲̅)̲̅$̲̅]ε=ʕ ͡๏ ͜১ ͡๏ʔ=з
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
March 01, 2014, 01:47:59 PM
 #7866

Here's my tentative roadmap for continued development. Note the lack of a time table Wink

1) fix the issue with PCIe bandwidth, so people with 1x risers are more happy. CUDA can do all the
    hash evaluation so we save a LOT of bus bandwidth.

2) Add blake256 for blakecoin and related coins.

3) look at implementing some failover options

4) see if I can get a monitoring API included

Hi Christian, can add to your pretty miner momentum protocol as this miner https://github.com/reorder/pts-1gh from reorder? On my 750Ti i have 860 cpm, other miners eg. dga issue +/- 630 cpm.
Don't understand what you're saying... (If I take individually each words I understand, but the full sentence absolutely no clue except that you are speaking about pts...)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
March 01, 2014, 01:57:07 PM
 #7867

I guess he's asking about adding the Momentum specific extensions to the stratum protol, plus a CUDA implementation of a Momentum miner. What I did not quite understand is where from I am supposed to take the momentum implementation from. DGA's cuda code? or port the OpenCL miner from the given link?

Anyway, that's too much work Wink  NEXT!

I do take code submissions for new features. So if anyone really needs this, submit the required code please Wink

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

Activity: 756
Merit: 502


View Profile
March 01, 2014, 02:13:27 PM
Last edit: March 01, 2014, 03:57:55 PM by cbuchner1
 #7868

I am seeing no keccak hashrate improvement with the 28-2-14 build, on my GTX 780 Huh

switch from K to T kernel and lower from x32 to x24
ManIkWeet
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
March 01, 2014, 02:28:24 PM
 #7869

I am seeing no keccak hashrate improvement with the 28-2-14 build, on my GTX 780 Huh

switch from K to T kernel.

Got ya, does autotune work properly yet?
Because it looks like it wants to do 4000 warps...

BTC donations: 18fw6ZjYkN7xNxfVWbsRmBvD6jBAChRQVn (thanks!)
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
March 01, 2014, 02:37:51 PM
 #7870

I am seeing no keccak hashrate improvement with the 28-2-14 build, on my GTX 780 Huh

switch from K to T kernel.

Got ya, does autotune work properly yet?
Because it looks like it wants to do 4000 warps...
You need to use K#cudacore x24

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

Activity: 182
Merit: 100


View Profile
March 01, 2014, 02:44:12 PM
 #7871

I am seeing no keccak hashrate improvement with the 28-2-14 build, on my GTX 780 Huh

switch from K to T kernel.

Got ya, does autotune work properly yet?
Because it looks like it wants to do 4000 warps...
You need to use K#cudacore x24
I use T2048x24, seems to get me 205mhash average

BTC donations: 18fw6ZjYkN7xNxfVWbsRmBvD6jBAChRQVn (thanks!)
ManiacMiner
Full Member
***
Offline Offline

Activity: 145
Merit: 101



View Profile
March 01, 2014, 03:26:43 PM
 #7872

I guess he's asking about adding the Momentum specific extensions to the stratum protol, plus a CUDA implementation of a Momentum miner. What I did not quite understand is where from I am supposed to take the momentum implementation from. DGA's cuda code? or port the OpenCL miner from the given link?

Anyway, that's too much work Wink  NEXT!

I do take code submissions for new features. So if anyone really needs this, submit the required code please Wink

Christian

I wanted to say that code from Reorder miner much better optimized and work, then code from DGA`s and others miners for CUDA.

(つ ͡๏ ͜১ ͡๏ )つ[̲̅$̲̅(̲̅5̲̅)̲̅$̲̅]ε=ʕ ͡๏ ͜১ ͡๏ʔ=з
guzzzi
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
March 01, 2014, 03:27:14 PM
 #7873

Im very new to this Mining thing. At the moment i got 2x Gainward gtx780ti SLI Cards.
My Problem is dont know how many kh they really give. At the moment with my Settings i just get 610kh/s with both together, not each.

Possible that anyone give me some Hints to improve this, if its possible.

If i use settings like T2048x24 my cudaminer 32bit version breaks totaly. Or i get a lot of cudaminer error 6.

At the moment i run T14x18.

Many thanks.
ManIkWeet
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
March 01, 2014, 03:42:05 PM
 #7874

Im very new to this Mining thing. At the moment i got 2x Gainward gtx780ti SLI Cards.
My Problem is dont know how many kh they really give. At the moment with my Settings i just get 610kh/s with both together, not each.

Possible that anyone give me some Hints to improve this, if its possible.

If i use settings like T2048x24 my cudaminer 32bit version breaks totaly. Or i get a lot of cudaminer error 6.

At the moment i run T14x18.

Many thanks.
Pretty sure you need something like T15x24 for optimal scrypt on that card

BTC donations: 18fw6ZjYkN7xNxfVWbsRmBvD6jBAChRQVn (thanks!)
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
March 01, 2014, 04:05:43 PM
 #7875

Im very new to this Mining thing. At the moment i got 2x Gainward gtx780ti SLI Cards.
My Problem is dont know how many kh they really give. At the moment with my Settings i just get 610kh/s with both together, not each.

Possible that anyone give me some Hints to improve this, if its possible.

If i use settings like T2048x24 my cudaminer 32bit version breaks totaly. Or i get a lot of cudaminer error 6.

At the moment i run T14x18.

Many thanks.
Pretty sure you need something like T15x24 for optimal scrypt on that card
2048 is for keccak... it won't work with other algo.

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

Activity: 48
Merit: 0


View Profile
March 01, 2014, 05:23:30 PM
 #7876

Price just went up $10 today on newegg for all the ti's once there in your cart for the ones that are left..

ANYONE HAVE HASH RATES FOR THE NON TI VERSION OF THE 750??
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
March 01, 2014, 05:31:14 PM
 #7877

Price just went up $10 today on newegg for all the ti's once there in your cart for the ones that are left..

we should start mining gtx750ti, do we have an algo ?

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

Activity: 48
Merit: 0


View Profile
March 01, 2014, 05:36:56 PM
 #7878

Price just went up $10 today on newegg for all the ti's once there in your cart for the ones that are left..

we should start mining gtx750ti, do we have an algo ?

or just buy stock
debido666
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
March 01, 2014, 06:01:38 PM
 #7879

Checking Out the PCI Express x1-x16 USB 3.0 Extenders
http://cryptomining-blog.com/1153-checking-out-the-pci-express-x1-x16-usb-3-0-extenders/
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
March 01, 2014, 06:04:59 PM
 #7880

Price just went up $10 today on newegg for all the ti's once there in your cart for the ones that are left..

ANYONE HAVE HASH RATES FOR THE NON TI VERSION OF THE 750??

I have two Palit 750 StormX OC devices at home, but it will be a while before I can connect them.

Christian
Pages: « 1 ... 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 [394] 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 ... 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!