Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: ema.ortiz on January 01, 2024, 07:10:03 PM



Title: Restoring my bitcoin core 0.8 wallet.dat
Post by: ema.ortiz on January 01, 2024, 07:10:03 PM
Hi people. I got years trying to restore my wallet.dat file. I think it has 0.02 btc or something like that.
I tryed intallis bitcoin core 25 (actual version) but it tellsme that the wallet restoring file is from another chain.
Im trying installin bitcoin core 0.8 in my linux pc but has some libraryes issues like "./bitcoin-qt: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory".

What other options do i have? what can i do?

Thanks for help!!! ;) ;) ;)


Title: Re: Restoring my bitcoin core 0.8 wallet.dat
Post by: DaveF on January 01, 2024, 08:04:09 PM
Do you have access to a Windows machine? You can get the older binaries and run those to get access to the wallet.
https://bitcoincore.org/bin/insecure/
Start at .0.8.6 and work your way up to the newer versions. At some point it will probably prompt you to update your wallet.

Never work with your original wallet, always use a backup copy.

Also take a read through: https://bitcointalk.org/index.php?topic=4959742.0

-Dave


Title: Re: Restoring my bitcoin core 0.8 wallet.dat
Post by: achow101 on January 02, 2024, 12:10:25 AM
Hi people. I got years trying to restore my wallet.dat file. I think it has 0.02 btc or something like that.
I tryed intallis bitcoin core 25 (actual version) but it tellsme that the wallet restoring file is from another chain.
Either your wallet is incorrect, or your wallet is indeed for a different chain. The error is unlikely to be wrong.

Tons of altcoins begin by forking Bitcoin Core. They will all have wallets named wallet.dat. It's possible that your wallet is for such an altcoin.


Title: Re: Restoring my bitcoin core 0.8 wallet.dat
Post by: tiffy on January 02, 2024, 10:39:25 PM
Hi people. I got years trying to restore my wallet.dat file. I think it has 0.02 btc or something like that.
I tryed intallis bitcoin core 25 (actual version) but it tellsme that the wallet restoring file is from another chain.
Either your wallet is incorrect, or your wallet is indeed for a different chain. The error is unlikely to be wrong.
Does the Core Client perhaps need the blockchain? Or does it open the old wallet without it?


Title: Re: Restoring my bitcoin core 0.8 wallet.dat
Post by: achow101 on January 03, 2024, 12:45:19 AM
Does the Core Client perhaps need the blockchain? Or does it open the old wallet without it?
It's not useful to open the wallet without having access to the blockchain and the network. Without those, transactions cannot be received or sent.


Title: Re: Restoring my bitcoin core 0.8 wallet.dat
Post by: nc50lc on January 03, 2024, 09:35:18 AM
Either your wallet is incorrect, or your wallet is indeed for a different chain. The error is unlikely to be wrong.
Does the Core Client perhaps need the blockchain? Or does it open the old wallet without it?
With or without the blockchain, it'll show that error if the wallet.dat is from another chain or Altcoin.

He can force to load it by starting 'Bitcoin Core' with --walletcrosschain arg or by setting walletcrosschain=1 in his bitcoin.conf file;
But without the blockchain, he won't be able to scan for transactions related to his wallet.