1 Repo
Techniques for downloading and verifying blockchain data in concurrent batches from multiple peers to accelerate node startup.
Distinct from Data Parallelism: Candidates focus on general data parallelism or audio processing rather than blockchain peer-to-peer synchronization.
Explore 1 awesome GitHub repository matching data & databases · Parallel Blockchain Synchronization. Refine with filters or upvote what's useful.
Grin is a protocol implementation and blockchain node that provides a confidential transaction system. It uses Pedersen Commitments and homomorphic encryption to verify value integrity and ensure a consistent money supply without revealing specific transaction amounts or participant identities. The project distinguishes itself through an interactive transaction exchange model, where wallets coordinate multi-round data exchanges to build signed transactions. To maintain anonymity, the system supports onion-routed transaction delivery and masks originating IP addresses through specialized relay
MimbleWimble downloads blockchain data in parallel batches from multiple peers to reduce node join time.