Based off of the #DIYDLT Blockchain that you can build entirely from scratch using C#, .NETCORE, and Visual Studio
- Proof of Work Blockchain
- Miners communicate in a Peer-to-Peer fashion
- Transactions and blocks propogate through network
- Miners rewarded per block mined
- Switch from Proof of Work to Proof of Person using approved list of ID provide by Frink
- Initial Blockchain Optimization - Logarithmic Trimming of Blockchain headers
- Miners store their own social networks
- Social networks are analyzed by Frink's Sybil detection algorithm
- Switch to ZeroMQ communication protocol
- Social Network sharding
- Constant improvements to security, performance, and privacy beyond this.
- HENRY HE
- East Brunswick USA
- .NET Core, JavaScript, SQL Server, React, Blockchain
- C# Corner: https://www.c-sharpcorner.com/members/henry-he3
- Building A Blockchain In .NET Core - Basic Blockchain at https://www.c-sharpcorner.com/article/blockchain-basics-building-a-blockchain-in-net-core/
- Building A Blockchain In .NET Core - Proof Of Work at https://www.c-sharpcorner.com/article/building-a-blockchain-in-net-core-proof-of-work/
- Building A Blockchain In .NET Core - Transaction And Reward at https://www.c-sharpcorner.com/article/building-a-blockchain-in-net-core-transaction-and-reward/
- Building A Blockchain In .NET Core - P2P Network at https://www.c-sharpcorner.com/article/building-a-blockchain-in-net-core-p2p-network/