Bitcoin Forum
June 01, 2024, 02:09:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 ... 570 »
8661  Alternate cryptocurrencies / Altcoin Discussion / Re: What exactly is wrong with LTC? on: February 13, 2013, 10:54:21 AM
Sorry, I was still editing.

So, would you say the reaper kernel is not able to be improved, or do you just lack the motivation? This is a semi-loaded question,  Wink
No, I can't personally improve on the reaper kernel because it does funky shit to work around the fact you can't allocate memory properly to the extent required to do so much parallel work with scrypt. However CUDA does allow you to allocate ram in a reliable fashion in much greater quantities and in layouts you desire without resorting to tricks. What I lack is the motivation and the incentive to start investigating what that would yield. I'm currently busy preparing for ASICs for BTC... and as I said, I can't guarantee what magnitude of improvement it would offer. The thing is that sha256(sha256()) as used by bitcoin mining is very easy to predict the effects of and there is no way to work around the fact that nvidia's integer performance sucks 1st and has no rotate function 2nd (and even adding rotate in Kepler will not be enough to offset the 1st).
8662  Alternate cryptocurrencies / Altcoin Discussion / Re: What exactly is wrong with LTC? on: February 13, 2013, 10:41:13 AM
"recently and found it has scope for doing things with memory that can't be done with openCL" Care to explain this more fully? How deeply have you examined the opencl documentation?
Extensively...
8663  Alternate cryptocurrencies / Altcoin Discussion / Re: Greedi and Coblee and Litecoin on: February 13, 2013, 10:36:55 AM
Who is/are the developers that currently represent litecoin development?
8664  Alternate cryptocurrencies / Altcoin Discussion / Re: What exactly is wrong with LTC? on: February 13, 2013, 10:32:11 AM
Actually I toyed with some native CUDA (i.e. NVIDIA only GPU code) recently and found it has scope for doing things with memory that can't be done with openCL. While the integer performance on Nvidia cards is significantly below that of the AMD cards, approximately 96% of the calculation time in scrypt, by my profiling measurements, is spent on memory operations. I think there is scope for a Nvidia only CUDA kernel that would perform quite well compared to the OpenCL kernel that is currently used by both AMD and Nvidia cards on cgminer+reaper. How well I can't say, but I can say it would be a lot of work, and funding me to code it would be very expensive since I don't really care much about LTC, but I do enjoy coding (especially when funded). I also can't guarantee that it would somehow magically make nvidia cards better LTC miners than AMD. However someone else might find the idea interesting to pursue.
8665  Bitcoin / Hardware / Re: Kano vs Bitsyncom on: February 13, 2013, 10:22:04 AM
Ok.

Hey Bitsyncom, could you please post the source to your modifications to the GPL licensed cgminer code?

Thanks,
Con.
8666  Bitcoin / Hardware / Re: Kano vs Bitsyncom on: February 13, 2013, 09:01:13 AM
The one thing I don't understand in all this flameage is why Jeff Garzik isn't championing the request for source from Avalon. Jeff?
8667  Bitcoin / Pools / Re: [ANN] Stratum mining protocol - ASIC ready on: February 11, 2013, 09:57:50 PM
I believe I saw somewhere a way for a server to ask a client to identify itself (software name and version). Is this something the current crop of clients support?

client.get_version

Supported by cgminer.
8668  Bitcoin / Hardware / Re: Kano vs Bitsyncom on: February 11, 2013, 10:48:58 AM
Meh I'm not getting involved. Even as a flamewar this got derailed to the point where I'm not even sure who's debating what  Roll Eyes
8669  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 11, 2013, 04:22:43 AM
Hi ckolivas,

What do you think is causing the constant disconnects & restarts? I've tried every possible setting imaginable with cgminer, many hours, and I only get this problem with p2pool & stratum since 60 days or so. Thanks.
I really have no idea. The GF count at the top tells you how many real disconnects you get. On a local machine it should pretty much never drop out, and on a local network it should only exceedingly rarely do so. On a remote pool with my fairly reliable connection (even through wifi!) I only get disconnects when the pool restarts their server or my  ISP has an outage, and that's something like 1 dropout a month.
8670  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windws/osx/mip/r-pi 2.10.5 on: February 11, 2013, 03:39:30 AM
Nope, still doesn't work for me for really large thread-concurrency values.  It gives an error that the maximum size for a buffer is 2^29 still.
Like I said, I didn't take that part out. Your card reports it wont take it, the function returns an error and then just generates even more crap than usual.
8671  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windws/osx/mip/r-pi 2.10.5 on: February 11, 2013, 01:55:05 AM
Thanks to K1773R I was able to debug this crash. What's more interesting is this was also responsible for scrypt not being able to set thread concurrencies higher than 9999 on cgminer. So there is a fix for this bug in git now, and I have also confirmed I can now set thread concurrencies as high as 12288 on my 7970s... though it did not improve their hashrate at all. However at least it solves that mystery.

Can you rebuild and re-release for win32?  After testing it I'll put it in the litecoin mining FAQ

Your card will only run faster with higher thread-concurrencies if you make corresponding changes in intensity; for 7970s you need thread-concurrency = 21000 or and then you can crank intensity up to 19 or 20 instead of 13.  You additionally need memory to be moving quickly, ratio of 0.66666 seems best to me (eg core 800 MHz, memory 1200 MHz).  7xxx GCN is weird about memory ratios and having the memory set too low reduces hash speed in a bizarre and inexplicable fashion, see

https://bitcointalk.org/index.php?topic=117221.msg1302319#msg1302319
It's not enough to warrant a new release but here is a 2.10.5 win32 build with that one change:
http://ck.kolivas.org/apps/cgminer/temp/cgminer.exe

I'm well aware of the need for higher memory clocks but it makes no difference since I was already setting clock speeds high and getting 575kh.

I am unable to go beyond 12288 without the padbuffer being completely broken, and ignoring the return message that it fails to set the padbuffer just generates garbage if I disable it (which I haven't in this binary). Could have something to do with me having 4 GPUs in that rig as well, but I'm not taking it down from mining BTC to work on scrypt. This was a coincidental finding and I have admitted many times I don't understand how opencl scrypt really works and am not inclined to study it any further.

Intensities over 13 continue to generate garbage instead of more hashes. YMMV.
8672  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 10, 2013, 10:17:59 PM
On other pools I can mine with stratum @ 1100% + efficiency, but stratum here is @ 350% on a good day, with constant stratum disconnects/restarts.
Please do not place any value whatsoever on the efficiency figure as it's virtually meaningless with stratum, and expected to be lower with frequent block updates of p2pool - and does NOT correlate with luck, performance, payment, value, btc, or anything.

If you do get disconnects and restarts, though, that is a totally different issue.
8673  Bitcoin / Mining speculation / Re: Mining FAIL! on: February 10, 2013, 10:20:54 AM
Actually I laughed for a bit and then I had to close it because it was too painful to watch  Lips sealed
8674  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windws/osx/mip/r-pi 2.10.5 on: February 10, 2013, 09:38:39 AM
just found out the scrypt cgminer crash, if compiled with -O2 the optimations lets it segfault, with -g it works fine.
gonna send u the core + binary per PN.
Can't debug something unless it's with -g as well. -g shouldn't change the risk of crashing, but going from no optimisations to -O2 might.
sry, forgot to add the -g Wink
Thanks to K1773R I was able to debug this crash. What's more interesting is this was also responsible for scrypt not being able to set thread concurrencies higher than 9999 on cgminer. So there is a fix for this bug in git now, and I have also confirmed I can now set thread concurrencies as high as 12288 on my 7970s... though it did not improve their hashrate at all. However at least it solves that mystery.
8675  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windws/osx/mip/r-pi 2.10.5 on: February 10, 2013, 07:24:55 AM
I understand the generic desire for 64 bit builds, but this is one application that does not in any way benefit from the 64 bit builds and it just adds yet another step to making releases, and there is no reason for it. A lot of the windows world is still 32 bit so 32bit binaries work everywhere. Hardly any of the linux world is 32 bit so 32bit binaries are the opposite there (and building it on linux is trivial anyway).
8676  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windws/osx/mip/r-pi 2.10.5 on: February 10, 2013, 03:32:33 AM
Any chance of a Windows x64 build?
What for? It provides precisely zero performance benefit and just uses more memory.
8677  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windws/osx/mip/r-pi 2.10.5 on: February 10, 2013, 12:58:49 AM
just found out the scrypt cgminer crash, if compiled with -O2 the optimations lets it segfault, with -g it works fine.
gonna send u the core + binary per PN.
Can't debug something unless it's with -g as well. -g shouldn't change the risk of crashing, but going from no optimisations to -O2 might.
8678  Bitcoin / Hardware / Re: Announcement - ASIC mining processor by Butterfly Labs on: February 09, 2013, 01:28:27 AM
Well, Like or hate BFL they are bringing Luke-Jr and Kanoi in, for a entire week.

Wait, you kidding, both is same room? I noticed Kano carries a ninja sword lately...

Curious about Luke's weapon...
He will stand unarmed in front of Kano's cold satanic blade and allow the lord to protect him.
8679  Bitcoin / Hardware / Re: Avalon ASIC users thread on: February 08, 2013, 09:19:39 PM
It's a damn shame because the memory leak was very real and trivial to fix and fixed in the next release of cgminer. I'd suggest just using ozcoin (or a pool like it that supports setting high static diffs) to mine with, and set difficulty to 10,000. Then the number of shares submitted will be miniscule and it will take much longer to run out of memory. The only cost of doing that would be some more variance.
8680  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windws/osx/mip/r-pi 2.10.5 on: February 08, 2013, 01:59:08 PM
Look maybe I have got the wrong product or the wrong s/w

Should u use cgminer for LTC with 79790 ?

Does anybody have a standard settings taht should get above 450+ for a power color 7970 card 2048 SP etc

Thanks in advance
--gpu-engine 1070 --gpu-memclock 1365 --thread-concurrency 8192 -g 5
gives me about 575 khash on my 7970s
Pages: « 1 ... 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 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 ... 570 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!