bootnode | ||
bootnode.yml | ||
README.md | ||
setup.sh |
bloxbergBootnode
- Clone the repository to the server you are hosting the bootnode.
- CD into the './bootnode' folder and edit the bootnode.toml file with your text editor. Change the nat: setting to your external IP. Once done, save this file
- Change the password in bootnode.pwd to a secure password.
- Go back into the parent directory and run 'sudo ./setup.sh'.
- Once complete, run 'docker-compose -f bootnode.yml up' This will start the bootnode. Ensure it is syncing and then you can close it with Ctrl+C.
- Lastly, run 'docker-compose -f bootnode.yml up -d' to daemonize the node.