Post
Topic
Board Web Wallets
Re: Blockchain.info web wallet holds your private keys??!
by
jackg
on 21/02/2018, 16:40:26 UTC
hi,

thanks for your answer, their support team gave me a Java Script command to extract the privkeys (Blockchain.MyWallet.wallet._getPrivateKey(0,"M/0/0") but the results were the same as Iancoleman tool gave... NO presence of the subject address which is still listed in my transactions history as my bitcoin wallet???

Try:
(Blockchain.MyWallet.wallet._getPrivateKey(0,"M/0/0/0")
Or
(Blockchain.MyWallet.wallet._getPrivateKey(0,"M/0/1")
To check if it's a change address or not.