eos icon indicating copy to clipboard operation
eos copied to clipboard

docs bios-boot-sequence has issues in nodeos command line

Open matthewdarwin opened this issue 3 years ago • 1 comments
trafficstars

https://developers.eos.io/welcome/latest/tutorials/bios-boot-sequence#15-start-the-genesis-node

parameters with a value should have an = between the key and the value, as in

--http-server-address=0.0.0.0:8888

matthewdarwin avatar Nov 25 '21 15:11 matthewdarwin

Todd Fleming, [25.11.21 11:13] [In reply to Matthew Darwin - EOS Nation] nodeos doesn't require that. Unfortunately people new to scripting can make the mistake of accidentally passing --http-server-address 0.0.0.0:8888 as a single arg instead of 2.

Todd Fleming, [25.11.21 11:16] Or use 2, but accidentally include a space in one of them

matthewdarwin avatar Nov 26 '21 14:11 matthewdarwin