================================================================ WALLET CHECK REPORT Date: 07/16/2026 13:33:43 WARNING: this file may contain private keys - store it safely. ================================================================ Auto-detected wallet: wallet_19,88.dat Wallet: wallet_19,88.dat ======================================================================== 1. HASH OF ORIGINAL ======================================================================== FILE: wallet_19,88.dat CRC32: 3BC89A19 MD5: 5D51DA5A656A1AA0F0FBF87F858DE26D SHA-1: 8185A7D3A1D1B49225286E9F2598EF2ACB49537B SHA256: 386E7BE907ADA0887C7790DD667EE5E45D4782E5610A3E30FA5BB9F0FF061467 ======================================================================== 2. OFFLINE TRIAGE ======================================================================== --- File format --- Size: 57344 bytes Detected: Berkeley DB magic -> LEGACY wallet (expected for 0.19). --- bitcoin-wallet info --- Wallet info =========== Encrypted: yes HD (hd seed available): no Keypool Size: 0 Transactions: 14 Address Book: 8 --- Marker scan (printable strings) --- Markers found: ckeyA, name"1Ngx4fRsnDgdihFjwvfXFnxPttiKG4ee3x, name"1M3zYddyhMMNhGS3gidET1WJcuib8WVwDJ, name"1Kfmq5eM4fZko9zmHyLcQgTSvYBp89B2xB, name"1H77zGFS8tpJ9ftzVZmEe3VA9k59DDrLzg, name"1DzR528MoRwPPM6Tee6bCvxpedqCv8tLiC, name"1C9QUZ9y6mEivhuonyxTGEcbYpnJm2XHHy, name"19hZHgZt94uXxSJhWDqxMpEZmN3ctvVFvH, name"17rfpZS2tLrxj7WC5TYiSQzqW1p8dwNSSj, mkey -> mkey present: wallet is most likely ENCRYPTED. -> ckey present: ENCRYPTED private keys exist. ======================================================================== 2b. FAKE / FABRICATED WALLET DETECTION (scam markers) ======================================================================== Reference guide - how to tell a fake wallet.dat from a genuine one: * HEX Editor Inspection: open the file in a HEX editor (e.g., HxD) and search for known scammer template strings. If present, the file is almost certainly a fabricated fake distributed by scammers. * Bitcoin Core Import Test: if the wallet only shows watch-only addresses with no actual private keys stored, it is non-functional. * Transaction History Match: compare the tx count / history against a public block explorer; any mismatch indicates a tampered file. * RPC command dumpprivkey
: code -4 Private key ... is unknown -> key missing, likely fake. code -13 wallet encrypted -> normal for a genuine vault. * Address/File Structure: legacy wallets hold multiple separate keys; HD (BIP32) wallets use an xpriv seed and the file size typically stays static as new addresses are derived. Watch out for known fake lists circulating online with repetitive addresses / passwords. Automated checks performed by this script: [ok] No known scam marker strings found in the file. Whole-file Shannon entropy: 5.171 bits/byte (8.0 = maximal) [ok] No suspicious address-repetition pattern found. --- Real on-chain balance (block explorer lookup with dual-source verification) --- Addresses found in wallet file: 8 Checking balances (this may take some time). Respectful delay applied to avoid API bans... Dust threshold: 100000 sat (0.001 BTC) - balances below this trigger secondary verification. [1/8] 1Ngx4fRsnDgdihFjwvfXFnxPttiKG4ee3x : 0.03000000 BTC (3000000 sat) [2/8] 1M3zYddyhMMNhGS3gidET1WJcuib8WVwDJ : 0.00000000 BTC (0 sat) [VERIFIED by 2 sources] [3/8] 1Kfmq5eM4fZko9zmHyLcQgTSvYBp89B2xB : 0.00000000 BTC (0 sat) [VERIFIED by 2 sources] [4/8] 1H77zGFS8tpJ9ftzVZmEe3VA9k59DDrLzg : 0.00000000 BTC (0 sat) [VERIFIED by 2 sources] [5/8] 1DzR528MoRwPPM6Tee6bCvxpedqCv8tLiC : 0.00000000 BTC (0 sat) [VERIFIED by 2 sources] [6/8] 1C9QUZ9y6mEivhuonyxTGEcbYpnJm2XHHy : 0.00000000 BTC (0 sat) [VERIFIED by 2 sources] [7/8] 19hZHgZt94uXxSJhWDqxMpEZmN3ctvVFvH : 19.88794681 BTC (1988794681 sat) [8/8] 17rfpZS2tLrxj7WC5TYiSQzqW1p8dwNSSj : 0.00000000 BTC (0 sat) [VERIFIED by 2 sources] -------------------------------------------------- TOTAL SPENDABLE BALANCE: 19.91794681 BTC (1991794681 sat) Source: https://mempool.space/api/address/17rfpZS2tLrxj7WC5TYiSQzqW1p8dwNSSj ======================================================================== 3. START bitcoind ======================================================================== Args: -datadir=wallet_19,88.dat -noconnect=1 -dnsseed=0 -listen=0 -maxconnections=0 -server=1 -printtoconsole=0 Waiting for RPC (up to 90 s)... RPC is ready. ======================================================================== 4. getwalletinfo ======================================================================== { "walletname": "wallet_19,88.dat", "walletversion": 10500, "balance": 19.91794681, "unconfirmed_balance": 0.00000000, "immature_balance": 0.00000000, "txcount": 14, "keypoololdest": 1784201742, "keypoolsize": 0, "unlocked_until": 0, "paytxfee": 0.00000000, "private_keys_enabled": true, "avoid_reuse": false, "scanning": false } Parsed -> private_keys_enabled=True | keypoolsize=0 | txcount=14 | hdseedid=n/a ======================================================================== 5. WALLET IS ENCRYPTED - unlocking ======================================================================== No passphrase entered - private keys will not be dumped. (The verdict can still confirm the wallet TYPE without the password.) ======================================================================== 6. listaddressgroupings ======================================================================== { "value": [ [ "19hZHgZt94uXxSJhWDqxMpEZmN3ctvVFvH", 19.88794681, "" ], [ "1Ngx4fRsnDgdihFjwvfXFnxPttiKG4ee3x", 0.03, "" ] ], "Count": 2 } ======================================================================== 7. getbalances ======================================================================== { "mine": { "trusted": 19.91794681, "untrusted_pending": 0.00000000, "immature": 0.00000000 } } ======================================================================== 8. getaddressesbylabel (default label) ======================================================================== bitcoin-cli.exe : error code: -1 At C:\DISCK-D\01-MY-PROGRAMS\01-BTC-Tools\02hashcat-7.1.2\01bitcoin-0.19.1-wallet-check\bin\wallet_check.ps1:182 char:12 + $out = & $cli @base @CmdArgs 2>&1 + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (error code: -1:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError error message: getaddressesbylabel "label" Returns the list of addresses assigned the specified label. Arguments: 1. label (string, required) The label. Result: { (json object with addresses as keys) "address": { (json object with information about address) "purpose": "string" (string) Purpose of address ("send" for sending address, "receive" for receiving address) },... } Examples: > bitcoin-cli getaddressesbylabel "tabby" > curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getaddressesbylabel", "params": ["tabby"] }' -H 'content-type: text/plain;' http://127.0.0.1:8332/ ======================================================================== 9. dumpwallet ======================================================================== Skipped: wallet locked / no passphrase. ======================================================================== 10. getaddressinfo per address (ismine / iswatchonly / solvable) ======================================================================== Unique addresses found: 2 (checking up to 100) [19hZHgZt94uXxSJhWDqxMpEZmN3ctvVFvH] { "address": "19hZHgZt94uXxSJhWDqxMpEZmN3ctvVFvH", "scriptPubKey": "76a9145f6c98db154ada68e143ec9a4eab06abb855d9ea88ac", "ismine": true, "solvable": true, "desc": "pkh([5f6c98db]04d48513b4238dac9c7aa581010a2eddcd899b66b9269f6c5f74e5a366146cecd69c2df98ce2b4ae799080b67c28129016ef5390e8ba1487de3c8ba1ece857783f)#22skt6r0", "iswatchonly": false, "isscript": false, "iswitness": false, "pubkey": "04d48513b4238dac9c7aa581010a2eddcd899b66b9269f6c5f74e5a366146cecd69c2df98ce2b4ae799080b67c28129016ef5390e8ba1487de3c8ba1ece857783f", "iscompressed": false, "label": "", "ischange": false, "labels": [ { "name": "", "purpose": "unknown" } ] } [1Ngx4fRsnDgdihFjwvfXFnxPttiKG4ee3x] { "address": "1Ngx4fRsnDgdihFjwvfXFnxPttiKG4ee3x", "scriptPubKey": "76a914ede8d4100f89ad28bde0916825ff81772547241588ac", "ismine": true, "solvable": true, "desc": "pkh([ede8d410]049c6b91b1a6d198e1eb717452147c7cd9382684724ad679bb3c5bbe1c5a68c3139e689c82aefb691d369d2ba35ad12c02a31888b3c34e65e9becbfa09f30a265b)#9gusz8fj", "iswatchonly": false, "isscript": false, "iswitness": false, "pubkey": "049c6b91b1a6d198e1eb717452147c7cd9382684724ad679bb3c5bbe1c5a68c3139e689c82aefb691d369d2ba35ad12c02a31888b3c34e65e9becbfa09f30a265b", "iscompressed": false, "label": "", "ischange": false, "labels": [ { "name": "", "purpose": "unknown" } ] } ======================================================================== 11. listdescriptors (descriptor wallets, Core 0.21+) ======================================================================== Not supported on this Core version (descriptors are a 0.21+ feature). Legacy equivalent already checked: HD seed via dumpwallet (hdseed=1) / hdseedid. ======================================================================== PART III - VERDICT (cross-checked, single result) ======================================================================== Re-checked signals (the evidence this verdict is based on): file format : Berkeley DB (legacy wallet) loaded by node (RPC) : yes getwalletinfo parsed : yes encrypted : yes (unlocked_until / mkey) private_keys_enabled : True keypoolsize : 0 txcount : 14 HD seed present : no (hdseedid / dump hdseed=1) ckey marker (enc keys) : yes mkey marker (encryption): yes addressgroupings empty : no watch-only in balances : no private keys dumped : 0 addresses ismine : 2 addresses iswatchonly : 0 known scam markers : no (none) address reuse pattern : no file entropy : 5.171 bits/byte dust addresses verified : 7 (confirmed by 2 independent sources) REAL balance (explorer) : 19.91794681 BTC (across 8 addresses) VERDICT: [GOOD] Real ENCRYPTED wallet with keys (HTML verdict 1) The file contains private keys (or an encrypted HD seed) and is password-protected. Evidence: encrypted=yes; ckey=yes; HD seed=no; keys dumped=0; keypool=0. If you did not unlock it, the keys are present but locked. Brute-force / recovery: MAKES SENSE - Part IV: btcrecover (known pattern) or hashcat -m 11300 (hash via bitcoin2john.py). Real on-chain balance: 19.91794681 BTC (across 8 addresses, source: https://mempool.space/api/address/17rfpZS2tLrxj7WC5TYiSQzqW1p8dwNSSj) ======================================================================== STOP bitcoind ======================================================================== Node stopped cleanly.