wealdtech/ethdo

Wallet not found after wallet create

Closed this issue · 2 comments

After creating a wallet it doesn't seem to find it.

I'm running the following command and get the mnemonic in the output as expected.

docker run wealdtech/ethdo wallet create --wallet=“Wallet” --type=hd --wallet-passphrase=secret

However, when I then run wallet list it doesn't show anything, and for wallet info --wallet"Wallet" it returns unknown wallet: wallet not found

Somehow it fails to store the wallet locally. Creating works, but then it doesn't seem to find it anymore.

mcdee commented

You need to attach some sort of persistent storage to your docker container, see https://docs.docker.com/storage/ for some information about this.

Will try this, thank you! Apologies, seems the issue is not with ethdo then