Skip to content

Commit

Permalink
Update readme with hosting information
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-emilius committed Apr 11, 2022
1 parent 8543e68 commit 0b5280c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ Per block transactions guarantee that the database is consistent at any time.

* NodeJS >= 16.0
* PostgreSQL >= 13.0
* You need to enable the `pg_trgm` extension with `CREATE EXTENSION pg_trgm;`
* Redis >= 5.0
* Nodeos >= 1.8.0 (only tested with 2.0) The state history plugin needs to be enabled and the options:
* Nodeos >= 1.8.0 (only tested with 2.0 and 2.1) The state history plugin needs to be enabled and the options:
`trace-history = true`, `chain-state-history = true`

Suggestions
Expand Down Expand Up @@ -55,6 +56,13 @@ chain can use the same database if they are non conflicting
#### readers.config.json
This file is used to configure the filler

For atomicassets / atomicmarket you should specify the following start blocks
* `wax-mainnet`: `64000000`
* `wax-testnet`: `35795000` (Here you need to use it otherwise it will break)
* `eos-mainnet`: `99070000`
* `proton-mainnet`: `50289000`
* `proton-testnet`: `53440000`

```json5
[
// Multiple Readers can be defined and each one will run in a separated thread
Expand Down

0 comments on commit 0b5280c

Please sign in to comment.