Those are two different wallets, the former is a link to a blockchain(dot)info walletID which should now be logged-in to their login page together with the password.
Here's the page:
https://login.blockchain.com/ | However, it might require you to authorize that login through your email.
That was my guess. I created a login on the site, but whether I'm logged in or not, whenever I try the address it responds with "The page you were looking for doesn’t exist".
Is there any relation between the URL (looks like Hex?) and the actual Wallet public/private key? I.e. would it be possible to figure out the address of the wallet with the address being derived from the URL?
Could it be that they "deactivate" wallets when it's not been used for a long time, and then a way to reactivate it again?
I still have the email address(es) I would have registered with...
The address (
url) in your post was an old shortcut which wont work in their latest version, that's why you're always getting that error.
Now, you'll have to type the walletID (
the "05bf8b8a-639c-XXXX-XXX-87718ba56d23" part of the url) and your password to the new login page that I've linked.
For the walletID, I don't think that its characters have a correlation to your address.
And the only way to find your addresses/keys is to login using that walletID.
AFAIK, they do not deactivate old accounts.
If you got problems logging in using your old credentials, you can try to contact their support, though it may be troublesome considering their track record.
BTW, there was a backup phrase which wasn't mandatory to backup but still accessible from their security settings. (
login credentials backup words for old versions, BIP39 seed phrase for new version)
The latter is Bitcoin Core's wallet.dat which should be put in the "wallets" folder inside your bitcoin data directory.
Instructions to load it to Bitcoin Core (create a backup first):
I did that which resulted in it opening a wallet with a zero balance, which supports my assumption that there is no relation between the address that shows a balance and the .dat wallet.
It's not surprising since you've already exported all the private keys using pywallet and imported those to Electrum, which resulted with zero balance imported wallet.
You can assume that the address doesn't belong to your wallet.dat file or it's an older backup since old wallet.dat aren't HD,
means that old backups can't regenerate newly generated addresses (
past a hundred/thousands depending on the version) after you backup your wallet.dat.
If you want Bitcoin Core to check for transactions again, go to console (
Window->Console) and type:
rescanblockchain to trigger a rescan.
I understand that. Can I assume that the "12E34isxWUmH52oaePQsAJ9tBNZtbTXXXX" address is a public address and it should have a (different) private address for the public address somewhere?
No, there's no "
private address", just its private key that lets you spend from that address.
Example private keys are the exported "
sec" from your pywallet dump.