Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Add note about http mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cpubot committed Oct 11, 2023
1 parent b12072c commit e110bed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ A quick and dirty way to prove a block with plonky2. No orchestration. No distri

Pass JSON formatted prover input to stdin or over HTTP. See [data/block_121.json](data/block_121.json) for an example of the expected format.

Initializing plonky2 can take a while.
HTTP mode will allow you to run multiple proof jobs without re-initializing plonky2 between job invocations. Otherwise, every time the process is started, plonky2 will need to be re-initialized.

### stdin

```bash
Expand Down

0 comments on commit e110bed

Please sign in to comment.