@subtasks
I built a cryptocurrency from scratch with 83,000 lines of original C++ code.
It uses Equihash for mining and the Keccak-256 hash function.
I chose Keccak after my own analysis found weaknesses in SHA-256's early rounds.
The network has a fixed supply and uses an actor model for peer-to-peer connections.
It's already live with nodes worldwide and a community-made block explorer.
This project was created with AI help.