Validation
The Old Faithful archives have seen fully validated to represent a true state of the chain.
Blockhashes and parent/child relationships
During the generation of the CAR files, Old Faithful validates that each block generated has the correct links with the parent/child. This includes validating that each epoch's last block/first block links correctly with the slots in the following epochs.
This ensures that there is a complete set of blocks from block 0 to the current block.
Proof of History
Old Faithful supports full validation of Proof of History. In OF1, every epoch’s PoH has been validated with one exception (see Epoch 208). Outputs from our validation of the history can be found at https://files.old-faithful.net/<epoch>/poh-check-<epoch>.log.
For example, https://files.old-faithful.net/100/poh-check-100.log:
To run this check yourself, you use the poh-check-car tool from https://github.com/rpcpool/poh-check-car. Sample usage of this tool:
Last updated