I'm running Erigon on my system and I need to know the proper way to stop it. I don't want to just kill the process, I want to do it gracefully. Can someone guide me on how to safely shut down Erigon?
5
answers
ZenMindfulness
Mon Feb 10 2025
Stopping the Erigon node is a straightforward process.
CryptoEagle
Mon Feb 10 2025
Upon receiving this signal, the Erigon node will cease its operations and shut down gracefully.
SsamziegangSerenade
Mon Feb 10 2025
One effective method to achieve this is by utilizing the CTRL+C command.
MysticRainbow
Mon Feb 10 2025
This command serves as a signal to interrupt the currently running process.
Federico
Mon Feb 10 2025
When you press CTRL+C on your keyboard, it sends a termination signal to the Erigon node.