-
Notifications
You must be signed in to change notification settings - Fork 1
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
I want to restore Daedalus wallet from ikal using encrypted_root_private_key #81
Comments
I think you may not have
Also, I believe you want to start it on
(I've just made some update to docker-compose.yml so you might one to re-download it) |
Thank you!! git clone https://github.com/piotr-iohk/ikar.git ↓I got an error when I used the API below, but is this API old and can't be used?
|
It should work, just make sure you fill all the information in
|
I get an error. I tried the second one with another code, but it asks for mnemonic_sentence. okepod@okepodnoiMac ~ % curl -X POST https://localhost:57835/v2/byron-wallets \ curl: (60) SSL certificate problem: self signed certificate in certificate chain curl failed to verify the legitimacy of the server and therefore could not okepod:Daedalus Mainnet hiroki$ curl --cacert "$HOME/Library/Application Support/Daedalus Mainnet/tls/client/ca.crt" \
{"code":"bad_request","message":"Error in $: parsing Cardano.Wallet.Api.Types.ByronWalletPostData(ByronWalletPostData) failed, key 'mnemonic_sentence' not found"} |
I have a folder for daedalus0.12. I restored it with the import function of daedalus, but I can't send money.
Here is the content of the error.
CardanoSolutions/ByronWalletRecovery#2
I want to use ikal to restore it to Daedalus and perform a remittance test.
I entered this on MAC, but the return is like this.
wget https://raw.githubusercontent.com/piotr-iohk/ikar/master/docker-compose.yml
NETWORK=testnet docker-compose up
zsh: command not found: docker-compose
Cannot connect to http://localhost:4444/, clic
how do i solve this?
I would appreciate it if you could tell me.
I'm Japanese, so I'm not good at English. sorry.
The text was updated successfully, but these errors were encountered: