Bitcoin Forum
May 04, 2024, 11:54:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Technical Support / Re: How to retrive privatekeyor seed from wallet.aes.jaon on: February 14, 2024, 01:08:08 PM
(1) I try to get wallet.aes.json file using https://blockchain.info/wallet/<insert wallet ID here>?format=json   (by replacing my wallet Identifier)
(2) When i try to drag the wallet.aes.json file to the box in In https://blockchain.info/wallet/import-wallet
 It prompts you to use password and when i enter password it shows an  error "Unknown Format".
-snip-
I have only:
Blockchain.info login Identifier + Login Password (Don't have seed or memonic )
Associated Email Id + Email- Password (but can't have access to it because it ask to verify through Code by associated Mobile number)
Does the "wallet.aes.json" that you created from the 'URL trick' has "authorization_required" or "2fa" string somewhere?

If there is, the json isn't valid and doesn't contain any encrypted data of your wallet, the possible reason for the "Unknown Format" error.
Because it shouldn't work in your case since your account has 2FA enabled (via sms), and possibly email authorization doesn't work in that old trick now.
You can try BTCRecover's "download-blockchain-wallet.py" script (in the old thread) if it can download the wallet.aes.json file without succeeding 2fa.
Email authorization may still be required.

Based from what you got and the account's security settings, the soundest solution is to find a way to restore the 2fa device (your number) which should be fairly easy in some countries.
Or ask their support if it's possible to disable or reset 2FA since you've lost the 2fa device/number.

I created it from the URL trick and it have "Initial_Success"="Autothorization Required by email" Error.As i created this blockchain.com wallet myself hence i know i don't put any kind of 2fa (either it sms or google auth), only issue is not be able to access attached email.
Thank you for your reply.
2  Bitcoin / Bitcoin Technical Support / Re: How to retrive privatekeyor seed from wallet.aes.jaon on: February 13, 2024, 06:10:50 PM
Why don't you continue your question in Help me to recover funds from 20 word mnemonic phrase?

Sorry for opening new thread.
3  Bitcoin / Bitcoin Technical Support / How to retrive privatekeyor seed from wallet.aes.jaon on: February 13, 2024, 08:28:45 AM
Hello Friends, I am looking help and valuable advice.

while searching some old cd's i found some text file where i wrote email+password and login info of blockchain.info like Wallet identifier+login password+associated email Id. But now i don't have access to attached email (which i create in 2016-2017). Here one thing i wanted to mentioned that i don't have seed or privatekey and retrieving email access is also not possible simply because i that time i use Tata Docomo and now the company is no longer work in my country. and that mobile number also not in used/issued to anyone (as it said not exists), hence unable to receive code from email service.

My query is How to find privatekey or seed from the info which i have or to access my  blockchain wallet using blockchain.info/com

(1) I try to get wallet.aes.json file using https://blockchain.info/wallet/<insert wallet ID here>?format=json   (by replacing my wallet Identifier)
(2) When i try to drag the wallet.aes.json file to the box in In https://blockchain.info/wallet/import-wallet 
 It prompts you to use password and when i enter password it shows an  error "Unknown Format".

Is there any way to get the PrivateKey or Seed from this wallet.aes.json file which i create through above mentioned method?

I have only:
Blockchain.info login Identifier + Login Password (Don't have seed or memonic )
Associated Email Id + Email- Password (but can't have access to it because it ask to verify through Code by associated Mobile number)

Any help i greatly appreciate.
Thank you
4  Economy / Marketplace / Re: Don't buy "wallet.dat" files with lost passwords; EXCHANGE THEM. on: November 19, 2022, 03:02:54 PM
I have 20xRTX3090 and i tryin BF to these wallets.

I working on that list

LEFT LIST: https://pastebin.com/raw/CPfiPXZr


Already cracked addresses by me;

Code:
# 00906ed6dc0f6fce98865e698f2e5b1579f109373435ad38deb32b035c725ce0	qwerty
# 6f1326e98250df170c537c49ec3932653039ce4bbdd8d60ea46c7b7e135cf2f5 kingsman
# d904d8bd97c66234ec8a73694cbd2b2d92cc4d6f6679cec1e4bd2f9bc82721e5 football
# 138035514cf61211bc875a93e48eaddc1dc966f070d784b31fd43220b9b76f67 31247590635abe
# caaa98e46fa498a27a90275c99bfefb5030e398ae214a300602f2adb9c494d27 qweasdzxc
# a7786a2c099668fdb03fc116405879db96edaca43348ebc2c7999f11d5b98517 1
# 2d0b3b915e2909bccd404c0a70c944e30bfe2103c0db656298fd69e70d7cc116 q

I have first wallet.dat but its don't have money inside (the wallet address which shows it have 1.9 BTC that one is watch only wallet address ), i hashcat this wallet hashes and got the  password  which is qwerty.
5  Bitcoin / Bitcoin Technical Support / Re: Need help on: June 24, 2021, 06:38:45 PM
Thank you friend.
6  Bitcoin / Bitcoin Technical Support / Need help on: June 24, 2021, 06:23:37 PM
Hello Friends, recently i check my decade old desktop i found wallet.dat and i put wallet.dat to Bitcoin core and check the transaction. It shows me (check attached picture) . as i'm noob in crypto related tech things. i want to know is the wallet contain any Bitcoin?

https://imgur.com/N85iv52

Please guide me. Thank you in advance.
7  Economy / Web Wallets / Re: Help me to recover funds from 20 word mnemonic phrase on: May 04, 2021, 02:39:33 PM
Try to get your wallet.aes.json by pasting your walletID to this URL:
Code:
https://blockchain.info/wallet/WALLET_ID?format=json
Replace "WALLET_ID" with your Wallet ID, do not change anything like the punctuation marks.
If you didn't set 2FA, the URL will display your wallet.aes.json in txt format (if you have 2fa, use the method below).

With it, create a "wallet.aes.json" file and paste the text using a txt editor, then decrypt it using decryption tools.
This one should work: https://github.com/blockchain/my-wallet-backup-decryption-tool/releases
But the private key from the result isn't WIF (Wallet Import Format), it's in base58 form.

If you successfully decrypted the wallet file, you can convert the base58 private keys into WIF by using base58 decoder and then convert the result ECDSA PrvKey into WIF (compressed) to be able to import/sweep it to other wallets.

Another method to get your wallet.aes.json file is to use btcrecover's extract-script: download-blockchain-wallet.py from https://github.com/gurnec/btcrecover/tree/master/extract-scripts

Thanks Bro, i try this.
8  Economy / Web Wallets / Re: Help me to recover funds from 20 word mnemonic phrase on: May 03, 2021, 08:56:46 PM
Does that email still exist?
If it is someone@hotmail.com the email account might have been deleted since you don't use for a long time.  Maybe you can create a new email with the same username (if available) and receive the blockchain.com email.
This might work.
It can not work, he needs the original email to be able to access the wallet. An authorization email will be sent to the old email before access.

Attached email still exist so unable to create new email from same username Sad
Only what you can do this time is to further to contact blockchain.com customer care. For faster response, use the Twitter support as suggested by dkbit98 above.

Thanks Bro
9  Economy / Web Wallets / Re: Help me to recover funds from 20 word mnemonic phrase on: May 03, 2021, 08:31:59 PM
The 20 word seed phrase is not BIP39 mnemonic seed phrase

I confirm this, and iancoleman.io/bip39 website shows only 18 and 21 length options. So you really need to solve this in blockchain.com wallet.



He will need to confirm ownership of the account using an email address and confirmation link. I think, without access to this email, he can't use a connected wallet.

OP, have you tried to access using the android app?

i wrote old email which i don't have access and new recover email address, but It gives me this message "error re-setting up authentication"

Does that email still exist?
If it is someone@hotmail.com the email account might have been deleted since you don't use for a long time.  Maybe you can create a new email with the same username (if available) and receive the blockchain.com email.
This might work.

Attached email still exist so unable to create new email from same username Sad
10  Economy / Web Wallets / Re: Help me to recover funds from 20 word mnemonic phrase on: May 03, 2021, 08:06:29 PM
Don't send your seed words to anyone if you receive private message from someone offering help for solving your problem!
I am not using their web wallet for years, but you can try entering your 20 mnemonic words on blockchain recover wallet page, and if you have correct password you should be able to recover it.
https://login.blockchain.com/wallet/recover-wallet

You can also write about your problem to dedicated Blockchain Twitter support, and they may respond quicker:
https://twitter.com/AskBlockchain

I already tried https://login.blockchain.com/wallet/recover-wallet but no luck as its shows your password which i already have. I just dont have access to attached mobile.

I try to contact on twitter.
Thanks Bro
11  Economy / Web Wallets / Re: Help me to recover funds from 20 word mnemonic phrase on: May 03, 2021, 07:30:49 PM
I think it all hinges on being able to authenticate the email when they send it to you. If you have no access to that email account then you might struggle and need to reach out to them and push things further. It sounds like you have everything needed apart from that. Good luck.

Thanks Bro.

Still need suggestions.
12  Economy / Web Wallets / Help me to recover funds from 20 word mnemonic phrase on: May 03, 2021, 07:13:55 PM
Hello Everyone,

While checking backup i found a txt file (written by me during 2015) i buy little amount of Bitcoin that time and store it in blockchain.info wallet, and i almost forget about it.

I have Login identifier and its password, wallet ID, 20 word mnemonic phrase and attached email id but unfortunately i don't have access of that email anymore also i don't have wallet.aes.json.

I try to wallet access using memo pharse: https://blockchain.info/wallet/forgot-password
It shows me my correct password which i already have.

I also try https://login.blockchain.com/#/reset-2fa
i wrote old email which i don't have access and new recover email address, but It gives me this message "error re-setting up authentication"

I also contact blockchain support but on their reply  they told me to use: https://login.blockchain.com/#/reminder
Althought i already know wallet identifier its password.

Last i access my wallet in November 2015.

Please suggest me what i do to get login successfully blockchain.com
Thank you
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!