You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
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
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
The text was updated successfully, but these errors were encountered: