-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Minimize disk usage for non-public validating nodes #169
Comments
I disagree. I'm not sure having "every geek" run their own validator is beneficial to the network, because validators need to be publicly known entities. Or else how will anyone know whether or not validators are colluding, or represent the same entity? In order for the network to be secure, we don't want just a lot of anonymous validators. We need validators corresponding to well known businesses or organizations that are represented by a verifiable legal entity. |
I'm a well-known legal entity to those who know me personally. That's the whole point of a decentralized peer-to-peer network and the very essence of Ripple. What we need is a "rippled-lite" that runs in the background on any home computer. Its job would be to validate ledgers, and nothing else. The full nodes will do all the heavy lifting of serving millions of clients. As a server, you can send me a ledger, but I'll trust it only if it has been signed by most of the people in my UNL. |
I agree that being able to reduce storage requirements for validators would be a good thing. I can also see light validators that just ensure the network is in agreement, key validators are present, and so on, which sign validations for clients so they can easily know what the last closed ledger is. I don't see light validators that actually process transactions though. As the network transaction rate goes up, keeping up is going to require computing resources and bandwidth. Of course, those things are increasing too, so maybe it's not an issue. That said, our validators do an awful lot less work than the client-handling servers. Retrieving history for clients and servers, pathfinding, and so on are the heavy lifting today. |
Obsolete with the rotate/delete feature |
If validating nodes do not need to store the history, then it should be so that they take up very little disk space. Right now, no matter what configuration settings you use, the database just keeps growing, and has to be manually deleted every few hours.
This is important for adoption. It should be possible for every geek out there to download and run their own Ripple validator on their home computer. Public keys can be shared via Facebook or Twitter. We can achieve true decentralization only if we lower the barrier to entry to the point where any average middle-class person is able to participate in the global trust network.
The text was updated successfully, but these errors were encountered: