Fix the dash in the bootnode commands (#182)

This commit is contained in:
Leo Arias 2017-09-20 12:01:07 -06:00 committed by Joel Burget
parent 38105f3d4c
commit 4ab6cee7e8
1 changed files with 3 additions and 3 deletions

View File

@ -110,15 +110,15 @@ Optionally you can set up a bootnode that all the other nodes will first connect
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`
`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):
`bootnode nodekey tmp_file.txt`
`bootnode -nodekey tmp_file.txt`
or
`bootnode nodekeyhex 77bd02ffa26e3fb8f324bda24ae588066f1873d95680104de5bc2db9e7b2e510 // Key from tmp_file.txt`
`bootnode -nodekeyhex 77bd02ffa26e3fb8f324bda24ae588066f1873d95680104de5bc2db9e7b2e510 // Key from tmp_file.txt`
### Start node