Open daveschaefer opened 11 years ago
I think we need more notary servers first before we can start omitting some of them. It's very hard for me at the moment to even reach medium security.
Heartily agreed! We need to get the main notaries online 24/7 before we consider this.
Instead of clients sending requests to all notaries every time, they should only send queries to a random set of notaries.
This would improve privacy, since a notary doesn't see all of the requests you make/sites you visit. It may also be faster, once we have stable notaries that always reply and the client stops processing results when it reaches quorum ( #26 )
Sending queries to a random selection of notaries is actually the design in Dan's original paper (Section 3.3 Querying Notary Servers: "The client then randomly chooses n entries from the list of notaries and queries these servers in parallel").