Skip to content

Commit

Permalink
Documentation update done in 'origin/develop' prepared for final HF26…
Browse files Browse the repository at this point in the history
… release
  • Loading branch information
vogel76 committed Oct 10, 2022
2 parents 78ba5be + 0175e5a commit 70d79ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ General usage: `run_hived_img.sh <docker_img> [OPTION[=VALUE]]... [<hived_option

`run_hived_img.sh my-local-image --name=hived-instance --data-dir=/home/hived/datadir --shared-file-dir=/dev/shm/hived/consensus_node --webserver-http-endpoint=0.0.0.0:8091 --webserver-ws-endpoint=0.0.0.0:8090 --p2p-endpoint=0.0.0.0:2001`

Pointed data directory **must** contain an empty `blockchain` subdirectory otherwise hived node can fail at start.

2. Hived node full replay, basing on local copy of blockchain file(s).
To perform a replay, you need to copy blockchain file(s) into directory expected by hived node. Dockerized version assumes a data-dir/blockchain location where block_log and block_log.artifacts files should be stored. Dockerized hived process must write access to such directory and files. To run replay, you need to pass `--force-replay` option to the `run_hived_img.sh` script, which next will be passed to the underlying hived process.

Expand Down

0 comments on commit 70d79ef

Please sign in to comment.