2
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/mkproof synced 2024-05-11 05:26:10 +02:00
mkproof/doc/checkproof.scd

18 lines
446 B
Plaintext
Raw Permalink Normal View History

2020-11-25 18:22:22 +01:00
checkproof(1)
# NAME
*checkproof* - verify a proof-of-work challenge
# SYNOPSIS
*checkproof* _challenge_ _proof_
# DESCRIPTION
*checkproof* verifies a proof-of-work challenge which has been completed by
*mkproof*(1). The result will be printed to stdout. If valid, *checkproof* will
exit with a zero status code. If the proof is invalid, it will exit with a
status code of 1. If any other usage error, it will exit with a status code of
2.