Skip to content

HASHCASH

Miguel Evangelista edited this page Aug 12, 2022 · 10 revisions

INTRO

The Proof of Work used in the RexChain blockchain is through Hashcash (http://www.hashcash.org/hashcash.pdf), the implementation was in Python language and can be seen at https://github.com/Prescrypto/RexChain/blob/master/rexchain/core/utils.py

PERFOMANCE

INFO Payloads HC bits HC random Average V Min V Max Median Mode Block Ids OBS Values
DEV 90 2 4 12.4 2 30 11 11,8,3 456-479 22, 29, 8, 11, 30, 8, 19, 3, 10, 3, 12, 13, 5, 2, 11
PROD 340 4 8 21.3 1 87 10 3 481-494 15, 1, 87, 3, 27, 3, 7, 47, 19, 5, 46, 8, 39, 2, 10
6 8
2700 8 8 169 15 417 148 15 496-510 15, 148, 246, 50, 87, 417, 104, 101, 236, 301, 186, 367, 229, 33, 15

Clone this wiki locally