doc
This commit is contained in:
parent
49bd60d9f1
commit
072cd0bcdb
10
README.md
10
README.md
@ -12,13 +12,15 @@ Config format:
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[database]
|
[database]
|
||||||
name = "vulcanize_public"
|
name = "vulcanize_public"
|
||||||
hostname = "localhost"
|
hostname = "localhost"
|
||||||
port = 5432
|
port = 5432
|
||||||
user = "postgres"
|
user = "postgres"
|
||||||
|
|
||||||
[leveldb]
|
[leveldb]
|
||||||
path = "/Users/user/Library/Ethereum/geth/chaindata"
|
path = "/Users/user/Library/Ethereum/geth/chaindata"
|
||||||
|
# path for geth's "freezer" archive
|
||||||
|
ancient = "/Users/user/Library/Ethereum/geth/chaindata"
|
||||||
|
|
||||||
[snapshot]
|
[snapshot]
|
||||||
blockHeight = 0
|
blockHeight = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user