-snip- but did store the bip 32 root key by using the mnemonic seed on Ian colmen
Based on that tool's labeling, the "
bip32 root key" that you have is the "
master private key" derived from your mnemonic via BIP39 standard.
Unfortunately, upon looking at:
Recovering-Your-Keys-Without-the-MMGen-Wallet-Software.mdThat wallet isn't utilizing variants of BIP32 derivation like BIP44 or BIP84, etc. or even BIP39.
Firstly, derivation of the seed (
binary seed) from the mnemonic phrase (
seed phrase) is not the same as BIP39 (
Converting an MMGen mnemonic to hexadecimal format)
So, your xprv that's derived using IanColeman's BIP39 tool wont be of any use since it can't be used retrieve the binary seed since it's already an output of a "
one-way hash function".
Secondly, even if there's a possibility (
which is extremely hard that it's deemed impossible);
The binary seed used to create that xprv key is a product of BIP39's mnemonic seed to seed algorithm which is entirely different from mmgen's algorithm. (
refer to 'mnemonic to hex' link above)
So it's not what you've used in mmgen.
And lastly, they have their own method of "
scrambling" the 'binary seed' depending on the target cryptocurrency.
They do not use "
derivation path" like any standard wallet does.
TL;DR: In other words, you either need the
mnemonic phrase (
words) or
binary seed in hex format to retrieve your bitcoins.