EOSIO/eos

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

matthewdarwin opened this issue · 1 comments

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

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