Bitcoin Forum
July 02, 2024, 06:31:31 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: wallet dump strange format? BITCORE  (Read 94 times)
yawhoist (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 29, 2024, 11:29:06 PM
 #1

---- Bitcoin Client Software and Version Number:  v26.0.0
---- Operating System: Linux

---- System Hardware Specs:32GB RAM SSD i7

---- Description of Problem: wallet dump not formatted as usual
---- Any Related Addresses:

1L2HJC84hdBhtY3WimfvSZeV2MFnKcqvv3

1LirX9HGFC7X7rDFntDQhnPjZWSbik8j2o

1GynqsMmHYe3hyzDx7p6o5dFvwhWLieHsq

14qt9jiYoEZ5jS4eLzSitazE6oKL5TRjyb


---- Screenshot of the problem: https://imgur.com/a/GcVE0iU  https://imgur.com/a/deghuZl https://imgur.com/a/rDoPky6

---- Log Files from the Bitcoin Client:


I'm willing to donate a few BTC (yes bitcoinS!) to anyone who can help me fix this issue.

to sum it up i had a legacy wallet from around 2013 - 2014, i imported it into the latest version of bitcoin core, it has a balance of bitcoin, and has addresses that are mine, i could not refill keypool to make transactions, when i ran keypool refill command it returns "null", same with dump priv key command, says error cannot dump private key for this address (though address are mine and have balance).

i tried dumping wallet and the format is not as expected, for some reason the what i assume to be private keys are supposed to not look like this :

((example)) randmized a bit as i don't want my keys potentially stolen if they do work somehow :


""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
# Wallet dump created by Bitcoin Core v26.0.0
# * Created on 2024-06-23T10:07:48Z
# * Best block at time of backup was 240215 (00000000000000eab9f1815a2aca3acf829fe8918f1e081c31bba4804a2853d6),
#   mined on 2014-05-07T11:03:28Z


001431760bffc31de7b5d05b5f848d69415ae1ff6e8b 0 script=1 # addr=3Apd9pGc6jpt7k1J9iXh5m2qDSoH8NoobD

""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

and many more in the same format, i'm not sure what format this is, the wallet is encrypted and i have it's passphrase, i tried importing on several core versions and it returns "null". i even downloaded a legacy core version and tried import, did not work for some reason, i provided screenshots in url in this post


also checked log when i imported the dump to a legacy wallet  and nothing imported:

2024-06-29T23:25:25Z [default wallet] Already have script redacted for privacy, skipping
2024-06-29T23:25:25Z [default wallet] Already have script redacted for privacy by my self again, skipping
BitMaxz
Legendary
*
Offline Offline

Activity: 3304
Merit: 3038


BTC price road to $80k


View Profile WWW
June 29, 2024, 11:59:17 PM
 #2

I don't know if you are doing it right but according to the first image it seems you are importing a .txt file so would you mind telling us what backup exactly you have?

If you have the exact wallet file "wallet.dat" then you can try to extract the private key using Pywallet since you have the passphrase you should be able to get the exact private key.

Here's the tool below

- https://bitcointalk.org/index.php?topic=34028.0

And use this command

Code:
pywallet.py --dumpwallet  --datadir=. --passphrase=YourPassword

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
yawhoist (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 30, 2024, 12:05:18 AM
 #3

is it possible to extract without passphrase? that's why i initially used dumpwallet command for since i got the wallet in an unlocked state :p
BitMaxz
Legendary
*
Offline Offline

Activity: 3304
Merit: 3038


BTC price road to $80k


View Profile WWW
June 30, 2024, 12:27:48 AM
 #4

is it possible to extract without passphrase? that's why i initially used dumpwallet command for since i got the wallet in an unlocked state :p

Using the tool above you should be able to extract the private keys without the passphrase using the command above by removing the passphrase command or using this command below

Code:
pywallet.py --dumpwallet  --datadir=.

However, if the wallet is encrypted with a passphrase then the result is also encrypted you need the passphrase to be able to decrypt it.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
yawhoist (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 30, 2024, 01:25:57 AM
 #5

got any idea on why the dump looks like that though?
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3444
Merit: 6737


Just writing some code


View Profile WWW
June 30, 2024, 03:16:17 AM
Merited by LoyceV (4), ABCbits (2), BitMaxz (1)
 #6

got any idea on why the dump looks like that though?
It looks normal for a wallet that does not contain any private keys.

dumpprivkey doesn't work because you don't have the private keys for those addresses.

The wallet probably has private keys disabled.



Where did this wallet come from? Did you create it or did you get it from someone else?

nc50lc
Legendary
*
Online Online

Activity: 2464
Merit: 5755


Self-proclaimed Genius


View Profile
June 30, 2024, 04:43:07 AM
Merited by LoyceV (4), BitMaxz (1), ABCbits (1)
 #7

---- Any Related Addresses:

1L2HJC84hdBhtY3WimfvSZeV2MFnKcqvv3

1LirX9HGFC7X7rDFntDQhnPjZWSbik8j2o

1GynqsMmHYe3hyzDx7p6o5dFvwhWLieHsq

14qt9jiYoEZ5jS4eLzSitazE6oKL5TRjyb
Those addresses belong to a "for sale" wallet.dat listed in this site: https://web.archive.org/web/20231107034757/https://allprivatekeys.com/wallet/200.1729BTC (archived)

You can't expect a wallet.dat that's being sold for a fraction of its value to contain the amount that it shows.
Most of the cases, those wallets are altered to display addresses with high balance despite not having the respective private keys.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
yawhoist (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 30, 2024, 05:32:05 AM
 #8

got any idea on why the dump looks like that though?
It looks normal for a wallet that does not contain any private keys.

dumpprivkey doesn't work because you don't have the private keys for those addresses.

The wallet probably has private keys disabled.



Where did this wallet come from? Did you create it or did you get it from someone else?

I'm able to run dump private key but it says unknown for this address, i have it unlocked, in an unlocked state
LoyceV
Legendary
*
Offline Offline

Activity: 3360
Merit: 16955


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
June 30, 2024, 06:32:51 AM
 #9

I'm able to run dump private key but it says unknown for this address
You're ignoring the main questions:
Where did this wallet come from? Did you create it or did you get it from someone else?
You can't expect a wallet.dat that's being sold for a fraction of its value to contain the amount that it shows.
If you bought a fake wallet, you're wasting everyone's time.

BitMaxz
Legendary
*
Offline Offline

Activity: 3304
Merit: 3038


BTC price road to $80k


View Profile WWW
June 30, 2024, 07:43:06 PM
 #10

Those addresses belong to a "for sale" wallet.dat listed in this site: https://web.archive.org/web/20231107034757/https://allprivatekeys.com/wallet/200.1729BTC (archived)

The archive seems does not work. Anyway, I directly accessed the site and all the addresses posted above are the same so there's no doubt this is a fake wallet.dat file.

@OP I just checked all the addresses you mentioned above if these are the addresses you want to dump private keys you're just wasting your time if you check them directly to any block explorer all of them have 0 balances except to the first address but still it's not worth recovering because it only has 10k sats.
Unless you are planning to get help here until decide to sell it to someone interested here?

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
LoyceV
Legendary
*
Offline Offline

Activity: 3360
Merit: 16955


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
July 01, 2024, 05:53:18 AM
 #11

@OP I just checked all the addresses you mentioned above if these are the addresses you want to dump private keys you're just wasting your time if you check them directly to any block explorer all of them have 0 balances except to the first address but still it's not worth recovering because it only has 10k sats.
Those addresses were used to mine 50 BTC each, and received "send to pubkey" transactions. Mempool.space doesn't show them, but Blockchair.com does. It's debatable which block explorer is technically correct, but in my opinion showing the transactions is the most useful option.

nc50lc
Legendary
*
Online Online

Activity: 2464
Merit: 5755


Self-proclaimed Genius


View Profile
July 01, 2024, 06:49:37 AM
 #12

Those addresses belong to a "for sale" wallet.dat listed in this site: https://web.archive.org/web/20231107034757/https://allprivatekeys.com/wallet/200.1729BTC (archived)
The archive seems does not work. Anyway, I directly accessed the site and all the addresses posted above are the same so there's no doubt this is a fake wallet.dat file.
Weird, it's working at my end with a few backend sources missing like fiat rate and CSS styling that aren't included to the archive.
If the whole website isn't accessible, probably, archive.org banned your IP address since they seems to be aggressive on banning IP addresses.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!