Merge pull request #195 from FloorLamp/patch-1

Update running.md
This commit is contained in:
Joel Burget 2018-02-02 13:44:31 -05:00 committed by GitHub
commit b78f82952e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -51,11 +51,11 @@ geth init genesis.json
### Setup Bootnode
Optionally you can set up a bootnode that all the other nodes will first connect to in order to find other peers in the network. You will first need to generate a bootnode key:
1- To generate the key for the first time:
1. To generate the key for the first time:
`bootnode -genkey tmp_file.txt // this will start a bootnode with an enode address and generate a key inside a “tmp_file.txt” file`
2- To later restart the bootnode using the same key (and hence use the same enode url):
2. To later restart the bootnode using the same key (and hence use the same enode url):
`bootnode -nodekey tmp_file.txt`