-
Notifications
You must be signed in to change notification settings - Fork 17
Description
I would like to discuss with you the opportunity to have Node<->Wallet decoupling.. I understand that it's required that 1 node is linked to 1 wallet in order to declare it as Main node, but at same time that check could be done just checking if the couple between public keys (one wallet public key can be linked to one node public key and viceversa). This change might allow in future some scenarios that currently are not supported: 1) rental service of trusted nodes, just configurable via wallet public key, 2) more security, because there is no way from anyone to access to private key of your wallet in any way , 3) More reusability: if I've configured a trusted node, I can decide to give it away without fear to get stolen my wallet files because of node history or provider registration of console.
The node password allows to encrypt the keys on node, but this means that only the wallet owner can restart the node... not every investor is able to work in linux xD, no? So if I'm rich and I would like to invest in main node, I cannot do it... instead, it might sense to have a node admin that can do it separately from investor that is giving him money to prepare and maintain its node
another consideration, currently the required tokens are 50k which in EUR is around 5k Euro. In the future, mantaining such requirement that is important to avoid million of new nodes, if the CS price arrive to 1 euro or more, the needed value to have a Main node might be so high requiring "multiple investors" to achieve the 50k tokens: making Node<->Wallet decoupling might allow in future to link multiple wallets to same node and, if the 50k tokens are achieved, they can be Main and take rewards based on single wallet budget...
I understand the fear to have such decoupling, but it's an opportunity to have something different from other blockchain.