Bitcoin Forum
June 01, 2024, 11:33:51 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 ... 570 »
9021  Bitcoin / Mining software (miners) / Re: Decentralized mining protocol standard: getblocktemplate (ASIC ready!) on: November 01, 2012, 05:34:05 AM
...And where do I fit in? Despite what it may look like, this is a technical discussion about the disadvantages of GBT.

imo - you're at least honest in your intent and presentation.

I'm not saying that GBT couldn't or shouldn't be replaced with something that is better that what it is now... I'm just saying given the choice between gbt and stratum --- I'll take transparent and clunkier over obfuscated and streamlined.

Also I'm not saying 'kill stratum with fire' but I won't be using it until the transparency issue is addressed.
The only apparent transparency issue with stratum is that it does not transmit the transactions included in the merkle branches by default. You do know, however, that it supports a get transaction method as well? Then you can reconstruct the merkle branches for yourself and confirm it does what it says.

The reality is that 99% of miners will mine blindly trusting their pool, and they rely on the 1% of savvy users to keep the pools in check. It is a mechanism which has worked so far and will continue to do so. There is a way to confirm the pool is doing what you hope it's doing with stratum as well, and enforcing the extra information on the other 99% of users is pointless, as they're not even going to look at it.
9022  Bitcoin / Mining software (miners) / Re: Decentralized mining protocol standard: getblocktemplate (ASIC ready!) on: November 01, 2012, 02:39:26 AM
One more point about the GBT protocol. If a miner chooses which transactions they include rather than accept whichever transactions the pool/bitcoind has offered in the template, the miner has to submit all the transactions with every share he submits.

A quick check
./bitcoind getblocktemplate
at this very second produces a output that is 469441 bytes!

If every template request was this size and the miner used the customise coinbase option and chose transactions, they would be receiving 400kb for the block template and each share submitted would be 400kb unless they started withholding transactions.
9023  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: November 01, 2012, 01:27:45 AM
I looked at GBT, and I don't see it improving anything. It requires sending the entire block template (potentially up to 1 MB) to miners every 10 seconds, which is definitely impractical for remote miners. An extension to GBT that allowed only sending the merkle root would avoid this, though.
Yes we're debating that very point at length in the GBT thread at the moment, as I do not see the advantage of that either, only potential disadvantage of increasing network bandwidth, or worse, encouraging not perpetuating transactions. Stratum on the other hand uses merkle branches to negate this effect entirely and the bandwidth is virtually static regardless of the miner's hashrate or transaction count.
9024  Bitcoin / Mining software (miners) / Re: Decentralized mining protocol standard: getblocktemplate (ASIC ready!) on: November 01, 2012, 12:59:43 AM
...And where do I fit in? Despite what it may look like, this is a technical discussion about the disadvantages of GBT.
9025  Bitcoin / Pools / Re: [2000 GH/s] EMC: No Fee/PPS/DGM/Dwolla Payout/SMS/Yubikey/GBT/Vardiff on: October 31, 2012, 11:44:56 PM
Ah, got it... no, it just uses a sliding window.  Is there some drawback to bouncing around?  The work is accepted for old difficulty work, so it doesn't matter if there is a difficulty change, since the difficulty is tied to the work sent out.  You might be currently working on Difficulty 3 and sending back difficulty 2 shares from an older set of work that hasn't been sent back yet.


Not with getwork, but with GBT (and stratum) the work is tied with the block template they get, so if they ask for an updated block template, and are currently working on different difficulty shares, they lose work across diff changes (mainly on diff drop) since internally the pool only has the notion of the current difficulty target expected from the miner unless you go out of your way to add leeway expecting old target diff work for some grace period.
9026  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: October 31, 2012, 11:36:41 PM
Any serious P2Pool user, one serious enough to have ASICs, should definitely have their own P2Pool node...
...With ASICs being 50x more efficient, the only people mining in the future, bar a very few exceptions, will all be running ASICs.

And anyone (everyone?) with an ASIC, having invested hundreds of dollars, will be a "serious miner" in my eyes...
Ok... so no one will be running p2pool via a remote node?
9027  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: October 31, 2012, 11:28:52 PM
I don't think ASICs will need any special support. P2Pool can provide getwork results fast enough for hundreds of GH/s (from a normal computer) and could be optimized for more. In addition, any timestamp rolling multiplies that.
What about mining on a remote node? It seems like ASICs could kill P2P Mining.

Any serious P2Pool user, one serious enough to have ASICs, should definitely have their own P2Pool node...
...With ASICs being 50x more efficient, the only people mining in the future, bar a very few exceptions, will all be running ASICs.
9028  Bitcoin / Pools / Re: [400 GH/s] pool.itzod.ru - RSMPPS/LongPoll/JSON API/Websockets/No Invalids on: October 31, 2012, 11:27:19 PM
I got a "target-miss" error for json-id 115, which is nonce=430fdafa, block with json-id 112 and a valid diff2 hash=f1f38404e253aef6fa1609b1d96474d8a731ff5dda808a7cdd6b184000000000.

At least this share should not lead to a target-miss error.
This hash:
Code:
f1f38404e253aef6fa1609b1d96474d8a731ff5dda808a7cdd6b184000000000
when byte swapped is:
Code:
0000000040186bdd....
versus diff 1 which is:
Code:
00000000ffffffff...

This should qualify as a diff 3 share.
9029  Bitcoin / Pools / Re: [2000 GH/s] EMC: No Fee/PPS/DGM/Dwolla Payout/SMS/Yubikey/GBT/Vardiff on: October 31, 2012, 11:22:17 PM
Well, the sliding window is currently set at 180 seconds, so, if I understand what you're asking, then yes to a limited degree.
No, by hysteresis I mean a different threshold for lowering diff versus raising diff. i.e. if the shares are > 20 per minute to increase diff, but then to only lower diff if they drop to < 10. There will be less bouncing around of diff values that way.
9030  Bitcoin / Pools / Re: [1700 GH/s] BitMinter.com [Zero Fee, Hopper Safe,Merged Mining,Tx Fees Paid Out] on: October 31, 2012, 07:17:44 AM
We don't have any limit on the number of free transactions as I understand some other pools have. Although the pool was losing all donations for a while due to the frequency of orphans, I never put in any limits despite the possibility that it would have sped up block propagation and reduced the orphan rate.
Glad to hear that, thanks. I wish all pools would do the same.
9031  Bitcoin / Pools / Re: [2000 GH/s] EMC: No Fee/PPS/DGM/Dwolla Payout/SMS/Yubikey/GBT/Vardiff on: October 31, 2012, 03:51:00 AM
US1 is currently set to 20 spm over a 180 second test window.  You are connected to US1 and not seeing an adjustment even at almost twice that?

Although... now that I think about it, that makes sense, if you aren't doubling the target then you won't get to 2 very often, since it would bring you in under 20 SPM otherwise, so I think that makes sense.


Ok, wondering whether you used any hysteresis for diff up versus diff down and whether the diff target is a "keep below 20 shares". There's nothing actually wrong here then, just my misinterpretation.
9032  Bitcoin / Mining support / Re: cgminer 2.8.5 always crash when internet goes down. Script to restart cgminer? on: October 31, 2012, 03:22:06 AM
Upgrade cgminer
9033  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windows/osx/mip/r-pi 2.8.7 on: October 31, 2012, 02:31:31 AM
Con, can you tell us anything about the progress with BFL ASIC support? 
No NDA, no physical hardware, no remote access, not even a protocol document to work from. Nothing has been done yet. Will start once I at least get protocol docs.
Oh and I  realised it was implicit but not explicit in my response, but just since everyone is clinging to any news, I also have not been given any indication of the timeframe for arrival of any of the above.
9034  Bitcoin / Pools / Re: [2000 GH/s] EMC: No Fee/PPS/DGM/Dwolla Payout/SMS/Yubikey/GBT/Vardiff on: October 31, 2012, 12:56:50 AM
Nope, they are still holding on to my funds.  @#%#@$ Paypal. 

Con - are you seeing what you should be seeing or are you still experiencing a problem?
Depends on what you define as a problem. It hovers mostly around diff 1 and occasionally rises to diff 2 at 37 shares per minute. But you said your target share rate is 30pm for US1 which I thought you said originally was slated for 20pm.
9035  Bitcoin / Pools / Re: [2000 GH/s] Slush's Pool (mining.bitcoin.cz); STRATUM=ASIC ready, low stales on: October 31, 2012, 12:54:25 AM
I'd rather see merged mining go.
9036  Bitcoin / Pools / Re: [1700 GH/s] BitMinter.com [Zero Fee, Hopper Safe,Merged Mining,Tx Fees Paid Out] on: October 31, 2012, 12:21:02 AM
Can I get an explanation of block 205766 ?

Why does it only contain 32 transactions and is only 9.25kb?

The memory pool of bitcoind has been in the 4000 to 5000 range constantly.
In the last 16 hours, the lowest it has been is 4376 outstanding transactions.

If you look at the block that was orphaned by your block, it had 619 transactions in it and was 304.27kb

Edit: N.B. block 205765 before it was almost 30 minutes before it.
Now I don't know, but if this is the result of the GBT implementation, it's a worrying sign... considering GBT was meant to improve bitcoin, the potential for pools using it in a way that makes transaction propagation even less likely than before is precisely what I've been complaining about with pooled mining GBT implementations.
9037  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windows/osx/mip/r-pi 2.8.7 on: October 30, 2012, 08:21:52 PM
Con, can you tell us anything about the progress with BFL ASIC support?  Please choose one of the following:

1.  I can't talk about it, I'm under NDA.
2.  I've logged in remotely to their servers and have poked around a little.
3.  I've logged in remotely and have already begun creating code for BFL's ASIC to work with cgminer.
4.  I have no plans to log in remotely to BFL and won't do anything until they send me some real hardware.
5.  I have real hardware in hand and am working on the code.
6.  I won't support BFL ASIC because I won't develop for them for free and they haven't paid me yet.


No NDA, no physical hardware, no remote access, not even a protocol document to work from. Nothing has been done yet. Will start once I at least get protocol docs.
9038  Bitcoin / Pools / Re: [2000 GH/s] EMC: No Fee/PPS/DGM/Dwolla Payout/SMS/Yubikey/GBT/Vardiff on: October 30, 2012, 10:16:05 AM
My bad. Got lost in the noise.
9039  Bitcoin / Pools / Re: [2000 GH/s] EMC: No Fee/PPS/DGM/Dwolla Payout/SMS/Yubikey/GBT/Vardiff on: October 30, 2012, 09:10:26 AM
My rig still hovers at diff 1 on emc1 despite submitting ~37 shares per minute. I thought it was trying to keep shares below 20/m?
9040  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windows/osx/mip/r-pi 2.8.7 on: October 30, 2012, 08:36:31 AM
2.8.7 version of cgminer has been working for me smooth on my 7970 rig in windows. Before that i saw random crashes with erlier versions, good job.
Yay, much appreciate the feedback, especially when it's good  Wink
Pages: « 1 ... 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 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 ... 570 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!