vertcoin / vertcoin-old

Vertcoin source tree
http://www.vertcoin.org
MIT License
76 stars 41 forks source link

Add support for watch-only addresses #4

Closed dayreiner closed 10 years ago

dayreiner commented 10 years ago

This is a port of the exp-0.8.6.2-watchonly litecoin patches (via Eric Lombrozo, Pieter Wuille et al.) and adds watch-only address support to vertcoin.

Watch-only support further decentralizes the network by allowing users to track addresses directly from their node rather than relying on block explorer services etc. Its also a good first step towards facilitating vertcoin web wallets and payment services -- private keys can be securely separated from public-facing application functionality such as sending payment and confirmation alerts. The watch-only branch of bitcoin is a requirement to run coinpunk, as an example.

Paul-Bradley commented 10 years ago

Thanks for the pull request - we are considering it at the moment.

Paul-Bradley commented 10 years ago

Requested Jon to resubmit against beta-0.8 where we will merge this