Skip to content

Commit

Permalink
Update docs/poet_operator_manual.md
Browse files Browse the repository at this point in the history
Co-authored-by: Bartosz Różański <[email protected]>
  • Loading branch information
pigmej and poszu authored Sep 13, 2023
1 parent 72edec5 commit 7ae83ef
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions docs/poet_operator_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,13 @@ Please see [poet.service](./poet.service) and [poet_config_sample.conf](./poet_c
When the poet round is `in-progress` it generates the PoSW - proof of sequential work (essentially merkle tree). It will write the tree to a disk to a directory specified by `--datadir` flag. The per round tree will be saved in that directory in a subdirectory named after the round id.

```.
.
├── layercache_0.bin
├── layercache_10.bin
├── layercache_1.bin
├── layercache_2.bin
├── layercache_3.bin
├── layercache_4.bin
├── layercache_5.bin
├── layercache_6.bin
├── layercache_7.bin
├── layercache_8.bin
├── layercache_9.bin
└── state.bin
<datadir>
└── rounds
   └── 3
   ├── layercache_0.bin
   ├── layercache_1.bin
   ...
   └── state.bin
```

That directory listing is from a poet that was having round `3` in `in-progress` state, because as you can see there are layercache files. Each of these files is a layer (level) of the PoSW tree.
Expand Down

0 comments on commit 7ae83ef

Please sign in to comment.