-
Notifications
You must be signed in to change notification settings - Fork 36
Import ckb cli keystore from&to Neuron wallet
Quake Wang edited this page Jan 17, 2023
·
2 revisions
First copy the keystore to a tmp json file.
$ cp ~/.ckb-cli/keystore/UTC--2020-11-11T11-11-24.222222222Z--{lock-arg} tmp-keystore.json
Then edit the json file, remove fields if exists: ["ckb_root"
, "origin"
, "hash160"
], and only keep ["version"
, "id"
, "crypto"
].
And then use Wallet > Import Wallet > Import from Keystore
to import the tmp-keystore.json file.
$ ckb-cli account import-keystore --path "Wallet x.json"