Distributed Bitcoin Miner
A reliable transport protocol (LSP) over UDP in Go, plus a fault-tolerant distributed miner that reassigns work dynamically across nodes — >99% delivery accuracy and 43% less recomputation overhead.
Go Distributed Systems Networking Concurrency
Overview
A two-part systems project: first a custom reliable transport protocol on top of UDP, then a distributed mining system built on top of it that stays correct when workers crash.
Continue to update… soon.