gcash / bchwallet

A secure bitcoin cash wallet daemon written in Go (golang)
ISC License
43 stars 29 forks source link

Implement bip39 mnemonic seed #1

Closed cpacia closed 6 years ago

cpacia commented 6 years ago

The wallet currently uses a hex string for the wallet seed. We should use bip39 as it's more standard. Code here https://github.com/tyler-smith/go-bip39

cpacia commented 6 years ago

Done