Open JulianTosh opened 11 years ago
OK, I see what MPK is now. Master Public Key.
I need to do some research to see how these are generated, or if you have any pointers that would be great.
If I'm not mistaken, the MPK is derived from line 70 of extjs / electrum.js
pubKey = electrum_get_pubkey(privKey);
Output of that command is something like
101,205,145,113,124,239,177,124,134,74,250,223,172,116,52,234,169,248,58,113,125,229,123,73,208,115,16,216,206,69,246,186,202
And I'm guessing the input is the initial seed ? Not sure, so I still need a bit of research to see how to do this right.
I think you are right, but about at the edge of my realm of knowledge at this point. I will dig for some more clues in the code.
I would like the app to display the MPK so that it can be exported to other electrum friendly web applications like acceptbit.com, and to create electrum read-only wallets.