Bitcoin Forum
June 17, 2024, 02:18:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 [312] 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 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 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426876 times)
Legionnairez
Full Member
***
Offline Offline

Activity: 163
Merit: 100


View Profile
February 09, 2014, 09:13:36 PM
 #6221


Scrypt-jane is supposed to be memory hard? with the current settings, I'm using just 1302MB.
which algo benefits the most from GPU ram?
Cheers people! I hope I can return some help to you peeps at some point.

scrypt-jane is memory hard, but microcoin is at a low N-factor meaning that you still have enough memory on your video card to make use of all computational resources.

That is why you do not need all the 4GB of RAM in order to get best performance and that is also why the lookup-gap does not help you at the moment.

Try mining some Yacoin and then you willl notice how memory-starved you get.

Christian

Actually, tried to mine it, but get an error message spam when trying to run, missing some file I think. I'll try to solve it myself first, you don't have to do everything Smiley
Sent a wee bit of MAX for you, the next time the cuda group hits the jackpot and I'm in, you'll get a more decent amount for your efforts!
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
February 09, 2014, 09:13:58 PM
 #6222

@Legionnairez
Easiest way is to do a .bat and put this in and run:
cudaminer.exe -a scrypt-jane:9 --benchmark -i 0 -H 2 -C 0 -m 0 -l Y --time-limit 20
cudaminer.exe -a scrypt-jane:9 --benchmark -i 0 -H 2 -C 0 -m 1 -l Y --time-limit 20
cudaminer.exe -a scrypt-jane:9 --benchmark -i 0 -H 2 -C 1 -m 1 -l Y --time-limit 20
cudaminer.exe -a scrypt-jane:9 --benchmark -i 0 -H 2 -C 2 -m 1 -l Y --time-limit 20
pause

Than read the values. You'll probably end up with Y8x32.

Not your keys, not your coins!
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
February 09, 2014, 09:15:52 PM
 #6223

One more tip for the latest maxcoin build.

For the kernel launch configuration: Take the total number of CUDA cores on your card, multiply by 2, and append x32 for the K kernel and x16 for the F kernel. Don't bother with the T kernel for the moment.

This should give somewhat higher performance than the original 1000x32 or 1024x32 configurations suggested in the README, especially on the biger cards like GTX 660Ti, GTX 780, etc...

Use -L 512 with these huge launch configurations or out of memory is guaranteed. But on the other hand, these out of memory errors don't prevent keccak hashing (the program just continues...). Cleaning up these unnecessary memory allocations would be the next item on my "finish the keccak feature" TODO list.

Christian
boomerzz
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 09, 2014, 09:16:45 PM
 #6224

if you're not doing any maxcoin, maybe stick with the 2014-02-04 release for the time being.

I am not sure why CUDA would spit out an "unknown error". Too much of a GPU overclock maybe?

Christian


Thanks, it's 50Mhz GPU over default, it's been that way since I put it in.  I'll actually flip over to maxcoin on this system for now.
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
February 09, 2014, 09:17:43 PM
 #6225

@Legionnairez
Easiest way is to do a .bat and put this in and run:
cudaminer.exe -a scrypt-jane:9 --benchmark -i 0 -H 2 -C 0 -m 0 -l Y --timel-limit 20
cudaminer.exe -a scrypt-jane:9 --benchmark -i 0 -H 2 -C 0 -m 1 -l Y --timel-limit 20
cudaminer.exe -a scrypt-jane:9 --benchmark -i 0 -H 2 -C 1 -m 1 -l Y --timel-limit 20
cudaminer.exe -a scrypt-jane:9 --benchmark -i 0 -H 2 -C 2 -m 1 -l Y --timel-limit 20
pause

Than read the values. You'll probably end up with Y8x32.


this is supposed to give you four auto-tunes in a row, right?

BTW you misspelled --time-limit . Oh, and I did not know --time-limit also worked with the benchmark feature. If so, that is nice.

Christian
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
February 09, 2014, 09:20:15 PM
 #6226

just got my first reject because a job could not be found. think thats a pool issue though
at 97/98 now

way way better then before

Owner of: cudamining.co.uk
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
February 09, 2014, 09:22:41 PM
 #6227

Oh, typo.

Yeah, I love this feature, especially if you want to venture into some high lookup gap territory, which could take hours. Setup a bat with everything, go to sleep, reap the rewards in the morning Smiley

However, --benchmark has some issues so I would suggest doing it while solomining but didin't wanted to bother explaining that.

Not your keys, not your coins!
Legionnairez
Full Member
***
Offline Offline

Activity: 163
Merit: 100


View Profile
February 09, 2014, 09:23:10 PM
 #6228

I noticed a drop of about 50% hashing rate with todays build, which stayed on when trying other builds too. Restarting computer solved this - probably driver issue or something.
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
February 09, 2014, 09:23:47 PM
 #6229

which coin?

Owner of: cudamining.co.uk
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
February 09, 2014, 09:28:20 PM
 #6230

Anybody has any idea why is running every single cudaMiner build takes like 15 seconds before it starts hashing, only for the very first time it is running?

Not your keys, not your coins!
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
February 09, 2014, 09:29:11 PM
 #6231

ive never noticed this

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

Activity: 163
Merit: 100


View Profile
February 09, 2014, 09:31:04 PM
 #6232

which coin?
Everything I tried, if that was directed towards my comment. Booting solved it anyway. Currently testing the autotune and then the tips Christian gave.
Looks like another monday being super tired at work!  Grin
Edit: Trying the autotune given above, is it normal to receive "Given launch config "Y" doesn't validate"?
apst14
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 09, 2014, 09:32:25 PM
 #6233

One more tip for the latest maxcoin build.

For the kernel launch configuration: Take the total number of CUDA cores on your card, multiply by 2, and append x32 for the K kernel and x16 for the F kernel. Don't bother with the T kernel for the moment.

This should give somewhat higher performance than the original 1000x32 or 1024x32 configurations suggested in the README, especially on the biger cards like GTX 660Ti, GTX 780, etc...

Use -L 512 with these huge launch configurations or out of memory is guaranteed. But on the other hand, these out of memory errors don't prevent keccak hashing (the program just continues...). Cleaning up these unnecessary memory allocations would be the next item on my "finish the keccak feature" TODO list.

Christian


having this error GTX780 card

Code:
[2014-02-09 23:30:32] GPU #0: using launch configuration K4608x32
[2014-02-09 23:30:32] GPU #0: cudaError 2 (out of memory) calling 'cudaMalloc((void **) &tmp, mem_size)' (D:/Christian/Documents/Visual Studio 2010/Projects/CudaMiner/salsa_kernel.
cu line 254)

[2014-02-09 23:30:32] GPU #0: cudaError 2 (out of memory) calling 'cudaMalloc((void **) &tmp, state_size)' (D:/Christian/Documents/Visual Studio 2010/Projects/CudaMiner/salsa_kerne
l.cu line 290)

[2014-02-09 23:30:32] GPU #0: cudaError 2 (out of memory) calling 'cudaMalloc((void **) &tmp, state_size)' (D:/Christian/Documents/Visual Studio 2010/Projects/CudaMiner/salsa_kerne
l.cu line 291)
ManIkWeet
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
February 09, 2014, 09:33:07 PM
 #6234

One more tip for the latest maxcoin build.

For the kernel launch configuration: Take the total number of CUDA cores on your card, multiply by 2, and append x32 for the K kernel and x16 for the F kernel. Don't bother with the T kernel for the moment.

This should give somewhat higher performance than the original 1000x32 or 1024x32 configurations suggested in the README, especially on the biger cards like GTX 660Ti, GTX 780, etc...

Use -L 512 with these huge launch configurations or out of memory is guaranteed. But on the other hand, these out of memory errors don't prevent keccak hashing (the program just continues...). Cleaning up these unnecessary memory allocations would be the next item on my "finish the keccak feature" TODO list.

Christian

I get a 2mhash increase with that at the cost of desktop usability, I'll stick with K1024x32 Smiley

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

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
February 09, 2014, 09:41:47 PM
 #6235

Nothing beats Y1024x32 on my 660.

If I would have more time I'd figure out to setup autotune so that it starts testing from like Y700x

Not your keys, not your coins!
MexiMelt
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
February 09, 2014, 09:42:20 PM
 #6236

One more tip for the latest maxcoin build.

For the kernel launch configuration: Take the total number of CUDA cores on your card, multiply by 2, and append x32 for the K kernel and x16 for the F kernel. Don't bother with the T kernel for the moment.

This should give somewhat higher performance than the original 1000x32 or 1024x32 configurations suggested in the README, especially on the biger cards like GTX 660Ti, GTX 780, etc...

Use -L 512 with these huge launch configurations or out of memory is guaranteed. But on the other hand, these out of memory errors don't prevent keccak hashing (the program just continues...). Cleaning up these unnecessary memory allocations would be the next item on my "finish the keccak feature" TODO list.

Christian


I tried this. but got out of memory errors when doubling. However, not doubling worked for about a 5mh increase. (-l 1344x32 -L 512)

GTX 670 if anyone else wants to use it.
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
February 09, 2014, 09:44:50 PM
 #6237

Running on igh, I get 98.58% accepted (over a total of 353) and it seems I get larger %tage of the block (however, on their hand they have also adjusted the number of share per block which was pretty low this afternoon)

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

Activity: 350
Merit: 250


View Profile
February 09, 2014, 09:47:09 PM
 #6238

Increase -L to 1024 and doubling works :-)

Owner of: cudamining.co.uk
peat
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
February 09, 2014, 09:47:59 PM
 #6239


Use -L 512 with these huge launch configurations or out of memory is guaranteed. But on the other hand, these out of memory errors don't prevent keccak hashing (the program just continues...). Cleaning up these unnecessary memory allocations would be the next item on my "finish the keccak feature" TODO list.

Christian


yeh I was getting the out of memory but it didn't stop it from mining successfully. the -L 512 parameter seems to sort this error from appearing even if it was inconsequential ;+)

Cheers for that

DirtyWilly
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
February 09, 2014, 09:53:16 PM
 #6240

Working good here!  98%, mostly from initial start up.

780ti SC non/ACX - +51 offset - 220,000 KHash.
Opening Chrome and leaving it running gives more hash?  Opening maxcoind wallet and setting affinity to two less cores increases hash?

Settings:

cudaminer.exe -a keccak -q -l K1024x32 -i 1 -C 0 -m 1 -H 2 -L 128 -o stratum+tcp://stratum1.max.hashfaster.com:4004 -O {username}.1:{pass}

https://i.imgur.com/zFoa601.png
Pages: « 1 ... 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 [312] 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 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 ... 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!