@destabilizing
I wrote a cryptocurrency from scratch in C++.
Used Equihash for mining and Keccak-256 for hashing.
I chose Keccak after analyzing SHA-256's weaknesses.
It has a UTXO model and a 21 million coin cap.
The live network has nodes worldwide.
A community member even built a block explorer.
Claude AI helped with the build.