Hi,
Trying to sync terra node from genesis. We need archive node with pruning set to nothing.
Reference Link: https://docs.terra.money/full-node/run-a-full-terra-node/set-up-production
Error Logs:
7:03AM INF starting node with ABCI Tendermint in-process
Error: error in genesis file: block.TimeIotaMs must be greater than 0. Got 0
When checking the genesis.json in path .terra/config/ I am able to check genesis file and found
time_iota_ms: 1000
Do we need to check the default home path of terra ?
If yes then which to be updated ?
Currenct Path in /etc/systemd/system/terrad.service is set as
ExecStart=root/go/bin/terrad start
Hi,
Trying to sync terra node from genesis. We need archive node with pruning set to nothing.
Reference Link: https://docs.terra.money/full-node/run-a-full-terra-node/set-up-production
Error Logs:
7:03AM INF starting node with ABCI Tendermint in-process
Error: error in genesis file: block.TimeIotaMs must be greater than 0. Got 0
When checking the genesis.json in path .terra/config/ I am able to check genesis file and found
time_iota_ms: 1000
Do we need to check the default home path of terra ?
If yes then which to be updated ?
Currenct Path in /etc/systemd/system/terrad.service is set as
ExecStart=root/go/bin/terrad start