Update consensus.md
This commit is contained in:
parent
3cf2e8aadf
commit
bedbe1bc94
1 changed files with 2 additions and 6 deletions
|
@ -13,10 +13,6 @@ right = ripemd(intermediate[len(intermediate)/2:]) # and the right half
|
||||||
proof = sha256(sha256(left + right)) # concatenate the two halves, and double-sha256() it again
|
proof = sha256(sha256(left + right)) # concatenate the two halves, and double-sha256() it again
|
||||||
```
|
```
|
||||||
|
|
||||||
### Block Targeting
|
### Block Targeting & Difficulty Adjustment
|
||||||
|
|
||||||
_PR this_.
|
The targeted time of each Lbry block is 2.5 mintues (150 seconds). Code used for the difficulty adjustment can be seen [here](https://github.com/lbryio/lbrycrd/blob/master/src/lbry.cpp).
|
||||||
|
|
||||||
### Difficulty Adjustment
|
|
||||||
|
|
||||||
_PR this_.
|
|
||||||
|
|
Loading…
Reference in a new issue