Closed poszu closed 1 year ago
Integration of RandomX-based proof of work in place of the scrypt-based one.
[32]byte
PowFlags
:bulb: configuration of RandomX flags affect speed and memory requirements only - misconfiguring it won't affect the generated pow nonce correctness.
:bulb: postrs.Verifier can be used from many threads safely.
postrs.Verifier
Integration of RandomX-based proof of work in place of the scrypt-based one.
Changes
[32]byte
array;PowFlags
that configure the operation of RandomX. They have sane defaults::bulb: configuration of RandomX flags affect speed and memory requirements only - misconfiguring it won't affect the generated pow nonce correctness.
:bulb:
postrs.Verifier
can be used from many threads safely.