Search code examples
substrate

How does one correctly stop a substrate node


The second bullet point in the create-your-first-substrate-chain tutorial alludes to

properly terminate your node

How does one properly terminate a substrate node in order to "save all active data for the node"?

I reckon ctrl + c will stop it, but the tutorial suggests there might be a better way without elaborating.


Solution

  • Using ctrl + c is the proper way to stop your running Substrate node.