Generated from a 1254×1254 transparent-background source at:
cac3-master-1024.png (1024×1024 master)
cac3-app-store.png (1500×1500 for app store listings)
Plus standard web/app sizes:
- cac3-{16,32,48,96,192,512,1024}.png (downsamples)
- favicon.ico (multi-icon bundle: 16,32,48,96)
- favicon-{16x16,32x32,48x48}.png
- apple-touch-icon.png (180×180), apple-touch-icon-ipad.png (152×152)
- android-foreground.png (432×432, transparent)
- android-background.png (432×432, solid #0a0a0a)
See art/icons/README.md for the full mapping into planned source-tree
slots (src/qt/res/icons/, contrib/debian, splash, etc).
Design released under CC0 1.0 (public domain) for downstream remix.
CAC3 (Californiacoin3) — integration/staging tree
What this is
A fork of Bitcoin Core 0.18 with a CPU-mineable proof-of-work (Argon2s), a difficulty-adjustment algorithm tuned for fast block spacing (LWMA-3), and 10-second block times — explicitly designed to keep mining fair to anyone with general-purpose hardware.
The full body of work is being brought over from SamiAhmed7777/nyc3, the previous identity this codebase ran under, with the consensus algorithm and parameters held constant — only the chain identity (genesis, magic bytes, ports, address prefixes, ticker) is changing.
Status
Initial repo creation. No source has been pushed yet. The rename and fresh genesis block are pending a deliberate launch step.
License
MIT — see COPYING once the upstream Bitcoin Core license stub lands.
Acknowledgement
The Argon2s implementation, the LWMA-3 difficulty algorithm, and the base Bitcoin Core 0.18 fork that this project stands on come from the open-source ecosystem around barrystyle, barrystyle/argon2s, and barrystyle/nyc3. This fork honours their work.