Unfortunately, the only success message in this thread did not say which of the ways we offered has led to that success (and they also haven’t posted since then, not sure if still active).
Do you know the address(es) of your wallet?
Do you know enough command line to try what @georgem1976 has proposed in:
… and then compare the address to what you know or check them on cardanoscan.io?
I was reading through what @georgem1976 had outlined although I am not 100% confident on what I am doing. But at this stage I am willing to invest some time. If I was ever succesful I was concerned that a spending password is required which was some thing my wallet host never stated. ( Infinito wallet is still accessible but with no functionality)
Im surprised old addresses are not catered for elsewhere.
If Infinito did it like it’s supposed to be, the seed phrase is the only thing you need. There can’t be any spending password encoded into them. And there are no accounts on a blockchain, where a spending password could be set and updated. Spending passwords are usually only local to one specific installation of a wallet app, where they are used to encrypt the secrets (otherwise the secrets derived from the seed phrase that you are very carefully guarding would lie around unencrypted on the disk, which would be not so good).
It’s not really possible to cater for them. Only Infinito knows exactly what they did back then. And that has to be known or found out to recreate it.
In order for not having to manage lots of private keys in files, seed phrases and key derivation were invented so that all key pairs can be derived from one seed phrase. But there are still lots of ways to do that. There are standards how it should be done, but especially multi-chain wallet apps tend to not exactly follow those standards and then there is little that can be done except for trying around.
To be sure in the future, import a seed phrase in multiple trustworthy enough wallet apps, so that you see and know that you are not dependent on a single vendor. (Also goes to a lesser extent for hardware wallets, which are preferable anyway: Of course, never give the seed phrase of the hardware wallet to a software, but connect it to multiple wallet apps to be sure that you can access it even if one of the wallet apps has problems, goes out of business, …)
Thanks for taking the time and energy to explain, much appreciated. I don’t consider myself an expert by any stretch, nor an absolute newbie either, you have certainly given me an education on how I will conduct my due diligence with multiple apps. I was expecting, as I had previously done with other accounts just to import with a new provider and sail away into the sunset.
On first discovering the issue I verified that my account hadn’t been compromised and visited Cardanoscan, I can see the address is how I had left it and has not been hijacked and fully intact. Although I neglected the account as far as keeping an eye on it I have been quite security conscience and have all the requisite account details.
With all that taken in to consideration what is the likelihood of retrieving this account in your opinion?
It’s not only about the funds either, it’s also about participate in these projects and it’s deflating on both of those points.
Just spent a few hours digesting all the info you passed on and the GitHub content. Downloaded and attempted to run it on a Mac but it didn’t want to cooperate. Which then leads me down another rabbit hole of sifting through content to get started. I think in all honesty it’s beyond my brains capabilities and understanding.
It could be a case of just soaking up the loss I guess!
I am able to see my balance in the address on cardano.org. I have the public key, starts with addr1q.
I have my private key and the 12 word recovery. Adalite shows a 0 balance when I tried to recover in there.
Do I have everything I need to attempt the command line instructions above?
The commands above are for Byron wallets. The commands for Shelley wallets are here: Extract the keys from the mnemonic for a Cardano wallet · GitHub
You will have to update the script to put the recovery words in the phrase.prv file by uncommenting this line (by removing the #) and writing the recovery words instead of your wallet 24 words:
#echo "your wallet 24 words" > phrase.prv
and commenting the following line by adding a # in front of it:
If you wallet is a single address wallet, the script will be fine as it is, but if it is a multi-address wallet, you will have to generate multiple addresses, and also play with the derivation paths, because the change addresses start with the 1852H/1815H/0H/1/ derivation path, instead of 1852H/1815H/0H/0/ for the regular addresses.
As far as my experiments went, they unfortunately won’t work.
Infinito had used a key derivation (at least for Byron wallets) that I could not reconstruct up to now. (Perhaps, others are more successful?)
There is another independent chance to find something with the private key given by Infinito. (You need only one of the two ways to work, either recovery phrase or private key.) But I also do not have the commands ready.
Thanks for the help! Eternl.io worked. I was under the assumption it was Byron because I only had a 12 word phrase, but it wasn’t making sense because the address/wallet was Shelley clearly.
Also, I had all my staking rewards waiting for me once I recovered the wallet. Thanks everyone again for the input & help
Can someone help me? I’m trying to recover my ADA from my infinity wallet, but as you know, I can’t do it through any wallet, I have the passphrase and also a private key, the passphrase doesn’t work anywhere. my only alternative is the private key, it has 192 bytes
If you have found a way to restore Infinito Byron wallets, then I don’t understand why you can’t describe it in general terms publicly.
Urging people to go into private communication and potentially give you secrets/keys a few hours after you registered in this forum, is usually a huge red flag.