2
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?
This does not work under python 3. – dzhelil – 2015-05-25T06:07:26.393