Bitcoin Forum
May 01, 2024, 09:54:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 334 335 336 337 338 339 340 341 342 343 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 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426872 times)
UNOE
Sr. Member
****
Offline Offline

Activity: 791
Merit: 271


This is personal


View Profile
February 28, 2014, 04:08:24 AM
 #7661

Is there any options for backup pools.  Could I run a stratum proxy of some sort to get around the fact there is no backup pools in cudaminer.

1714557295
Hero Member
*
Offline Offline

Posts: 1714557295

View Profile Personal Message (Offline)

Ignore
1714557295
Reply with quote  #2

1714557295
Report to moderator
1714557295
Hero Member
*
Offline Offline

Posts: 1714557295

View Profile Personal Message (Offline)

Ignore
1714557295
Reply with quote  #2

1714557295
Report to moderator
1714557295
Hero Member
*
Offline Offline

Posts: 1714557295

View Profile Personal Message (Offline)

Ignore
1714557295
Reply with quote  #2

1714557295
Report to moderator
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Nelberg
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
February 28, 2014, 06:03:34 AM
 #7662

Is cudaminer dependent on processor performance to give better hash rates?

with -H 0 and -H 1 options the CPU can become a bottleneck. Otherwise no.

My results using all the combinations of switches
cudaminer 2014-02-18
GTX 560Ti 448
AMD PII X4 955
-H does basically nothing but drive up the power draw for me, CPU too weak?

-lHCmHASHWATTS
14x16000183290
14x16001187290
14x16011188290
14x16021188290
14x16100180265
14x16101197265
14x16111228290
14x16121229290
14x16200187250
14x16201197255
14x16211229255
14x16221225260
fruitsdemers
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
February 28, 2014, 06:20:16 AM
 #7663

Yes the nVidia submitted kernel is expected to run 10-20% faster than Dave Andersen's kernels.

*sigh* I was almost hoping that was not the case. Now In good consonance I can't leave it be and only hash @ 500 kh/s a card.

Back to fucking this some more.

500 is fairly good on a Titan without overclocking. I've got my solo titan at 620 with +155 Core -502 Mem, try it.

Is that using the latest cudaminer? What kernal settings are you using?

Yes, latest version cudaminer, tried both x64 and x86 versions, same within a few khash of each other.

Settings are: -m0 -l T5x24 -i 0 -H 1 currently, although I have tried different values and none seem to make much, if any, difference.

I was also in the same boat after receiving my 750ti and not being able to break past 275ish until I started getting really aggressive with memory clocks. From my experience, the card starts hitting a power limit when the memory clocks get around 650 to 700 and while the overclock still seems stable then, the core overclock is reduced the more I push the memory.

My current working settings are +75 core +650memory along with -l T5x24 -H 1 -i 0 -m 1 and it gets me about 335-345khs +/-15 with less than 0.5% rejects. I only have one card running on the main 16x slot and the model is the EVGA ftw acx edition with the extra 6pins power connector.

Good luck, I hope you get your 300+ out of your card.
cuda.bigdata
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
February 28, 2014, 06:31:13 AM
 #7664

Hi all,

I got the problem with compiling cudaminer on my Visual Studio. I use the package cudaminer-src-2013.12.18

While compiling, errors occur :

1>ptxas : error : Entry function '_Z25fermi_scrypt_core_kernelAILi11EEvPj' uses too much shared data (0x6e14 bytes, 0x4000 max)
1>ptxas : error : Entry function '_Z29fermi_scrypt_core_kernelB_texILi11ELi2EEvPj' uses too much shared data (0x6e14 bytes, 0x4000 max)

C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\BuildCustomizations\CUDA 5.5.targets(592,9): error MSB3721: The command ""C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\bin\nvcc.exe" -gencode=arch=compute_12,code=\"sm_12,compute_12\" --use-local-env --cl-version 2012 -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin"  -I. -Icompat -Icompat\jansson -Icompat\getopt -I"..\pthreads\Pre-built.2\include" -I"..\curl-7.29.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include"  -G  --keep --keep-dir Debug -maxrregcount=124 --ptxas-options=-v --machine 32 --compile -cudart static  -g   -DWIN32 -D_DEBUG -D_CONSOLE -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Od /Zi /RTC1 /MDd  " -o Debug\fermi_kernel.cu.obj "D:\PROJECT\freelancer\CudaMiner_Windows\cudaminer-src-2013.12.18\fermi_kernel.cu"" exited with code -1


I think that fermi_kernel.cu can't be built with compute_12,sm_12 flag (use too much shared memory) , I should use compute_20,sm_20 instead.

But the problem is I only have a GPU card with capacity of 1.2.

It's better if I can compile legacy_kernel with  compute_12,sm_12 and fermi_kernl with  compute_20,sm_20 .But I don't know to do this in VS.

Please help me.

Thank you.


forzendiablo
Legendary
*
Offline Offline

Activity: 1526
Merit: 1000


the grandpa of cryptos


View Profile
February 28, 2014, 06:37:28 AM
 #7665

im mining SUN now, works ok

yolo
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
February 28, 2014, 07:10:03 AM
 #7666

Now I can see my hash rates go up a little bit when adjusting the overclocking settings, but still no significant improvement. I am getting into the mid 290's, not quite hitting 300 kHash mark I would like to see as a baseline, and still hoping 320 is possible.

I can't get near 300 kHash/s either, and worse: I get bluescreens when I dial up the overclocking.

Christian


Yeah, I get constant crashing at the 135 core 700 memory in the cryptomining blog article. I had to back it down to 100 core, 400 memory to get it stable, and would like to see it run overnight before even making that call.

I have tried almost every configuration I have seen posted and about the best I can get is ~295 from each. I haven't even bothered to measure power consumption yet, but am thinking these are not going to work out quite as well as I hoped.

The Chrome trick also doesn't seem to do anything for my particular setup.

Have you tried the unlocking wattage from 38.5 to 60 yet?

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
Legionnairez
Full Member
***
Offline Offline

Activity: 163
Merit: 100


View Profile
February 28, 2014, 08:14:54 AM
 #7667

A thought just popped to my mind while solo mining with cuda miner:
Would it be possible to have an feature which would make the miner pop up on top or flash yellow in the bottom bar when it finds a block? Of course this would be a parameter which should be activated separately. Would be useful at certain situations, eg. A low hashrate miner like me soloing, waiting to find a block just to mine something else. The wallet will display a message of incoming transaction, but if it's orphan you'll miss it.
Or it could pop up/ flash if it has multiple rejects. Would this be hard to implement?
barabashko
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
February 28, 2014, 09:13:39 AM
 #7668

can i mine quark coins? how?
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
February 28, 2014, 10:03:27 AM
 #7669

A thought just popped to my mind while solo mining with cuda miner:
Would it be possible to have an feature which would make the miner pop up on top or flash yellow in the bottom bar when it finds a block? Of course this would be a parameter which should be activated separately. Would be useful at certain situations, eg. A low hashrate miner like me soloing, waiting to find a block just to mine something else. The wallet will display a message of incoming transaction, but if it's orphan you'll miss it.
Or it could pop up/ flash if it has multiple rejects. Would this be hard to implement?

cudaminer is a portable C++ application (the original cpuminer code even was pure C, but Visual Studio 2010 couldn't handle the C99 aspect of it, so I converted parts to C++)

Adding GUI features, possibly OS dependent, would undermine the simplicity and portability of cudaminer.

I recommend you use a graphical management tool like Cuda Manager, and petition the author to add your desired gimmick there Wink

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

Activity: 756
Merit: 502


View Profile
February 28, 2014, 10:04:36 AM
 #7670

can i mine quark coins? how?

"Quark is protected by 9 rounds of hashing from 6 different hash functions making it one of the most secure currencies ever designed. "

Nope. Not on the road map. I have no intention to optimize 6 different hash functions for CUDA. Wink

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

Activity: 756
Merit: 502


View Profile
February 28, 2014, 10:05:34 AM
 #7671

im mining SUN now, works ok

I am trial mining AUR now (Aurora Coin, some kind of Icelandic specialty, like Bjørk)
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
February 28, 2014, 10:06:41 AM
 #7672

I got the problem with compiling cudaminer on my Visual Studio. I use the package cudaminer-src-2013.12.18

why did you pick such an old source package?

I am wondering how I was able to build this with CUDA 5.5, if you cannot Wink

Are you making the Release build?

In this old cudaminer release the Legacy kernel is meant for Compute 1.x devices.

Christian
ManiacMiner
Full Member
***
Offline Offline

Activity: 145
Merit: 101



View Profile
February 28, 2014, 10:16:10 AM
 #7673

im mining SUN now, works ok

I am trial mining AUR now (Aurora Coin, some kind of Icelandic specialty, like Bjørk)
This coin 50% premined for Icelandic people. Any profit?

(つ ͡๏ ͜১ ͡๏ )つ[̲̅$̲̅(̲̅5̲̅)̲̅$̲̅]ε=ʕ ͡๏ ͜১ ͡๏ʔ=з
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
February 28, 2014, 11:00:09 AM
 #7674

im mining SUN now, works ok

I am trial mining AUR now (Aurora Coin, some kind of Icelandic specialty, like Bjørk)
This coin 50% premined for Icelandic people. Any profit?

of which only a few percent will likely be claimed (at least initially). The rates went up significantly yesterday and the coin should currently be profitable.

the only risk involved might be that someone has an SSN database of iceland and defrauds the coin devs by claiming all the money himself (maybe through a large number of wallet addresses, and through many VPN connections to fool IP filters)
whitetoo
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251



View Profile
February 28, 2014, 11:43:03 AM
 #7675

This maybe a silly question, or perhaps not the right place to ask?
Is there an easy way to estimate a keccak hashrate from a scrypt hashrate and vice-versa?
patoberli
Member
**
Offline Offline

Activity: 106
Merit: 10


View Profile
February 28, 2014, 12:13:39 PM
 #7676

Not really no. Some very low scrypt cards can get surprisingly high keccak numbers.

YAC: YA86YiWSvWEGSSSerPTMy4kwndabRUNftf
BTC: 16NqvkYbKMnonVEf7jHbuWURFsLeuTRidX
LTC: LTKCoiDwqEjaRCoNXfFhDm9EeWbGWouZjE
ManIkWeet
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
February 28, 2014, 12:24:12 PM
 #7677

I was thinking if it is possible to implement some kind of progress indicator for autotune, as it can take a very long time with -L 3-7?
Other than that I am (so far) not seeing the 1khash/s improvement on YAC yet, best improvement is 0.6khash/s and GPU usage went from 80% to 99%.
Going to autotune with -L 7 now... results soon!

BTC donations: 18fw6ZjYkN7xNxfVWbsRmBvD6jBAChRQVn (thanks!)
jack80
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
February 28, 2014, 01:10:01 PM
 #7678

Anyone mines with a nvidia 740m? I am mining to 65 kh/s with these settings:

cudaminer -o stratum+tcp://website:port-u xxx-p xxx

and nothing more 'I should add some other string?

thanks .






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





INTRODUCING WAVES
ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM







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

Activity: 756
Merit: 502


View Profile
February 28, 2014, 01:18:05 PM
 #7679

I was thinking if it is possible to implement some kind of progress indicator for autotune, as it can take a very long time with -L 3-7?
Other than that I am (so far) not seeing the 1khash/s improvement on YAC yet, best improvement is 0.6khash/s and GPU usage went from 80% to 99%.
Going to autotune with -L 7 now... results soon!

you can run autotune with the -D flag and abort as soon as you see that there's not much to be gained from waiting longer. It's also a good idea to log the output to a file for later review.

the 2>&1 syntax merges stderr and stdout into a single output stream.

cudaminer.exe  -D -d 0 -l T   2>&1 >autotune_logfile.txt
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
February 28, 2014, 01:19:58 PM
 #7680

Not really no. Some very low scrypt cards can get surprisingly high keccak numbers.

would you have any examples for scrypt duds & keccak ace cards?

Christian
Pages: « 1 ... 334 335 336 337 338 339 340 341 342 343 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 ... 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!