CnTools Migration

I have an op.cert but not a pool.cert
But I’m pretty sure neither of those came from a previous install

this is the pool.cert; if u can’t find it u can create one manually

Coincashew steps


cardano-cli stake-pool registration-certificate \
    --cold-verification-key-file $HOME/cold-keys/node.vkey \
    --vrf-verification-key-file vrf.vkey \
    --pool-pledge 100000000 \
    --pool-cost 345000000 \
    --pool-margin 0.15 \
    --pool-reward-account-verification-key-file stake.vkey \
    --pool-owner-stake-verification-key-file stake.vkey \
    --mainnet \
    --single-host-pool-relay <dns based relay, example ~ relaynode1.myadapoolnamerocks.com> \
    --pool-relay-port 6000 \
    --metadata-url <url where you uploaded poolMetaData.json> \
    --metadata-hash $(cat poolMetaDataHash.txt) \
    --out-file pool.cert

Sorry about the delay, but I did get something weird in that there was a new CNTools update script and letting that go, it just worked? Without any further intervention anyway. I’m not entire sure why that is, but it seems to have solved the issue.

1 Like

hmmm, weird… perhaps now it will not require that file?

Glad u solved it

Yeah I’m not entirely sure what happened but thank you for the help! You’re always a great help!

1 Like