Hi so i am working on linux and trying to get my node running with the config found here https://iohk.zendesk.com/hc/en-us/articles/360036898153-How-to-install-Jormungandr-Networking-Linux-macOS-
and i am left with these errors
RUST_BACKTRACE=full ./jormungandr --config node-config.yaml --genesis-block-hash adbdd5ede31637f6c9bad5c271eec0bc3d0cb9efb86a5b913bb55cba549d0770
Error in the overall configuration of the node
|-> Error while parsing the node configuration file: while parsing a block mapping, did not find expected key at line 9 column 2
|-> while parsing a block mapping, did not find expected key at line 9 column 2
my config is exactly as it is on zendesk. Thanks.
hmm same error just at line 31, alwell
best answer for this is the comment left by user on zendesk https://iohk.zendesk.com/hc/en-us/articles/360036898153/comments/360003196413 has exactly the format needed and extra install guide
We identified the issue with the node-config.yaml file that we published today. This should work. I'm also working on a better process to make this file available in future.
log:
format: plain
level: info
output: stderr
p2p:
trusted_peers:
The web site has been updated
How to install Jormungandr Networking
https://iohk.zendesk.com/hc/en-us/articles/360036898353
https://iohk.zendesk.com/hc/en-us/articles/360036898153
have been updated