You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's a freshly generated, unused, unencrypted wallet backup for everybody to toy with. Just try to Wallet::Wallet.decode it. Obviously no one should use this for real bitcoin stuff.
The text was updated successfully, but these errors were encountered:
I wrote a trivial decoder to dump my private key out of Android's Bitcoin app backup, which serializes with protobuf.
Unfortunately, we can't have nice things:
So I had to write the thing in Go, which worked on the first try.
Here's a freshly generated, unused, unencrypted wallet backup for everybody to toy with. Just try to
Wallet::Wallet.decode
it. Obviously no one should use this for real bitcoin stuff.The text was updated successfully, but these errors were encountered: