iancoleman

Results 28 comments of iancoleman

I'm installing on ubuntu 18.04 and the command `pip` for installing platformio failed. It needed to be changed to `pip3` since python3 is default on this distro. Could be handy...

The license is very permissive, you can do whatever you like within the bounds of the license.

https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki#from-mnemonic-to-seed > To create a binary seed from the mnemonic, we use the PBKDF2 function with a mnemonic sentence (in UTF-8 NFKD) used as the password and the string "mnemonic"...

This tool uses compressed public keys, but when bip38 is enabled it uses uncompressed keys, which is why the address is different. The relevant code and comments are here: https://github.com/iancoleman/bip39/blob/e2fdc5b9420fe45a255776f0caa6df8b0baf4a2c/src/js/index.js#L1238-L1247...

Thanks for reporting this. It sounds like a javascript error on page load is preventing some later parts of the javascript from running. The loading banner is hidden by javascript,...

Same bip44 coin type in [qtum-electrum](https://github.com/qtumproject/qtum-electrum/search?utf8=%E2%9C%93&q=88&type=). bip44 officially says 88 is BitBean Why did qtum not officially register with BIP44? Most likely this will be merged since 88 seems to...

> This is just sloppy. I completely agree. On the one hand I think if the community wants to fuck themselves then it's not up to me to mediate that....

Thanks for this. Looks like it doesn't need any additional work here since the BIP44 tab will now work by default for ledger. Possibly these lines should change the name...

Is it bitcoin or is it a different coin? Things to check: * the derivation path is correct * the passphrase is correct * various combinations of the words in...

From https://github.com/iancoleman/bip39/issues/82#issuecomment-478239850 @Ninio1973 > I tried to enter the derivation path shown on my ledger's advanced logs which is 49'/0'/0'/0/1 but I get the message on bip39-standalone.html "first character must...