6eeaa2c8bd
* Make validation process perpetual * Get sleep interval from config * Add license * Gracefully shutdown validator on interrupt * Change default trail and sleep values
15 lines
257 B
TOML
15 lines
257 B
TOML
[database]
|
|
name = "vulcanize_public"
|
|
hostname = "localhost"
|
|
port = 5432
|
|
password = "password"
|
|
user = "vdbm"
|
|
|
|
[validate]
|
|
block-height = 1
|
|
trail = 16
|
|
sleepInterval = 10
|
|
|
|
[ethereum]
|
|
chainConfig = "./chain.json"
|