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

pool.md

Faustino-CIMA opened this issue · comments

Hi, I ran into some issues when I tried to follow the pool registration tutorial, under point 1. I had make some changes to make it work.

cardano-cli shelley stake-pool registration-certificate \
     --cold-verification-key-file node.vkey \ 
     --vrf-verification-key-file vrf.vkey \
     --pool-pledge 100000000000 \
     --pool-cost 10000000000 \
     --pool-margin 0.01 \
     --reward-account-verification-key-file stake.vkey \
     --pool-owner-stake-verification-key-file stake.vkey \ 
     --testnet-magic 42 \
     --out-file pool.cert

best regards,

Faustino

Thanks! fixing it now.
#179

My pleasure.

Closing as #179 is merged. Thank you.