Bitcoin Forum
June 26, 2024, 06:24:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 435 436 437 438 439 440 441 ... 570 »
7801  Bitcoin / Hardware / Re: Invalid nonce - HW Error on: July 04, 2013, 10:55:13 AM
For the love of..., please pay attention:
Are you calculating your HW% with diff1shares or with the number of shares you have with difficulty 8 ?
The correct formula to calculate HW% (with cgminer fieldnames) is: 100 * HW / (diff1shares + HW)
7802  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.3.1 on: July 04, 2013, 03:00:11 AM
As of today I'll be travelling overseas for the next 6 weeks. I plan to intermittently available online and coordinate releases if necessary but do not expect heavy development or support from myself during that time.
7803  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.3.1 on: July 03, 2013, 11:22:07 PM
This may be a dumb question, but I can't find an answer, despite a lot of searching...

When using CGMiner to mine Litecoin (--scrypt) CGMiner reports the network difficulty as ~55.1m, but the Litecoin client says the network difficulty is 841.46756083.

Why do these numbers disagree so drastically?


I was wondering the same thing.

M
README FAQ
7804  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.3.1 on: July 03, 2013, 11:17:30 PM
I am having a small problem with CGMiner 3.3.1. I have 3 Jalapeno's that reliably get Incorrect result count errors.
It doesn't seem to change my hashing speed and it seems like all valid shares are being sorted correctly.

2 CGMiner instances on Raspberry Pi with 4 Jalapeno's each. Using powered hubs. It doesn't seem like it is a problem but it is putting up a lot of hardware errors and making me wonder if the older firmware is a bit off.
The Jalapeņos are all wildly different in quality due to being all the earliest chips out. Just about any amount of hardware errors is pretty much normal. Some are <.1% while others are 10%.
7805  Bitcoin / Hardware / Re: Avalon ASIC users thread on: July 03, 2013, 02:33:51 PM
While I'm at it, a word about the overclocking, based on what I've seen so far...

I'd suggest enabling --avalon-auto with a range of frequencies with --avalon-freq even if you're not overclocking, to allow cgminer to clock it down should you have an issue with heat.

For example, if you just want to run it at 300, add these to More Options:
--avalon-auto --avalon-freq 256-300

If you do want to overclock:
For batch 1 owners with the original PSU, I wouldn't suggest going over 325 or you'll risk your PSU failing:
--avalon-auto --avalon-freq 256-325

For batch 2 owners, there were a number of different PSUs, but even they can run into trouble so I'd suggest 345 as the upper limit to prevent instability:
--avalon-auto --avalon-freq 256-345

If you have upgraded your PSU to a good one >= 850W, then you can probably run --avalon-auto without a frequency range, and it may tune you up to around 365.
7806  Bitcoin / Hardware / Re: Avalon ASIC users thread on: July 03, 2013, 02:19:32 PM
problem solved 10x it works with no problem now   
on what address do I send donation ?
Regards
Thor
You're welcome, either the address in my forum signature or the one from the cgminer readme. Thanks for donating Smiley
7807  Bitcoin / Hardware / Re: Avalon ASIC users thread on: July 03, 2013, 01:06:51 PM
Nice thanks, maybe that fix my issue:


- my cgminer process seems to restart after every 4 hours or so.. must watch longer to see if it happens regulary. could it have something to do with the --avalon-auto, maybee the freq gets to high and it restarts? I am using --avalon-freq 300-340
One possibility. There are a few different ways that it restarts. One is an actual error in the code that makes it hang and stop submitting work, which should be fixed in this latest firmware. The other is multiple pool or network outages - and this is where the watchdog is trigger happy, as any period of 2+ minutes without work is enough for cgminer to stop being able to make work and the watchdog is not smart enough to detect what it is. Another is fpga screwups, but they are getting less likely with more fixes going into the cgminer direct USB code than they used to be with the old serial interface thereby bypassing one potential point of failure. An operating system error is also possible, and seems more common with the wifi enabled for reasons that aren't clear. Finally there's true hardware failure of one sort or another - overheat, inadequate power etc.
7808  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.3.1 on: July 03, 2013, 01:03:58 PM
For Avalon users not watching the avalon asic users thread, I have posted updated Avalon firmware with all the overclocking options now in the git master code, and fixed a bug which would occasionally make the avalon fail to start.

http://ck.kolivas.org/apps/cgminer/avalon/20130703/

The new avalon options are:

--avalon-auto       Adjust avalon overclock frequency dynamically for best hashrate
--avalon-cutoff <arg> Set avalon overheat cut off temperature (default: 60)
--avalon-fan <arg> Set fanspeed percentage for avalon, single value or range (default: 20-100)
--avalon-freq <arg> Set frequency range for avalon-auto, single value or range
--avalon-options <arg> Set avalon options baud:miners:asic:timeout:freq
--avalon-temp <arg> Set avalon target temperature (default: 50)


The interface has been modified to allow any arbitrary speed so you can overclock it. Suggest no higher than 325 for batch 1 due to power limitations! Most settle at 350ish, but I set mine a little lower to avoid hardware issues.
7809  Bitcoin / Hardware / Re: Avalon ASIC users thread on: July 03, 2013, 12:55:28 PM
New Avalon firmware:

http://ck.kolivas.org/apps/cgminer/avalon/20130703/

Fixed one longstanding bug where it would occasionally fail to start yay. \o/

Should also prevent one mode of failure while it's running.
7810  Bitcoin / Hardware / Re: Avalon ASIC users thread on: July 03, 2013, 06:31:25 AM
Accepted/Rejected is changed in the current master version for precisely this reason. The web interface, on the other hand, may lag. It's the legacy of constantly shifting changing landscape of bitcoin mining.
7811  Bitcoin / Hardware / Re: Avalon ASIC users thread on: July 03, 2013, 05:42:14 AM
I'm not really sure why this happens, but it appears to happen when code outside of cgminer kills it, so I suspect it's because it's not allowing it time to shut down properly and perhaps the API port is still bound to the old zombie process and you're not seeing the new one mining, or the new cgminer process is fighting the old one for access to the device.
But I see only one cgminer process, and unit not mining at this time (I have watt meter ~34W at idle) and GetWorks slowly incresing over time so It's a same process.
I see difference in options  & 07/02 frimware:
06/07 frimware: --avalon-options 115200:24:10:43:300 (mining)
07/02 frimware: --avalon-options 115200:24:10:38:300 (not mining & zero temps displayed)
What timeout value means?

That's unusual. It should work out to 42:300 now. Did you start with a fresh configuration or have you always done "keep settings" from the old firmware?
7812  Bitcoin / Hardware / Re: Avalon ASIC users thread on: July 03, 2013, 05:33:46 AM

Looks fine to me? Your hardware error count is under 1.5% and your hashrate is 77GH.

i thought the error count was HW/Accepted shares?


actually no

https://bitcointalk.org/index.php?topic=140539.msg2579903#msg2579903
https://bitcointalk.org/index.php?topic=28402.msg2574423#msg2574423

Quote



as you can see, cgminer's hashing rate looks perfectly normal and now you're telling me the hardware error count is normal also.  am i misinterpreting something here?

I think the interface is confusing most of us: to the occasional observer your system has

Accepted: 1013
Not accepted: (Rejected 4 + HW 406 + discarded 64)= 474

so about 31% is lost? :-)
Sigh, also wrong.

The absolute values that count here are:
Accepted: 39126
Rejected: 789
HW: 406

Discarded is totally meaningless, I wish it wasn't in the display at all. It's a number from when getwork was the protocol in use and means nothing in the local work generation era.
7813  Bitcoin / Hardware / Re: Avalon ASIC users thread on: July 03, 2013, 05:31:24 AM
anything else you see that i could improve upon in the settings?
All looks pretty good. My only concern is more about your Avalon itself. It's obviously hot where you are at the moment, as your fans have ramped up to almost the maximum. Due to them including 2 high pressure 38mm fans and 1 regular pressure 25mm fan, when the 38mm fans run at maximum speed, the air pressure is so high in the case that the 25mm fan is blowing but air is actually moving backwards through it. I don't know what the solution there is...
7814  Bitcoin / Hardware / Re: Avalon ASIC users thread on: July 03, 2013, 05:21:28 AM

I'm not sure which of slush's stratum code you're using, as stratum is the protocol, not the software, and cgminer implements its own stratum support. If it's slush's stratum proxy, then that doesn't do anything more than mining directly to bitcoind, and bitcoind can't keep up with an avalon mining with cgminer (it bombs beyond about 5GH). If you are using some kind of pool software from slush, then I'm not really familiar with it, but it could just be increasing your share target difficulty, which is what you want it to do.

it's coming from here:  https://github.com/generalfault/stratum-mining/blob/master/INSTALL
That's what you want then. The fact that you've submitted 1013 accepted shares in your screenshot and it counts as 39126 DiffA means you can tell you are running vardiff at about diff 40, which is also what you want.
7815  Bitcoin / Hardware / Re: Avalon ASIC users thread on: July 03, 2013, 05:11:00 AM
Accepted depends on difficulty so it's relative. HW error count is an absolute. You must compare it to diff1 shares and remember that doesn't include the hw errors themselves.

Hardware error percentage is:
100 * HW / (diff1shares + HW)

I'm not sure which of slush's stratum code you're using, as stratum is the protocol, not the software, and cgminer implements its own stratum support. If it's slush's stratum proxy, then that doesn't do anything more than mining directly to bitcoind, and bitcoind can't keep up with an avalon mining with cgminer (it bombs beyond about 5GH). If you are using some kind of pool software from slush, then I'm not really familiar with it, but it could just be increasing your share target difficulty, which is what you want it to do.
7816  Bitcoin / Hardware / Re: Avalon ASIC users thread on: July 03, 2013, 04:48:59 AM
ckolivas
I tried your 06/27 & 07/02 firmware for avalon with my new batch 2 black unit. (received yesterday)
In both cases after I twice change cgminer settings (Chip Frequency) and press Save & Apply button, cgminer permanently lost ability to solve shares. Immediately after reflashing from 06/07 firmware cgminer works fine, this problem occur only after 2 changes cgminer's settings.
Cgminer running, slowly getting work but won't solve shares, so 0 hashrate displayed and 0 accepted.
I power off unit and tried set different frequencies many times without any results.
Rollback to 06/07 firmware and Save & Apply cure problem instantly.

i installed 7/1 this morning and it's been running great all day.

2 things to try before going to hard reboot.  first go to System tab, then Startup, then scroll down to cgminer and Restart.  usually that will do it.  if not, then go to soft Reboot, which is in the System tab, i think.  if those 2 fail, then hard reboot via power switch.

the fact that i have a newly installed 240V power line may be helping too.  don't know.
I'm not really sure why this happens, but it appears to happen when code outside of cgminer kills it, so I suspect it's because it's not allowing it time to shut down properly and perhaps the API port is still bound to the old zombie process and you're not seeing the new one mining, or the new cgminer process is fighting the old one for access to the device.
7817  Bitcoin / Mining software (miners) / Re: cgminer with memory voltage control on: July 03, 2013, 02:52:53 AM
Thanks, but not possible.
7818  Bitcoin / Hardware / Re: Avalon ASIC users thread on: July 03, 2013, 12:02:22 AM
any idea what's causing this?


What am I looking at? Looks okay to me.

high hardware error rate while solo mining via slush's stratum pool software.

also, the hashing rate in stratum has slowed to a crawl.
Looks fine to me? Your hardware error count is under 1.5% and your hashrate is 77GH.
7819  Bitcoin / Hardware / Re: Avalon ASIC users thread on: July 02, 2013, 11:43:41 PM
any idea what's causing this?


What am I looking at? Looks okay to me.
7820  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.3.1 on: July 02, 2013, 11:31:33 PM
you are saying that i should try older versions of Catalyst?
Yes I am saying that.
Pages: « 1 ... 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 435 436 437 438 439 440 441 ... 570 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!