Skip to content
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

How things fit together #4

Open
gerritoerlemans opened this issue Oct 25, 2014 · 1 comment
Open

How things fit together #4

gerritoerlemans opened this issue Oct 25, 2014 · 1 comment

Comments

@gerritoerlemans
Copy link
Member

The Ring of Trust is meant as a layer to service light-weight clients.

A tremendous amount of work has been put in light-weight clients already and can be found here https://code.google.com/p/bitcoinj/wiki/HowThingsFitTogether and here http://bitcoinj.github.io/

The bitcoinj model depends on a connection to the actual peer to peer network. The intermediairy ROT could/should alleviate the known scalability and security issues of bitcoinj, resulting in a "lighter"-weight client.

@gerritoerlemans
Copy link
Member Author

A servernode has three tasks

  1. "listen" to the "real" network; This is not an issue because it is performed by the traditional deamon
  2. Beeing a ROT-server, how to provide proof to be trustworthy (before being allowed to service clients = beeing accepted by a client) #6 Proof to be trustworthy (before being allowed to service clients = beeing accepted by a client)
  3. Service clients. BitcoinJ and QT will have to be mastered to divide client tasks and ROT tasks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant