cardano-community / guild-operators

Artifacts and scripts created by Guild operators
https://cardano-community.github.io/guild-operators
MIT License
353 stars 179 forks source link

CNTOOLS cnode.sh doesn't match documentation #363

Closed Gary6502 closed 4 years ago

Gary6502 commented 4 years ago

Documentation on this page: https://cardano-community.github.io/guild-operators/Setup-Node.html

Shows the $POOLNAME variable being used but not in cnode.sh --CNTools doesn't appear to copy the keys to the PRIV folder but expects to find them there.

Also shelley-kes-key line uses kes.skey instead of hot.skey

rdlrt commented 4 years ago

Setup Node page is to give the syntax for starting node. When you run prereqs.sh, you will get a passive node template. Once you register a pool, the screen prompts you for bits to add. We cannot add a static value in the document for starting as pool operator because this path will be different for each user

rdlrt commented 4 years ago

The page is now removed in #372, and we use cnode.sh instead to avoid confusion