I’m following the guides to setup a node on the mainnet, but the catchup operation does not complete. It times out after 45 minutes approximately 2/3’s of the way through.
I’m running the run the following commands:
- ./update.sh -i -c stable -p ./node -d ./node/data -n
- ./goal node start -d data
- ./goal node catchup 10130000#XEJV76QTDQFXL446Q2LLFIYE5GQAFAWX3PPO4BS2JXOY5O4FMOHQ
I’ve also used nightly and it is faster, but still times out at 45 minutes.
The node status looks like the following right before the accounts process rolls over back to 0 and it enters an infinite loop eating up CPU and bandwidth.
Last committed block: 10279
Sync Time: 2696.9s
Catchpoint: 10130000#XEJV76QTDQFXL446Q2LLFIYE5GQAFAWX3PPO4BS2JXOY5O4FMOHQ
Catchpoint total accounts: 6669849
Catchpoint accounts processed: 4692480
Genesis ID: mainnet-v1.0
Genesis hash: wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=
My computer is an older Intel i7, 16Gb ram and the network connection is broadband.
Is there some setting in the config.json to increase this time? How can I let the catchup complete?
–WM