|
|
|
|
|
by Jasper_
2028 days ago
|
|
Here's an overly simple, impractically slow, but immediately consistent model for you: for every request from a client, ask all other nodes in the network the same query. If you get 100% consensus, return the answer, otherwise, ask again. |
|