You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
i've created wallets using both neo-cli and neo-python when trying to open the python wallet with neo-cli i get "error" and when trying to open the neo-cli wallet with python i get
"[E 180524 12:20:34 UserWallet:94] Could not build database table "account" already exists
[E 180524 12:20:34 UserWallet:336] Could not get key no such column: t1.Id
Could not open wallet: Password hash not found in database"
The text was updated successfully, but these errors were encountered:
To the best of my knowledge there has never been the intend to have shared wallet db's. Each client can have there own format depending on the clients implementation. However, to easily transfer from one client to another there is the NEP-6 standard for importing wallets. Unfortunately this is not yet supported as seen by the open issue #118
For now if you want to switch you'll have to export your WIF's (what people call private keys) and import them in a new or exisitng neo-python wallet. type help on the console for seeing the commands to create a wallet and import a WIF.
i've created wallets using both neo-cli and neo-python when trying to open the python wallet with neo-cli i get "error" and when trying to open the neo-cli wallet with python i get
"[E 180524 12:20:34 UserWallet:94] Could not build database table "account" already exists
[E 180524 12:20:34 UserWallet:336] Could not get key no such column: t1.Id
Could not open wallet: Password hash not found in database"
The text was updated successfully, but these errors were encountered: