Do you have the private keys or seed phrase to the wallet?
If you do, import it on a trusted wallet software like electrum; ensure you're installing from the original source and verify the PGP signature.
I opened the wallet.dat with the latest version of bitcoin core but the public key which it gaves me, has no transactions
Did you store more than one address on the same system?
Also, check to confirm your server is properly synched?
I have a wallet.dat data of 88KB size. I have used bitcoin core wallet.
I dont remember if i stored more than one adress on the same system
The sync take too long. I have fast internet but the bitcoin core wont sync fast enough.
_______________________________________________________________________________
____________________________________________
....... but the public key which it gaves me, has no transactions
What do you mean by the public key it gives you?
Are you referring to the address it gives you in "receive" tab?
Note that bitcoin core generates a new address for you. Your wallet may include some other addresses too. You can click on "Window" at top of the window and select "Receiving addresses" to see all your addresses.
Also, you should be able to see all your transactions in "Transactions" tab. (If your wallet is synced off course)
Do you have the private keys or seed phrase to the wallet?
Bitcoin Core doesn't support seed phrase.
No, i mean the "Receiving addresses" on the tab "Window".
on blockchain.com there are no balance or transactions shown.
https://www.blockchain.com/de/search?search=12vk73Jzixinmn8JwzbMGjWbnoaNdy6awvi have the wallet.dat data.
_______________________________________________________________________________
________________________________________
Hello,
can anyone help me with my old bitcoin Wallet? Its from 14. May 2014 (bitcoin core).
I tryied to install bitcoin core 0.9.1
Bitcoin core does not have a version 0.9.1 and the latest version is 0.21.0. You want to download one go to
https://bitcoincore.org/en/downloadI opened the wallet.dat with the latest version of bitcoin core but the public key which it gaves me, has no transactions Sad
If the wallet logs show no transaction then the wallet is not fully synced. Why don't you try a lite wallet like Electrum which you'll only need to import the wallet private keys?
1) Download it on
https://electrum.org/#download2) Verify the wallet
3) Once installed, in the create new wallet choose the
"Import Bitcoin address or private keys"Dont, dont work.
_______________________________________________________________________________
______________________________
can anyone help me with my old bitcoin Wallet? Its from 14. May 2014 (bitcoin core).
I tryied to install bitcoin core 0.9.1 but i dont suceed. I opened the wallet.dat with the latest version of bitcoin core but the public key which it gaves me, has no transactions
The latest version should be able to open an old version of wallet.dat, you don't need to download old Bitcoin Core versions.
For the balance, if the wallet was used before, there should be at least some unverified transactions in the transactions tab (
your previous transactions);
if it's totally clear, it may be an unused wallet or had the wallet transactions zapped before they get verified.
To get the correct balance, your node need to be synced to the point (
time) when your wallet transactions were received, that will require you to download and verify hundreds of gigabytes equals to a few days of waiting depending your machine and internet speed.
Lastly, if it's not an "
HD" wallet (
displayed below the GUI), and it's an old backup, it may be missing the keys for the transactions after that backup copy.
You need to find the latest backup copy in that case.
My Bitcoin Core Wallet is updated till 2015 bit it shows no balance or transactions
_______________________________________________________________________________
______________________________________________
First of all, i strongly advice you to make multiple backup of wallet.dat file
I tryied to install bitcoin core 0.9.1 but i dont suceed.
Do you mean Bitcoin-qt 0.9.1 (where Bitcoin-qt is old name of Bitcoin Core) or Bitcoin Core 0.19.1? If it's
I opened the wallet.dat with the latest version of bitcoin core but the public key which it gaves me, has no transactions
1. Do you check availability of the transaction from Bitcoin Core or blockchain explorer? If you check with Bitcoin Core, Bitcoin Core can't show all possible transaction if it's not fully synced.
2. Public key and address are different, if you actually mean public key, most explorer usually don't support search address using public key.
Example of public key
028edf78b77f683e3af8f51944a526a9eff23704db7df10e4daecb2080de95df31
Example of address
1BvBMSEYstWetqTFn5Au4m4GFg7xJaNVN2
342ftSRCvFHfCeFFBuz4xwbeqnDw6BGUey
I meant public key but i used the address: 12vk73Jzixinmn8JwzbMGjWbnoaNdy6awv
.
_______________________________________________________________________________
__________________________
Incase if the wallet.dat doesn't work on the latest version of Bitcoin core or might be corrupted there is another alternative you can dump the private keys from your wallet.dat through pywallet.
But before you dump private keys of your wallet.dat make sure to make a few backup copies of this file then proceed to dump private keys with pywallet.
To be able to dump the private keys from wallet.dat using pywallet you need to install python 2.7 first use this link below to download.
-
https://www.python.org/ftp/python/2.7.2/python-2.7.2.msiThen download the pywallet from here
https://codeload.github.com/jackjack-jj/pywallet/zip/masterAfter download, extract the file and copy all extracted files to the python27 folder mostly on drive C and then copy and paste wallet.dat on the same folder.
Open the python27 folder on the command prompt or select the python27 folder then hold shift then right-click and look for "Open command windows here".
Then paste this command below.
python pywallet.py --dumpwallet --datadir=. > wallet.txt
wallet.txt file should be your wallet private keys. Now you can use those private keys to import to another wallet like Electrum and check if one of your addresses has still had a balance or even just the history of the transaction made from your old wallet.
Here is the output of powershell:
PS C:\Python27> python pywallet.py --dumpwallet --datadir=. > wallet.txt
pywallet.py:22: UserWarning: Python 3 support is still experimental, you may encounter bugs
WARNING:root:pycrypto or libssl not found, decryption may be slow
PS C:\Python27>
The wallet.txt data contains:
'ecdsa' package is not installed, pywallet won't be able to sign/verify messages
Depreacation
The --datadir option has been deprecated, now the full path of the wallet file should go to --wallet
If you're not sure what to do, concatenating the old --datadir content, then a directory separator, then the old --wallet should do the trick
If not, ask for help in the Pywallet thread:
https://bitcointalk.org/index.php?topic=34028A mandatory option is missing
Usage: pywallet.py [options]
Options:
(((