I am using coincashew guide- Section 12
I am getting an invalid arguement, and cant seem to figure out why. The file is in the cold-key directory in home. What am I missing?
I am using coincashew guide- Section 12
I am getting an invalid arguement, and cant seem to figure out why. The file is in the cold-key directory in home. What am I missing?
Type cd $HOME/cold-keys
It’s working?
yes when I type cd $HOME/cold-keys I get -/cold-keys
Hmm I looked better and it seems u omited the last line?
--out-file pool.cert
You are correct and I made that adjustment, now it fatal errors at not liking my relay url… what now. And I thank you in advance for the help. I wonder if the line (relaynodes.myurl.us) should be something different?
I don’t know what guide are u following
This is the right script
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