Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: I have address and BIP32 root key, How to brute force to find derived pathway?
by
Cricktor
on 11/08/2024, 17:55:31 UTC
⭐ Merited by vapourminer (1)
The arg will only take a file containing a list of derivation paths that the user provided but wont bruteforce a combination of indices based from the list unlike a token file.
Ah, ok, the command option name is a hint to what you say. So not really suitable to extensively seach derivation path tree branches. Given that every derivation path step after m/ can have 231 unhardened and 231-1 hardened branches, it's better to know quite specifically where and what to search for, otherwise as I wrote earlier the search space blows up quickly.

Another reason to document well what derivation path a wallet uses when it's not any common standard derivation path.