English | 中文版
[TOC]
Improvements based on Practical Byzantine Fault Tolerance:
- The request-response model of the C/S (Client/Server) architecture is improved to a peer-to-peer node model suitable for P2P networks;
- The static consensus participant nodes are improved to dynamically joinable and leavable consensus participant nodes;
- A voting mechanism based on the proportion of held equity is designed for the generation of consensus participant nodes, and consensus participant nodes (bookkeeping nodes) are determined by voting;
- Digital certificates are introduced into the blockchain to solve the problem of authenticating the real identity of bookkeeping nodes in voting.
TODO