Post
Topic
Board Development & Technical Discussion
Topic OP
I have address and BIP32 root key, How to brute force to find derived pathway?
by
shivam72
on 10/08/2024, 07:39:11 UTC
I have xpub, xpri, address and BIP32 root key, I need to get private key to my address, its HD wallet, My thought process is if I brute force using BIP32 root key, xpub, address. I'll get the derived pathway then using it I can get pair of private and public key which I need.

Please tell me if this is the right process and if yes what would be the best way/script to brute force?