Next scheduled rescrape ... never
Version 1
Last scraped
Scraped on 29/07/2025, 05:35:11 UTC
I used btc_address_dump "INSERT MNEMONIC PHRASES HERE" command.
You didn't specified which "btc_address_dump" tool that you've used, was that from 10gic's GitHub repo?

Because you must have an incorrect derived address since that tool doesn't check for the mnemonic phrase's checksum and just assumes that it's valid.
Then, your 17-words backup phrase isn't a BIP39 seed phrase that can be used to derive your private keys and addresses.
That is for the recovery of your account credentials like what you did initially (when you got your password from it).
When you entered it to that tool, it forcefully used BIP39's algorithm to derive the displayed address, but that isn't what Blockchain(dot)com used to derive your keys.

If you used the new 12-words seed phrase in your security settings, that should be BIP39 standard.
However, the tool only derived one address while Blockchain uses more than just one.
And also, the one you're looking for could be from an address derived from the uncompressed public key pair of one of your prvKey.
And lastly and more importantly, the private keys from 2014 version of Blockchain's online wallet might not belong to that HD seed since it's not yet implemented there at that time.
("Blockchain/My-Wallet-V3" a.k.a "My-Wallet-HD" was on Beta during Q4 2014, ref: push hdwallet branch)

On the other hand, dumping the private keys from your wallet.aes.json file will ensure that every private keys in the dump file are the ones contained in your wallet.
Original archived Re: [DO NOT DM] Requesting help regarding my old account
Scraped on 29/07/2025, 05:30:32 UTC
I used btc_address_dump "INSERT MNEMONIC PHRASES HERE" command.
You didn't specified which "btc_address_dump" tool that you've used, was that from 10gic's GitHub repo?

Because you must have an incorrect derived address since that tool doesn't check for the mnemonic phrase's checksum and just assumes that it's valid.
Then, your 17-words backup phrase isn't a BIP39 seed phrase that can be used to derive your private keys and addresses.
That is for the recovery of your account credentials like what you did initially (when you got your password from it).
When you entered it to that tool, it forcefully used BIP39's algorithm to derive the displayed address, but that isn't what Blockchain(dot)com used to derive your keys.

If you used the new 12-words seed phrase in your security settings, that should be BIP39 standard.
However, the tool only derived one address while Blockchain uses more than just one.
And also, the one you're looking for could be from an address derived from the uncompressed public key pair of one of your prvKey.

On the other hand, dumping the private keys from your wallet.aes.json file will ensure that every private keys in the dump file are the ones contained in your wallet.