2020-01-17 23:16:01 +00:00
|
|
|
[superNode]
|
|
|
|
chain = "ethereum"
|
|
|
|
ipfsPath = "/root/.ipfs"
|
|
|
|
|
|
|
|
[superNode.database]
|
|
|
|
name = "vulcanize_public"
|
|
|
|
hostname = "localhost"
|
|
|
|
port = 5432
|
|
|
|
user = "ec2-user"
|
|
|
|
|
|
|
|
[superNode.sync]
|
|
|
|
on = true
|
|
|
|
wsPath = "ws://127.0.0.1:8546"
|
|
|
|
workers = 1
|
|
|
|
|
|
|
|
[superNode.server]
|
|
|
|
on = true
|
|
|
|
ipcPath = "/root/.vulcanize/vulcanize.ipc"
|
|
|
|
wsPath = "127.0.0.1:8080"
|
|
|
|
|
|
|
|
[superNode.backFill]
|
2020-01-27 20:13:54 +00:00
|
|
|
on = true
|
|
|
|
httpPath = "http://127.0.0.1:8545"
|
2020-01-21 19:12:35 +00:00
|
|
|
frequency = 5
|
|
|
|
batchSize = 50
|