cbuchner1 / CudaMiner

a CUDA accelerated litecoin mining application based on pooler's CPU miner
Other
687 stars 304 forks source link

auto-tune messed up on pools #134

Open i4coin opened 10 years ago

i4coin commented 10 years ago

Tested multiple times on pool w/ --algo=scrypt-jane:MRC -l auto -i 1 -H 1 MRC actual N = 8192

cbuchner1 commented 10 years ago

scrypt-jane is very broken in github HEAD at the moment (ever since the code dump from Alexey happened)

2014-04-24 19:21 GMT+02:00 i4coin notifications@github.com:

Tested multiple times on pool w/ --algo=scrypt-jane:MRC -l auto -i 1 -H 1 MRC actual N = 8192

  • Last release (28/2/14) gives BxW = 54 & works with parameter K54x1 for GTX 660 (non ti)
  • Self build with last modifications (VS2012 Win7 x64 same card) gets N=32, BxW = 4096 & K25x32 (as far as I know 25x32=800 :p) - getting new block message over and over but no real hash
  • Self build with last modifications (VS2012 Win7 x64 same card) working on solo mining is working same as last release

— Reply to this email directly or view it on GitHubhttps://github.com/cbuchner1/CudaMiner/issues/134 .

i4coin commented 10 years ago

ok I missed that info :)

thanks

2014-04-25 10:48 GMT+02:00 Christian Buchner notifications@github.com:

scrypt-jane is very broken in github HEAD at the moment (ever since the code dump from Alexey happened)

2014-04-24 19:21 GMT+02:00 i4coin notifications@github.com:

Tested multiple times on pool w/ --algo=scrypt-jane:MRC -l auto -i 1 -H 1 MRC actual N = 8192

  • Last release (28/2/14) gives BxW = 54 & works with parameter K54x1 for GTX 660 (non ti)
  • Self build with last modifications (VS2012 Win7 x64 same card) gets N=32, BxW = 4096 & K25x32 (as far as I know 25x32=800 :p) - getting new block message over and over but no real hash
  • Self build with last modifications (VS2012 Win7 x64 same card) working on solo mining is working same as last release

— Reply to this email directly or view it on GitHub< https://github.com/cbuchner1/CudaMiner/issues/134> .

— Reply to this email directly or view it on GitHubhttps://github.com/cbuchner1/CudaMiner/issues/134#issuecomment-41371432 .