Skip to content
Snippets Groups Projects
Commit b73bf5a9 authored by Marcin's avatar Marcin Committed by Andrzej Such
Browse files

readme: use haf minimal-instance instead instance

parent 94131847
No related branches found
No related tags found
1 merge request!823Removing not used queries and python server
...@@ -277,7 +277,7 @@ For example: ...@@ -277,7 +277,7 @@ For example:
If you want to stop HAF synchronization at a specific block (e.g., block 5,000,000), If you want to stop HAF synchronization at a specific block (e.g., block 5,000,000),
add the option `--stop-at-block=5000000` to the command below. add the option `--stop-at-block=5000000` to the command below.
```bash ```bash
docker run -d -e PG_ACCESS="host haf_block_log all 0.0.0.0/0 trust" --network=haf --name=haf registry.gitlab.syncad.com/hive/haf/instance:local; docker run -d -e PG_ACCESS="host haf_block_log all 0.0.0.0/0 trust" --network=haf --name=haf registry.gitlab.syncad.com/hive/haf/minimal-instance:local;
``` ```
3. Install and start **reputation_tracker**. The example below use default configuration, if you want to stop reputation_tracker 3. Install and start **reputation_tracker**. The example below use default configuration, if you want to stop reputation_tracker
synchronization at a specific block (e.g., block 5,000,000), add the option --stop-at-block=5000000 to the command process_blocks. synchronization at a specific block (e.g., block 5,000,000), add the option --stop-at-block=5000000 to the command process_blocks.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment