You've already forked nakamoto-archive
1.4 KiB
1.4 KiB
layout, title, grand_parent, parent, nav_order, date, original
| layout | title | grand_parent | parent | nav_order | date | original |
|---|---|---|---|---|---|---|
| forum | Re: Proof-of-work difficulty increasing | Forum Posts | Bitcoin Forum | 57 | 2010-02-17 17:58:03 UTC | https://bitcointalk.org/index.php?topic=43.msg388#msg388 |
Re: Proof-of-work difficulty increasing
Re: Proof-of-work difficulty increasing February 17, 2010, 05:58:03 PMQuote from: Sabunir on February 16, 2010, 08:51:51 AM
. Perhaps it has to do with my connection's very high latency (2000ms or more on average)
2 seconds of latency in both directions should reduce your generation success by less than 1%.
Quote from: Sabunir on February 16, 2010, 08:51:51 AM
and/or my high packet loss (sometimes up to 10% loss)?
Probably OK, but I'm not sure. The protocol is designed to resync to the next message, and messages get re-requested from all the other nodes you're connected to until received. If you miss a block, it'll also keep requesting it every time another blocks comes in and it sees there's a gap. Before the original release I did a test dropping 1 out of 4 random messages under heavy load until I could run it overnight without any nodes getting stuck.