You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Аbstract
Not related to a problem but more thinking about the various levels of security that can be offered in a blockchain when you control the node. I would like to understand if, in a way similar to bitcoin's prune mode or geth's "light-client", a Waves node can be configured to only keep some fraction of the blockchain? This is significantly more secure than connecting to someone else's full node if you don't have the resources and can help with the security of the network (at least for however many blocks are stored at the light-client), as well as relieving network traffic by simply having more nodes available for queries.
Motivation and Purposes
Improved security and control for users with limited resources.
Possible robustness enhancements for network.
Specification
As this is a question I will wait to fill this out until it's understood if it is needed!
Backwards Compatibility
N/A
Examples and Implementation
Bitcoin pruned mode with mempool turned on, geth light-client mode.
The text was updated successfully, but these errors were encountered:
Аbstract
Not related to a problem but more thinking about the various levels of security that can be offered in a blockchain when you control the node. I would like to understand if, in a way similar to bitcoin's prune mode or geth's "light-client", a Waves node can be configured to only keep some fraction of the blockchain? This is significantly more secure than connecting to someone else's full node if you don't have the resources and can help with the security of the network (at least for however many blocks are stored at the light-client), as well as relieving network traffic by simply having more nodes available for queries.
Motivation and Purposes
Specification
As this is a question I will wait to fill this out until it's understood if it is needed!
Backwards Compatibility
N/A
Examples and Implementation
Bitcoin pruned mode with mempool turned on, geth light-client mode.
The text was updated successfully, but these errors were encountered: