777 B
777 B
Description
This document describes the two easiest ways to start a Status Bootnode:
- Docker Compose - More self-contained and portable
- Systemd Service - More local and configurable
Docker Compose
The simplest way is to just use:
make run-bootnode-docker
This will generate the necessary config, compose and then start the container.
For more details read the README.
Systemd Service
The other way is to run the bootnode
under systemd
:
make run-bootnode-systemd
This will generate the necessary config, define and then start the service.
For more details read the README.