Friendly OpenTimestamps CLI: stamp, upgrade and verify .ots proofs against Bitcoin, no node needed.
467
Prove that a file existed at a given time, anchored forever in the Bitcoin
blockchain. No account, no fee, no trusted third party: just a small .ots
proof next to your file, which anyone can check independently.
elephstamp is a friendly command-line tool for
OpenTimestamps, the open standard for
blockchain timestamping. Stamp a contract, a source release, a dataset or a
photo today; collect the Bitcoin confirmation a few hours later; verify it
whenever you need to, years from now. Its proofs are byte-for-byte
interoperable with the reference ots client, so you are never locked in.
--json output..ots file is treated as untrusted input: only whitelisted
calendars are ever contacted, over HTTPS, with strict size and time limits.Define the alias once, in your shell's profile:
alias elephstamp='docker run --rm -v "$PWD:/data" --user "$(id -u):$(id -g)" julienboudry/elephstamp'
The volume shows your current directory to the container; --user makes the
proofs it writes belong to you. Then:
elephstamp stamp contract.pdf # → contract.pdf.ots, pending
elephstamp upgrade contract.pdf.ots # a few hours later: collect the Bitcoin attestation
elephstamp verify contract.pdf.ots # check it against the blockchain
VERIFIED
contract.pdf existed before 2026-09-18 15:27:58 UTC (Bitcoin block 967571).
Original contract.pdf — digest matches the proof
Proof sha256 digest 065470e2…, 3 Bitcoin attestations recomputed offline
Block headers mempool.space — trusted for block headers only
Required depth 6 confirmations
elephstamp info explains a proof in plain words, elephstamp tree shows
every hash for checking by hand, and elephstamp help <command> lists every
option.
X.Y.Z), X.Y and X for the newest release
in that line, and latest.linux/amd64, linux/arm64, linux/riscv64.elephstamp.phar on the official Debian-based
PHP image, nothing else.gh attestation verify oci://docker.io/julienboudry/elephstamp:latest --repo CondorcetVote/Elephstamp.Content type
Image
Digest
sha256:b17ba235c…
Size
181.1 MB
Last updated
about 5 hours ago
docker pull julienboudry/elephstamp