⛏️ 100% Fair Launch — No ICO · No Pre-mine · No VC · No Token Sale

Mine LOS.
Any CPU. No ASIC.

SHA3-256 has minimal GPU/ASIC advantage over standard CPUs. A $200 laptop mines as efficiently per-watt as a data center. This was a deliberate design choice for fair distribution.

100 LOS

Reward/Epoch

1 hour

Epoch Duration

SHA3-256

Algorithm

~1 year

Halving

ALGORITHM

Address-Bound Proof-of-Work

mining-algorithm.rsrust
SHA3-256(
"LOS_MINE_V1" "cmt">// Domain separator
|| chain_id "cmt">// Prevents cross-network replay (1 = mainnet)
|| address "cmt">// Cryptographically bound to YOUR address
|| epoch "cmt">// Valid for THIS hour only
|| nonce "cmt">// The value being iterated
)

Address-bound

Proofs cannot be stolen or transferred to another address. Mining pools are impossible by design.

Epoch-bound

Each proof is only valid for the current hour. No stockpiling of proofs.

1 reward/address/epoch

Running 5 nodes with the same address = same reward as 1 node. Sybil-neutral.

COMPARISON

LOS vs Bitcoin

PropertyBitcoin (BTC)LOS (Unauthority)
AlgorithmSHA-256 (double hash)SHA3-256 (single hash)
HardwareASIC-dominatedCPU-only (no ASIC advantage)
Entry Cost$2,000–$15,000+ ASIC$0 — any CPU
Block Time~10 minutes1 hour (epoch-based)
HalvingEvery ~4 yearsEvery ~1 year (8,760 epochs)
Total Supply21,000,000 BTC21,936,236 LOS
Public Pool~100% (all mined)96.45% (21,158,413 LOS)
Mining PoolsRequired (solo impract.)Impossible (address-bound)
Finality~60 min (6 confirms)~2–3 seconds (aBFT)
Quantum ResistantNone (ECDSA)Dilithium5 (Post-Quantum)
ConsensusNakamoto PoWaBFT + PoW mint (separate)

HALVING SCHEDULE

Emission Over Time

YearEpoch RangeReward/EpochAnnual LOS
108,760100 LOS~876,000
28,76117,52050 LOS~438,000
317,52126,28025 LOS~219,000
426,28135,04012.5 LOS~109,500
535,04143,8006.25 LOS~54,750
1078,84187,6000.195 LOS~1,710

CALCULATOR

Estimate Your Earnings

10 miners

10.00

LOS Per Hour

240.00

LOS Per Day

1680.00

LOS Per Week

7200.00

LOS Per Month

87600.00

LOS Per Year

Estimates only. Actual results depend on network difficulty, number of miners, and epoch timing.

GET STARTED

Quick Start Mining

quick-start.shbash
# 1. Clone & build
git clone https://github.com/mky-los/unauthority-core.git
cd unauthority-core
cargo build --release --features mainnet -p los-node
# 2. Start mining
export LOS_WALLET_PASSWORD='your-strong-password'
./target/release/los-node --mine
# 3. Check status
curl http://localhost:3030/reward-info