input-output-hk / cardano-tutorials

ARCHIVED-This content in this repository is now located at https://docs.cardano.org/projects/cardano-node/

Home Page:https://docs.cardano.org/projects/cardano-node/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing tutorial and exercice of crucial step of running of producing a node with all the certificates

stephane303 opened this issue · comments

something like that :

cardano-node run --topology block-producing/ff-topology.json --config block-producing/ff-config.json --port 3000 --database-path block-producing/db --socket-path block-producing/db/node.socket --shelley-operational-certificate ../node-keys/node.cert --delegation-certificate ../node-keys/delegation.cert --shelley-kes-key ../node-keys/kes.skey --shelley-vrf-key ../node-keys/vrf.skey --signing-key ../node-keys/cold.skey

it's here: https://github.com/input-output-hk/cardano-tutorials/blob/master/node-setup/081_start_your_nodes.md

but not referenced here:
https://github.com/input-output-hk/cardano-tutorials/blob/master/node-setup/README.md

Thanks, updating readme.

Thank you @CarlosLopezDeLara for updating this. I guess it can be closed now as #211 is merged.