Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: DerekVazz on March 26, 2018, 07:04:01 AM



Title: Load info from wallet.dat using Python3
Post by: DerekVazz on March 26, 2018, 07:04:01 AM
Hello!
I was wondering how to see the contents of a wallet.dat file with Python3?

I know there's pywallet, but it seems like it haven't been updated for 4 years now. And it has 5000 lines of code. So it would be pretty time consuming to convert it to python3 only to realize that wallet.dat has changed somehow during these 4 years and end up with a broken script. So if there's a newer version pywallet developed by someone else for python3 or a similar project on github I would greatly appreciate if you'd point me to it.
Thanks!


Title: Re: Load info from wallet.dat using Python3
Post by: Colorblind on March 27, 2018, 05:47:10 AM
Hello!
I was wondering how to see the contents of a wallet.dat file with Python3?

I know there's pywallet, but it seems like it haven't been updated for 4 years now. And it has 5000 lines of code. So it would be pretty time consuming to convert it to python3 only to realize that wallet.dat has changed somehow during these 4 years and end up with a broken script. So if there's a newer version pywallet developed by someone else for python3 or a similar project on github I would greatly appreciate if you'd point me to it.
Thanks!

Not very familiar with Python pipeline. Would love to see an answer too.


Title: Re: Load info from wallet.dat using Python3
Post by: BarnabyJones on March 29, 2018, 07:41:40 AM
This might be what you are looking for

https://github.com/akx/walletool