Deployment

Introduce system management configs。

Hardware

Minimum

4core
8g
ssd iops>5k
8core
16g
ssd iops>5k

Network & Port

External IP Address
Port TCP/UDP 32668

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