protobuf bitcoin wallet - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: protobuf bitcoin wallet (/thread-11219.html) |
protobuf bitcoin wallet - wash-cover-10 - 12-27-2022 hello i would like to recovery of my bitcoin wallet that was located on an android device using this software https://github.com/bitcoin-wallet/bitcoin-wallet it uses protobuf for encryption of privite key so i cant import it to another wallet without knowing my pin code it should not be hard to crack its only numbers and should not be more then 10 charaters i followed there officail guide for recovery https://github.com/bitcoin-wallet/bitcoin-wallet/blob/main/wallet/README.recover.md but you still need to know the pin in the last step before you import to another wallet and i have lost my pin anyone know if hashcat can crack this? RE: protobuf bitcoin wallet - wash-cover-10 - 12-27-2022 i tried to make a script that would loop over all the numbers by using the wallet-tool from bitcoinj https://github.com/bitcoinj/bitcoinj but it takes to long and would take many many years to finish and i dont have skills to make it run on gpu maybe also intresting is this link https://bitcoin.stackexchange.com/questions/29586/how-do-i-extract-my-private-keys-from-a-protobuf-wallet RE: protobuf bitcoin wallet - marc1n - 12-27-2022 Use https://github.com/gurnec/btcrecover RE: protobuf bitcoin wallet - wash-cover-10 - 12-27-2022 (12-27-2022, 04:05 PM)marc1n Wrote: Use https://github.com/gurnec/btcrecover thank you |