decred / tinydecred

Python tools for Decred
ISC License
27 stars 14 forks source link

examples: Add salvage_webwallet.py. #194

Open JoeGruffins opened 3 years ago

JoeGruffins commented 3 years ago

This might be a useful tool people trying to salvage funds from a "web wallet".

JoeGruffins commented 3 years ago

We have verification that this script was able to salvage someone's funds on mainnet: https://dcrdata.decred.org/tx/1fade79b970e330205f08703f13734b0fcb78ae21b8714e36df1ae1237d4e0e3

I am going to push back on any more optimization. This is working and doesn't need to be super optimal memory-wise. It's a one timer per person thing. Would like to make it more user friendly if possible. And of course if there are any bugs they should be fixed...