-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Node Public and Private Key #58
Comments
I write here some notes on discussion we had on tech channel about a possible solution that could be implemented. there is a requirement to be satisfied on block write: the wallet public key can be linked only with 1 node public key, so if your wallet is linked to multiple nodes, it doesn't take rewards. |
|
Victor, I understood the reason to have a public and private key on node, indeed I just said to have a completely different couple of Public/Private Keys just for node, not directly linked to "any" wallet. I think it would make sense to have a node configuration to setup only wallet (or multiple wallets based on my first comment) public key(s) receiving the rewards, while for writing block the node private one is used. |
I think much batter solution would be delegation of tokens to account of node, additionally that would allow users that doesn't have 50k of tokens to collaborate and participate in consensus. |
|
You can use the desktop wallet without a node, for this you need to know the ip address of any node on the mainnet network and change the ip address in the settings.properties file. |
I am interested I really do not have a realistic idea of the numbers I
currently have in crypto but I like what your doing here I want to right
now get involved in that current airdrop i have never really confirmed and
successfully spent coin i need to do the eth and bit airdrops and fast can
you help me move money
…On Fri, Feb 21, 2020 at 10:39 PM Vladimir Tikhonov ***@***.***> wrote:
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.
U guys are very smart I trust your decision and trust u
You can use the desktop wallet without a node, for this you need to know
the ip address of any node on the mainnet network and change the ip address
in the settings.properties file.
Earlier we introduced the delegation function
https://credits.com/en/Home/New_Ins/Delegation_mechanism
Statistics, display and calculations will be presented later,
approximately 3 quarter. We do not recommend using delegation on the
mainnet network now. If you want to test the delegation function, use
Testnet
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#58?email_source=notifications&email_token=AORJ4OGOIBR7KRBALQMTBWLREDCAXA5CNFSM4I7KAQD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMUYWSQ#issuecomment-589925194>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AORJ4OH7OTUSWH7TTYHDEXLREDCAXANCNFSM4I7KAQDQ>
.
|
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.
The text was updated successfully, but these errors were encountered: