From 4f8cb5d7b47ff071c4bf9a4d39153ee55f1c5925 Mon Sep 17 00:00:00 2001 From: crossoveranx Date: Tue, 30 Jul 2019 11:32:25 +0200 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1cc04e1 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# bloxbergBootnode + + +1. Clone the repository to the server you are hosting the bootnode. +2. 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 +3. Change the password in bootnode.pwd to a secure password. +4. Go back into the parent directory and run 'sudo ./setup.sh'. +5. 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. +6. Lastly, run 'docker-compose -f bootnode.yml up -d' to daemonize the node.