skycoin / skycoin

Skycoin Core and Wallet
https://www.skycoin.com
585 stars 281 forks source link

Add support for watch wallets #1965

Open gz-c opened 5 years ago

gz-c commented 5 years ago

Watch wallets only contain addresses/public keys and do not contain seeds or private keys.

We can create wallet files with the type "watch". This wallet will not be able to perform any signing operations or generate new addresses automatically.

There are multiple ways we can create a watch wallet:

gz-c commented 5 years ago

This requires a written plan since there are multiple approaches and also involves UI changes.