View Issue Details

IDProjectCategoryView StatusLast Update
0000576fileGeneralpublic2024-12-02 09:00
ReporterAnge Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Product Version5.46 
Summary0000576: Add support for Bitcoin Wallet (SQlite-based)
DescriptionBitcoin wallet (wallet.dat) aren't properly identified.
Steps To Reproduce- get the attached wallet.dat (genuine wallet with its table cleared)
- scan it with file.
- it's identified as 'SQLite 3.x database, application id 4190024921'.
Additional InformationThey are Sqlite files with an AppID of F9 BE B4 D9 (Bitcoin main net magic https://en.bitcoin.it/wiki/Protocol_documentation#Message_structure)

The following patch in the 'sql' signature will do the trick:
>>68 belong =0xF9BEB4D9 Bitcoin wallet
TagsNo tags attached.

Activities

Ange

2024-12-02 08:22

reporter  

wallet-test.db (12,288 bytes)

Ange

2024-12-02 09:00

reporter   ~0004110

It shouldn't be 'have not tried', it just works everytime.

Issue History

Date Modified Username Field Change
2024-12-02 08:22 Ange New Issue
2024-12-02 08:22 Ange File Added: wallet-test.db
2024-12-02 09:00 Ange Note Added: 0004110