github.com/amazechain/amc@v0.1.3/docs/run/mainnet.md (about) 1 # Running amc on Amaze Chain Mainnet or Testnets 2 3 4 ## Running the amc Node 5 6 Firstly, ensure that you have installed amc by following the installation instructions. 7 8 Now, to start the archive node, run: 9 10 ```plaintext 11 amc 12 ``` 13 At this point, our amc node has begun discovery and has even discovered some new nodes, and started syncing. 14 15 16 ## Verify the chain is growing 17 18 You can easily verify this by inspecting the logs and seeing that headers are arriving in amc. Now sit back and wait for the stages to run! In the meantime, consider setting up observability to monitor your node's health or test the JSON RPC API.