Blockstream / green_android

Blockstream Green Wallet for Android
GNU General Public License v3.0
183 stars 74 forks source link

Feature request: add watch-only login for liquid network. #61

Closed bitcoinuser closed 5 years ago

bitcoinuser commented 5 years ago

Add watch-only login for liquid network.

alessandro-saglimbeni commented 5 years ago

Hi @bitcoinuser, unfortunately it is not possible to add this feature, because the Green server doesn't know the assets and their amounts like on Bitcoin, your outputs are blinded, and only you possess the keys to unblind (read decrypt) asset types and values.

The unblinding keys are derived from your mnemonic deterministically and the mnemonic is usually protected by PIN. This means that you would need to access your mnemonic to see what you possess on your walllet, thus defeating the purpose of the watch-only itself.

bitcoinuser commented 5 years ago

Ok, thanks for the information,