Claiming Morse Accounts
Show your Shannon address:
pocketd keys show <your_shannon_key_name> -aFund the Shannon address:
pocketd tx bank send $FUNDING_ADDR <your_shannon_address> 100000000upokt --network=beta --fees=100upokt --unordered --timeout-duration=5s --yes1
2
Check your claimable Morse account
Ensure your Morse Address is ALL CAPS.
You will need to convert your Morse address from lower case to ALL CAPS. You can ask an AI to perform this for you.
pocketd query migration show-morse-claimable-account \
<morse-address-ALL-CAPS> \
--network=<network> # e.g. local, alpha, beta, main3
Claim your Morse Pocket
Run the following command:
pocketd tx migration claim-account \
pocket-account-<morse-keyfile-export>.json \
--from=<your_shannon_key_name> \
--network=<network> # e.g. local, alpha, beta, mainThe above will prompt for your generated Morse Encrypt Passphrase and produce output similar to the following:
Enter Decrypt Passphrase:
MsgClaimMorseAccount {
"shannon_dest_address": "pokt1mrqt5f7qh8uxs27cjm9t7v9e74a9vvdnq5jva4",
"morse_src_address": "8B257C7F4E884E49BAFC540D874F33F91436E1DC",
"morse_signature": "hLGhLRjP6jgP6wgOIaYFxIxT3z4jb4IBDKovMkX5AqUsOqdF+rEIO5aofOKnmYW9BkqL0v2DfUfE3nj25FNhBA=="
}
Confirm MsgClaimMorseAccount: y/[n]:Troubleshooting
Was this helpful?
