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
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
curl: (3) URL using bad/illegal format or missing URL
zsh: command not found: -d
zsh: command not found: --cert
zsh: command not found: -H
{"code":"bad_request","message":"Error in $: parsing Cardano.Wallet.Api.Types.ByronWalletPostData(ByronWalletPostData) failed, key 'mnemonic_sentence' not found"}
The text was updated successfully, but these errors were encountered:
I also restored from secret.key, but I get a remittance error.
(Secret key without remittance password)
after thatI extracted the private key from secret.key.
I've tried restoring to Daedalus using my private key, but I get an error.
Please tell me the code to restore to Daedalus.
curl -X POST https://localhost:57835/v2/byron-wallets
-d '{"encrypted_root_private_key":"3392※※72","name":"My Old Byron Wallet","passphrase_hash”:”null”,”style":"random"}'
--cert /Users/o/Library/Application Support/Daedalus Mainnet/tls/client/client.pem
--cacert /Users/o/Library/Application Support/Daedalus Mainnet/tls/client/ca.crt
-H "Content-Type: application/json"
curl: (60) SSL certificate problem: self signed certificate in certificate chain
More details here: https://curl.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
curl: (3) URL using bad/illegal format or missing URL
zsh: command not found: -d
zsh: command not found: --cert
zsh: command not found: -H
curl --cacert "$HOME/Library/Application Support/Daedalus Mainnet/tls/client/ca.crt" \
--cert "$HOME/Library/Application Support/Daedalus Mainnet/tls/client/client.pem"
https://localhost:49375/v2/byron-wallets -H "Content-Type: application/json"
-d '{"encrypted_root_private_key":"3392※※72","name":"","passphrase_hash":null,"style":"random"}'
{"code":"bad_request","message":"Error in $: parsing Cardano.Wallet.Api.Types.ByronWalletPostData(ByronWalletPostData) failed, key 'mnemonic_sentence' not found"}
The text was updated successfully, but these errors were encountered: