Deployment
Introduce system management configs。
Hardware
Minimum
Recommended
Network & Port
Automatic Restarts and Monitoring
to get koisan-chian node running as a background service on Ubuntu can use supervisor for monitoring
Install supervisor on ubuntu
Finally we have to add a configuration file to supervisor to let it know that it should run geth, Create /etc/supervisor/conf.d/geth.conf and fill it with:
Now just restart supervisor to startup geth:
Boom! You can now attach a console to your running geth instance by typing geth attach. You can then query it using the standard commands.
Last updated