Improves Proof of Work entry

Added shorting (PoW) and tuned the "more information" sentence.
pull/864/head
Candle 3 years ago committed by GitHub
parent b5e380132d
commit fae9a6a06f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -383,10 +383,10 @@ preimage::
In particular, when using SHA-256, it should be stated that each element has an infinite number of preimages.
However, it is still believed to be computationally hard to find such a preimage.
proof of work::
Proof of Work (PoW)::
A piece of data that requires significant computation to find.
In Bitcoin, miners must find a numeric solution to the SHA256 algorithm that meets a network-wide target, called the difficulty target.
See _bitcoin mining_.
See _Bitcoin mining_ for more information.
Relative Timelock::
Relative Timelock is a type of timelock which allows an input to specify the earliest time the input can be added to a block. The time is relative and is based on when the output referenced by that input was included in a block. Such a feature is jointly achieved by nSequence field and CheckSequenceVerify opcode, which was introduced by BIP68/112/113.

Loading…
Cancel
Save