Files
2021-01-07 23:43:03 -06:00

25 lines
797 B
Markdown

---
layout: forum
title: 'Re: Proof-of-work difficulty increasing'
grand_parent: Forum Posts
parent: Bitcoin Forum
nav_order: 111
date: 2010-06-02 18:45:38 UTC
original: https://bitcointalk.org/index.php?topic=43.msg1323#msg1323
---
# Re: Proof-of-work difficulty increasing
---
```
Re: Proof-of-work difficulty increasing
June 02, 2010, 06:45:38 PM
That's a good idea. I'm not sure where exactly to fit that in, but it could certainly calculate the expected average time between blocks generated, and then people would know what to expect.
Every node and each processor has a different public key in its block, so they're guaranteed to be scanning different territory.
Whenever the 32-bit nonce starts over at 1, bnExtraNonce gets incremented, which is an arbitrary precision integer.
```