OutCast3k / coinbin

Javascript Bitcoin Wallet. Supports Multisig, Stealth, HD, SegWit, Bech32, Time Locked Addresses, RBF and more!
https://coinb.in/
MIT License
906 stars 621 forks source link

Support message signing #38

Open xbtdev opened 8 years ago

xbtdev commented 8 years ago

Right now the "Sign" tab only allows you to sign transactions. It would be great if it also allowed users to sign messages with their private keys. Many wallets don't offer this feature, so users are stuck exporting keys and using a tool like coinbin.

ghost commented 8 years ago

I too would very much like to see this feature

Electrum also enables encryption of messages - so if that could also be added too it would make this an even better tool

Thanks for all your hard work producing this

weex commented 8 years ago

The old brainwallet code was able to do this and I had help simplifying it to just sign and verify messages. Perhaps it can integrated here? https://github.com/weex/bitcoin-signature-tool

OutCast3k commented 8 years ago

I dont see why we cant look into this, seems reasonable.

anoxxxy commented 7 years ago

Any progress here ?

zilveer commented 5 years ago

Hi, Will this feature be added in near future ?

zilveer commented 5 years ago

@OutCast3k @anoxxxy Did you guys make any progress here implementing sign messages and verify messages ?

Thanks for any reply.