Bitcoin Forum
June 26, 2024, 06:38:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 ... 570 »
8341  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.1.0 on: April 29, 2013, 03:35:43 AM
Yeah, I figured that no one really works on NVIDIA because it's not worth it. I don't really know of any CUDA based miners on Linux that aren't like 2 years old, lol. I still would've liked to use this under Linux... guess I'll just have to chalk it up to NIVIDA still hating on the Linux crowd; as Linus put it, FUCK YOU, NVIDIA! Though, if you would be willing to work on adding some CUDA support, I could throw a few "satoshi" your way ;P
Direct CUDA support is a lot of work and no one could afford to pay me enough to do it  Lips sealed
8342  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.1.0 on: April 29, 2013, 03:23:38 AM
OpenCL implementation vary from driver to driver. When doing compute work, they can choose to "busy wait" on the CPU or sleep while waiting for the GPU to return its answers. Direct CUDA has a way to tell the device which mode to use, but OpenCL does not have any such command, thus it is entirely up to the driver/GPU/OS combination - and some GPUs you may never find a driver that doesn't busy wait. There is precious little experience with Nvidia drivers since their profitability is 1:4 compared to the electrical costs. You can try one of the new dedicated CUDA miners out there instead (although they will be primitive and buggy code since cgminer has been in heavy development for 2 years by comparison).
8343  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 28, 2013, 10:34:09 PM
So I tried the current version of p2pool on a single 5.7GHz Jalapeņo with cgminer connecting via stratum. This works out to about 80 diff1 shares per minute. It "works" in a sense of the word, without causing any weird errors or duplicating work that happen with the Avalon but there are huge lags between share submission and responses from p2pool after a while. Watching the CPU usage, I see a spike to 100% of one core whenever a block of transactions comes in and that coincides with the lag to respond to share submission, leading to more stale rejects if that occurs at the wrong time. The CPU in question is a 12 thread 3.4GHz CPU so it is clearly not underpowered. I suspect what happens on the Avalon is simply a grossly exaggerated form of this leading to misbehaviour.
8344  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.1.0 on: April 28, 2013, 09:54:52 PM
Not sure if it's because I'm on Ubuntu 13.04 or what, but I'm getting this error again when I upgrade to cgminer 3.1:

Code:
./cgminer: error while loading shared libraries: libjansson.so.4: cannot open shared object file: No such file or directory
My bad when I built it. Reuploaded now.
8345  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.0.0 on: April 28, 2013, 03:58:19 PM
New release: Version 3.1.0, 28th April 2013

Lots of extra READMEs now.

EDIT: I was really tired when i posted this but really wanted to unleash it as soon as it was stable, and the BFL ASIC support really is the bulk of the change. Props to Kano for doing a large chunk of the driver work for this.

NOTE: If you are on windows and cannot get devices to initialise and they are on a USB 3 slot, try them on a USB 2 slot instead.

Human readable changelog:

BFL ASIC support.
(plus other stuff)

EDITS:
- The BFL ASIC driver uses direct USB instead of the serial USB interface, thus being much faster, more reliable, and using a lot less CPU. However as a consequence it needs a different driver installed on windows, and permissions set on linux. The ASIC-README has directions for all of these, and the zadig application which installs and configures the WinUSB driver for you is available from my download page.
- Updated READMEs, split up into GPU- and ASIC- as well.
- A fix for the corrupt display on exit on windows.


Full changelog:

- va_copy is meant to be matched by a va_end in log_generic.
- usbutils remove_in_use break
- usbutils remove_in_use missing prev
- usbutils missing add_in_use
- Clean up summary slightly better on exit.
- Make the scan sleep time after scanwork in bflsc dynamic to keep queues
between watermark levels.
- Remove unused temp counts in bflsc.
- Calculate a rolling 5 min average set of temperatures for bflsc.
- Damp the display of voltage for BFLSC devices.
- Damp the temperature display measurement for bflsc since it fluctuates so
wildly.
- bflsc add volt stats
- Handle failed tolines command in bflsc driver.
- Can use a read lock instead of a write lock in bflsc scanwork.
- Since we are filling a queue on the bflsc devices, there is no need to run
through scanwork frequently provided we use the restart_wait function to abort
early during a block change.
- Remove flushed work in bfl scanwork from the hash table.
- Set correct device in process_nonces in bflsc driver.
- bflsc add work reply INPROCESS: missing from the spec
- bflsc put in some error messages not yet written
- bflsc get completed hashes as late as possible
- Fix potential memory leak with unused work items in bflsc_queue_full
- Reverse bools in bflsc_queue_full
- Avoid recursive loop calling correct function instead.
- bflsc fix details identification
- Differentiate BFLSC device from regular bitforce and give warning if no
support is compiled in.
- util.c str_text make a fully text readable version of str
- BFLSC fix FPGA identity overlap
- Locking error in bflsc_send_work
- Use htobe32 function for converting nonce in bflsc.
- Replace deprecated bzero with memset in bflsc driver.
- Fix compilation of bflsc driver without opencl.
- Check for realloc failures in bflsc driver.
- Check for failure to calloc in bflsc driver.
- Trivial style change
- Use copy_time function in bflsc driver.
- Use cgtime in bflsc driver and update copyright notice.
- Use a separate function for bfl initialise that doesn't require locking.
- Fix BFLSC building.
- bflsc v0.1

EDIT:
Jalapeno hashing looks like this:

Code:
 cgminer version 3.1.0 - Started: [2013-04-29 01:48:31]
--------------------------------------------------------------------------------
 (5s):6.630G (avg):6.412Gh/s | A:6262  R:12  HW:0  U:23.1/m  WU:90.0/m
 ST: 2  SS: 11  NB: 94  LW: 26762  GF: 0  RF: 0
 Connected to au.ozco.in diff 4 with stratum as user ckolivas.0
 Block: 00391bc278091c13...  Diff:8.97M  Started: [14:13:04]  Best share: 11.5K
--------------------------------------------------------------------------------
 [P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
 GPU 0:  73.0C 3368RPM | 718.2M/720.7Mh/s | A: 704 R: 1 HW:0 U:  2.60/m I:11
 BAJ 0:  max 42C 3.42V | 5.945G/5.693Gh/s | A:5560 R:11 HW:0 U: 20.55/m
--------------------------------------------------------------------------------

 [2013-04-29 14:12:27] Accepted 2153e014 Diff 7/4 BAJ 0 pool 0
 [2013-04-29 14:12:30] Accepted 32a3e846 Diff 5/4 BAJ 0 pool 0
 [2013-04-29 14:12:37] Accepted 3eb662db Diff 4/4 BAJ 0 pool 0
 [2013-04-29 14:12:39] Accepted 33c7365f Diff 4/4 BAJ 0 pool 0

See also Kano's blog post:
http://www.kano-kun.net/?p=65
8346  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.0.0 on: April 26, 2013, 03:43:43 PM
Hi,

is there a different between the cminer.exe from the downloadpage and one selfcompiled on Windows?
The downloaded .exe is ~500 K and the selfcompiled ~320K  ?


That would explain why I'm not able to push my 7970 above 600 with this release.
Nonsense that would have no effect on your hashrate. The reason it's larger is the exe is compiled with support for all the drivers.
8347  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.0.0 on: April 26, 2013, 12:00:49 PM
Hah!  So let's see your unboxing vidya then! 
Not my style, but I can take a photo if you like. However there are quite a few photos of them around now.
8348  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.0.0 on: April 26, 2013, 10:27:27 AM
Just managed to get the first stable run of the new cgminer code for BFL ASICs on the Jalapeņo with the early working code for it.

(5s):5.974G (avg):5.916Gh/s | A:748  R:4  HW:0  U:38.2/m  WU:86.6/m

Seems it's a bit faster than advertised which is nice. Not sure exactly why that is but perhaps the earlier ones were not the final boards they were going to release them with. More news as it comes to hand...
8349  Bitcoin / Hardware / Re: Butterfly Labs finally ship their first batch of Jalapenos on: April 26, 2013, 05:56:51 AM
Kano and I got ours today. Since Kano took photos I didn't see any need to myself:
http://www.kano-kun.net/?p=56

Shhh! We're busy coding...
8350  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.0.0 on: April 26, 2013, 03:49:36 AM
EDIT: I've received one too now

I am jealous!  Who is it shipped through?
Fedex
8351  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.0.0 on: April 26, 2013, 03:39:46 AM
BFL SC Jalapeno arrived a short while ago

http://www.kano-kun.net/


When are you putting the code into git so I can get a hold of it, Josh said there should be one in the mail for me as well, I will be your verify if you want Cheesy .
Hackathon is underway. As soon as the code is in git master and working, I will inform the forum.

EDIT: I've received one too now.
8352  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.0.0 on: April 26, 2013, 02:15:16 AM
BFL SC Jalapeno arrived a short while ago

http://www.kano-kun.net/

Get to work on the driver then you lazy sod.
* ckolivas tosses kano some peanuts
8353  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.0.0 on: April 25, 2013, 11:45:13 PM
Does cgminer impose any limits on the amount of OpenCL memory it tries to allocate
no
8354  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.0.0 on: April 25, 2013, 02:48:42 PM
--shaders is just a hint to tune the program, it has no effect on the GPU. There is some advanced code to partition GPUs with OpenCL to do different tasks, but that is way beyond the scope of what we do with mining, and does not partition some shaders off as such. Mining both concurrently will likely produce lower results than the sum of each at half or at best, just equalling the sum of the halves. I suspect scrypt will kill the btc mining as well so you'll get very unbalanced work in favour of scrypt.

Summary, don't waste your time. Mine one or the other.
8355  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.0.0 on: April 25, 2013, 12:08:32 PM
I have a dual 5970 rig but 1 of the 4 GPU's is no good (GPU0)

I use -d 1 -d 2 -d 3 in my command line but when I start cgminer is seems to turn gpu0 on and off a couple of times before finally disabling it and during this cycling the system sometimes crashes.

Is there an alternative way to stop it being used ?
--remove-disabled
8356  Alternate cryptocurrencies / Altcoin Discussion / Re: AMD 7970 LTC Mining, CGminer, Crash on LTC, not on BTC on: April 25, 2013, 10:51:55 AM
Ironically the overclock 7970 GPUs don't mine LTC as well as the stock reference design. It's (now) a well known issue.

Well, that is what you get for being gaming oriented. I just got myself the one with lots of reviews, ridiculous core clock and thought "to hell with it."

So, in essence you are telling me i could have saved around 100 euros, got myself a stock card, used less electricity and got better results Cheesy

Irony. But since I AM a gamer, it is okay. Annoying, but okay.
Well not all is lost. The tuning on those is just very different and is better with lower TCs, intensity and more gpu threads, but the hashrates are not better.
8357  Other / CPU/GPU Bitcoin mining hardware / Re: Sapphire Radeon HD 7970 good for mining? on: April 25, 2013, 08:08:33 AM
Assuming you are talking about the stock reference design, most of the cgminer GPU development of the last year was done with these cards. They are excellent. They vary in quality of course and my worst produced ~685MH and the best ~720MH on BTC. The best LTC miner produced ~745KH.
8358  Alternate cryptocurrencies / Altcoin Discussion / Re: AMD 7970 LTC Mining, CGminer, Crash on LTC, not on BTC on: April 25, 2013, 01:54:54 AM
Ironically the overclock 7970 GPUs don't mine LTC as well as the stock reference design. It's (now) a well known issue.
I wonder why that is? Seems odd.
See here:
https://bitcointalk.org/index.php?topic=174036.0

I'm guessing the non-reference cards use a chipset design/layout/timing that simply does not work as well for this workload thanks to some exquisitely timing sensitive harmonics.
8359  Alternate cryptocurrencies / Altcoin Discussion / Re: AMD 7970 LTC Mining, CGminer, Crash on LTC, not on BTC on: April 25, 2013, 12:51:59 AM
Ironically the overclock 7970 GPUs don't mine LTC as well as the stock reference design. It's (now) a well known issue.
8360  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.0.0 on: April 24, 2013, 11:06:26 PM
Thanks for the update and the hard work, ckolivas.
You're most welcome  Smiley
Pages: « 1 ... 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 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 ... 570 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!