verify_external_proof
Verifies an external OpenTimestamps .ots file against a local file to confirm the file's hash existed before a Bitcoin block, without reading or modifying the local stamp store.
Instructions
Verifies an external OpenTimestamps .ots file against its covered local file. Both paths must pass the configured directory whitelist; the covered file uses the preservation size cap and the receipt has a separate 1 MiB cap. It does not read or modify the local stamp store. A confirmed result proves the file hash existed before the reported Bitcoin block; it does NOT prove authorship, content truth, legal validity, or preservation of linked assets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the exact file covered by the proof | |
| proof_path | Yes | Path to the corresponding .ots proof file |