Testnet Live — Mining Now

The First Blockchain Where Mining Solves Real Problems

NPChain miners solve NP-complete optimization problems instead of wasting energy on random hashes. Post-quantum cryptography. ASIC-resistant forever. Useful computation from day one.

Start Mining Read the Docs GitHub
4types
NP-Complete Problems
O(n)verify
Linear Verification
100B/yr
Annual Cert Emission
PQsafe
Post-Quantum Native

Why NPChain?

Six innovations that no other blockchain has.

🧩

Useful Mining

Miners solve k-SAT, Subset-Sum, Graph Coloring, and Hamiltonian Path. These are real optimization problems that enterprises pay $50B/year to solve.

🛡

Post-Quantum Native

CRYSTALS-Dilithium signatures and Kyber key exchange from genesis. NIST-standardized. Every other chain needs a hard fork when quantum arrives.

ASIC-Resistant Forever

Problem type rotates every block across 4 NP-complete classes. You can't build an ASIC for all four. Mathematically guaranteed.

🗳

Democratic Governance

70% of all miners must participate in votes. 75% approval required. No silent takeovers. No whale-only governance. The network decides together.

🔐

Proven Privacy

Ring signatures (Monero-proven), Pedersen commitments, Dandelion++ IP privacy. All rebuilt with lattice math for quantum resistance. No ZK, no trusted setup.

🚀

NP-Native Layer 2

L2 batches encoded as SAT constraints, verified by L1 miners at zero additional cost. The only L2 architecture that can't be replicated on any other chain.

How It Works

Proof-of-NP-Witness: find a solution is hard, verify it is easy.

1. Previous block hash seeds SHAKE-256 PRNG
2. PRNG generates NP-complete problem instance
3. Problem type = hash mod 4:
   0: k-SAT   1: Subset-Sum
   2: Graph Coloring   3: Hamiltonian Path
4. Miner finds satisfying WITNESS
5. Every node verifies in O(n)
6. First valid witness wins block reward
PropertyBitcoinEthereumNPChain
ConsensusSHA-256 PoWProof-of-StakeProof-of-NP-Witness
Mining valueNone (hash waste)N/ASolves real problems
ASIC resistanceNoN/AYes (4 rotating types)
Quantum safetyVulnerableVulnerableLattice crypto native
PrivacyPseudonymousPseudonymousRing sigs + Pedersen
Crypto upgradeableHard forkHard forkOn-chain governance

L2 Platform

Four pillars of real-world computation, powered by NP-witness verification.

NP Marketplace

Companies post optimization problems. Miners compete to solve them. Best solution wins Cert bounty. $50B+ addressable market.

🤖

AI Verification

Prove AI decisions followed the rules. Encode compliance as SAT constraints. Immutable audit trail. EU AI Act ready.

🚚

Supply Chain

Route optimization, warehouse picking, fleet scheduling. Real logistics problems solved by miners. 15-30% cost savings.

💰

CertFi (DeFi)

Instant L2 payments, collateralized lending, DEX. All post-quantum. All private. Sub-cent fees.

Testnet Economics

Mine now, convert to mainnet at 1000:1.

ParameterTestnetMainnet
Block time120 seconds60 seconds
Block reward~380,517 Certs~190,258 Certs
Annual emission100 billion Certs/year
HalvingNone — stable emission + fee burn
Migration ratio1000:1 testnet → mainnet
Seed node34.73.161.131:19333

Start Mining in 5 Minutes

Clone, build, create wallet, mine. Your testnet Certs convert to mainnet.

git clone https://github.com/RudeCane/NPChain.git
cd NPChain
g++ -std=c++20 -O2 -pthread -I include -I src \
  src/testnet_node.cpp src/crypto/hash.cpp \
  src/crypto/dilithium.cpp -o npchain_testnet
./npchain_testnet --address cert1YOUR_ADDR \
  --seed 34.73.161.131:19333 \
  --block-time 120
Full Setup Guide View Source Open Wallet