Hello I’ve been trying to follow:
# Setup Cardano Shelley staking node (Ubuntu 18.04)
-- DISCLAIMER: This guide is for educational purposes only. Do not use in production with real funds.
-- DISCLAIMER: By using this guide, you assume sole risk and waive any claims of liability against the author.
-- Note: This guide is for running jormungandr on a virtual private server (VPS), running Ubuntu 18.04.
-- Note: This guide assumes your local machine is a Mac, but most instructions are executed on the remote machine.
-- Note: anything preceded by "#" is a comment.
-- Note: anything all-caps in between "<>" is an placeholder; e.g. `"<FILENAME>"` could be `"foo.txt"`.
-- Note: anything in between "${}" is a variable that will be evaluated by your shell.
* Author: Chris Graffagnino (stake-pool: __MASTR__)
* Thanks to these expert contributors!
@ilap - __UNDR__
@mark-stopka - __BLTN__
@pheelLikeWater - __MONKY__
@Willburn - __ANP__
## Create free account on Github
This file has been truncated. show original
or
# Setup Cardano Shelley staking node (Ubuntu 18.04)
-- DISCLAIMER: This guide is for educational purposes only. Do not use in production with real funds.
-- DISCLAIMER: By using this guide, you assume sole risk and waive any claims of liability against the author.
-- Note: This guide is for running jormungandr on a virtual private server (VPS), running Ubuntu 18.04.
-- Note: This guide assumes your local machine is a Mac, but most instructions are executed on the remote machine.
-- Note: anything preceded by "#" is a comment.
-- Note: anything all-caps in between "<>" is an placeholder; e.g. `"<FILENAME>"` could be `"foo.txt"`.
-- Note: anything in between "${}" is a variable that will be evaluated by your shell.
* Author: Chris Graffagnino (stake-pool: __MASTR__)
* Thanks to these expert contributors!
@ilap - __UNDR__
@mark-stopka - __BLTN__
@pheelLikeWater - __MONKY__
@Willburn - __ANP__
## Create free account on Github
This file has been truncated. show original
but I can never get this yaml file:
log:
output: stderr
format: plain
level: info
p2p:
topics_of_interest:
blocks: high
messages: high
listen_address: “/ip4/0.0.0.0/tcp/3000”
public_address: “/ip4/161.35.232.233/tcp/3000”
public_id: 1dec8c7f307d04fa0e3753b0d560857a20a3afc6a3e48cba
max_connections: 1024
gossip_interval: 10s
trusted_peers:
address: “/ip4/13.56.0.226/tcp/3000”
id: 7ddf203c86a012e8863ef19d96aabba23d2445c492d86267
address: “/ip4/54.183.149.167/tcp/3000”
etc.
to parse right.
errors like:
|-> Error while parsing the node configuration file: log[0]: invalid type: map, expected a string at line 2 column 9
|-> log[0]: invalid type: map, expected a string at line 2 column 9
but something seems wrong since I didn’t make any changes yet. I’m just trying to start up my Jormungandr node for the very first time. But there doesn’t seem to be any example node-config.yaml that just works out of the box?
same here, I wonder if you’ve found any solution @andrewarrow ?