KryoMine — GPU Mining For Everyone

A proof-of-work cryptocurrency with memory-hard GigaHash algorithm, designed for GPU mining with verifiably fair distribution.

Get Started Source Code
⚠️ Alpha Software
KryoMine is in early development (v0.1.0). The testnet has not launched. No coins have real value. This is experimental open-source code.

Core Features

🎮 GPU Mining

GigaHash algorithm requires 256MB memory per thread, naturally favoring GPUs with their high memory bandwidth (300-1000 GB/s).

⚖️ Fair Launch

No pre-mine. No ICO. No investor allocation. All KRYO coins are produced through mining, verifiable on-chain.

🛡️ Anti-ASIC

Memory-hard design makes ASIC development expensive. The memory bandwidth bottleneck favors commodity GPUs over custom chips.

📊 Fixed Supply

Maximum 21 million KRYO, with Bitcoin-like halving every 210,000 blocks (~4 years). No inflation surprises.

🔧 Dynamic Difficulty

Difficulty adjusts every 2016 blocks to target 10-minute block times, maintaining stable mining economics.

🔓 Open Source

MIT licensed. All code is open for inspection. No hidden features, no backdoors. Trust through transparency.

Technical Specifications

AlgorithmGigaHash (memory-hard PoW)
Max Supply21,000,000 KRYO
Block Time10 minutes (target)
Initial Reward50 KRYO
HalvingEvery 210,000 blocks
Memory Req.256 MB per mining thread
Difficulty Adj.Every 2016 blocks

Run It Yourself

$ git clone https://github.com/personachain001/aethercoin.git
$ cd aethercoin
$ python3 src/cli.py test

# Start mining (CPU):
$ python3 src/cli.py mine

# Start node server:
$ python3 src/cli.py node --port 8333

Requires Python 3.9+. No external dependencies.

Project Status

v0.1.0

Current Version (Alpha)

21,000,000

Max Supply (Design Parameter)

GitHub

Open Source Repository

MIT

License

⚠️ Testnet not yet launched. The above are design parameters, not live network data.

Current Status & Roadmap

✅ v0.1.0: Blockchain, CPU mining, wallet, node API
🔜 v0.2.0: P2P networking
🔜 v0.3.0: GPU mining (OpenCL/CUDA)
🔜 v0.4.0: Transaction signing

Contribute on GitHub Read Whitepaper