BitcoinQnA / seedtool

GNU General Public License v3.0
78 stars 21 forks source link

Fix testnet WIF for derived addresses and bip47 #49

Closed ottosch closed 1 year ago

ottosch commented 1 year ago

Hey, I noticed the tool was always displaying WIF in mainnet format (prefix K/L). Changing to display testnet format (prefix c) when testnet is selected.

I noticed, though, the "Seed Generation/Input" group doesn't have network selection, so the "Root WIF" field is always in mainnet format. Also, in BIP47, it seems to me the regtest option could be removed as it looks like it's the same as testnet.

SuperPhatArrow commented 1 year ago

@ottosch thanks for the contribution and sorry for the slow response.