-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to import wallet created from ckb-cli #354
Comments
nervosnetwork/neuron@1b66ea3 If currently, Neuron can support ckb-cli keystore file, we can remove this logic. |
I would like to know the historical reason of why the functionality of importing ckb-cli keystore file was removed. If there is indeed something that makes ckb-cli keystore file and neuron keystore file incompatible, then I think we should warn the user and tell them what's happening. |
https://github.com/nervosnetwork/ckb-cli/wiki/Import-ckb-cli-keystore-from%26to-Neuron-wallet#ckb-cli-and-neuron-use-the-keystore-in-different-way |
Some users were confused by this case too, it would be grateful if a brief guide can be added @Danie0918 |
Okay, I'll take it over. |
|
I am running
Neuron-v0.112.0-x86_64.AppImage
on nixos. I find neuron cannot import a keystore file created freshly by ckb-cli. After deleting the fieldorigin
from the file created by ckb-cli (this trick is discovered by export a wallet created by neuron itself and comparing the file format, I think we need to document this file format somewhere), I successfully imported the keystore file. Below are the steps to reproduce this issue.My ckb-cli version is
Create a new account with password
qwertyui1!
Here is the keystore file to that account, this file can not be imported to neuron wallet.
Try to import the file above, and the import will fail
Edit the keystore file manually and delete the field
origin
Now the field
origin
is deletedImport the file again, now it works
The text was updated successfully, but these errors were encountered: