Description
BItCore software – crypto recovering software
BItCore software – crypto recovering software
BItCore software – crypto recovering software
With BItCore software, or Bitcoin recovery company, you can recover your lost crypto currency assets without delay,
How can I recover funds from a Bitcoin Core wallet.dat file without having the entire blockchain downloaded?
- Visit this web address: https://insight.bitpay.com. Paste each address into Insight to see if there are any unspent transactions to it. Unspent transactions is money that was sent to you that you haven’t re-spent to someone else. Note, that the “(U)” means “Unspent” and “(S)” means “Spent”. A spent output has another bitcoin transaction that came later that used that output as an input. The following screenshot will show you what an unspent transaction output looks like:
- if you found an address from your receiving window that has unspent funds, then proceed.
- copy and paste the transaction id of the transaction that has your unspent funds into your scratch file. Also note which output in the transaction has your funds and the amount of bitcoin in the scratch file (see the screenshot above)
- This is what the notepad looks like:
now, we need to get a piece of data from the internet about your last transaction. Go here: http://codebeautify.org/jsonviewer
- click the button that says “load url” and put in: https://insight.bitpay.com/api/tx/<txid> where txid is your transaction id
- This is what codebeautify.org looks like after you’ve pasted in the url for insight.bitpay.com:
- The resulting output in the right pane is what you want. Scroll down to the “vout” section. Look for the vout number (0 or 1 usually). Remember the vout index number is the one from the screenshot of the Insight Block Explorer above. If the output with your address and bitcoin amount was the first one listed in the transaction, then your vout is 0. If it was the second one, then your vout is 1 (the numbering is zero-based). Under the correct vout section (0 or 1 usually) in the JSON viewer look for “scriptPubKey”. Under the scriptPubKey section, there is a “hex” section. Copy this to your scratch file along with the what vout your output was.
- This is what the scriptPubKey looks like after you’ve pasted it into the scratch pad:
.
- inclusion in the blockchain. Copy that into your scratch text file.
- Finally, go to:, https://insight.bitpay.com/tx/send
- Paste in the hex string and click send transaction, this is what this looks like:
- You should then see a new incoming transaction in your new wallet
- You can repeat the process for each address sent to bitcoin core that has unspent outputs.
Wallet recovery using Bitcoin Core
- Overview.
- Step 1: Download, install, and sync Bitcoin Core.
- Step 2: Download BIP39-Master Key conversion tool.
- Step 3: Extract the master keys.
- Step 4: Construct the wallet descriptors.
- Step 5: Recover your wallet.
- Step 6: Spend from the wallet.
- Step 7: Clean up.
Hiwa –
Work’s like magic