ranaroussi / pywallet

Dead-simple BIP32 (HD) wallet creation for BTC, BTG, BCH, LTC, DASH, USDT, QTUM and DOGE
MIT License
446 stars 179 forks source link

Issue in consistency #45

Closed stanly-sovereignnw closed 5 years ago

stanly-sovereignnw commented 5 years ago

There is an issue with consistency, using the same seed words and same derivation path generate a different address each time. This makes the lib very unreliable. I tried debugging the issue but couldn't figure it out.

Thank you for the lib @ranaroussi