I'm trying to open wallet.dat using the bsddb3 module for Python 2.7.
db = bsddb3.btopen("wallet.dat", "r")
contents of db:
{'main': '\x00\x00\x00\x02'}
I have to Which is almost nothing.
ls -l wallet.dat -> 72K
I though I could view information about the wallet, is there problem with the version of bsddb or this line of code?
from bsddb3.db import *
and parenthesis around the print – mountrix Jul 16 '22 at 15:57