
00000000000000000000000000000000</encrypted>)
5c?^}%8
000 00000 0000 00000 00 0000 00000000 00 000000
Live Protocol Stats
Real-time data from the Solana blockchain
Recent <Blocks/>
Live feed from Solana • Hover to decrypt
Miner identities protected by Arcium MPC
How It Works
Bitcoin-style mining meets Solana speed. Off-chain computation, on-chain verification.
Mine Off-Chain
Choose your mining mode: CPU (standard), GPU (CUDA/OpenCL), or Encrypted (Arcium MPC for privacy).
sha256(challenge || miner || nonce || block)Select Pool
Join a mining pool: Standard PPLNS pool or exclusive Seeker pool (TEEPIN attestation required).
pool = standard | seeker_verifiedSubmit Proof
Submit your nonce on-chain with pool attestation. The program verifies proof + pool membership.
submit_block(nonce, pool_id, attestation?)Earn Rewards
PPLNS distribution sends tokens to your wallet. Pool shares tracked on-chain in real-time.
reward = base_rate * decay_factor3 Mining Modes
CPU for ease, GPU for power (1.5-1000 MH/s), or Encrypted for privacy via Arcium MPC.
2 Pools Available
Standard PPLNS pool or Seeker-exclusive pool with hardware attestation (TEEPIN).
3 Block Types
Standard blocks, encrypted blocks with MPC verification, and Seeker-attested blocks.
Tokenomics
Deflationary by design. Mine it, earn it, hold it.
Supply Distribution
Fee Distribution
Economics
Deflationary mechanics: 50% of buyback tokens are burned permanently. Supply decreases over time while mining rewards decay exponentially.
Supply & Protocol Fees (100 Years)
Token emission and protocol SOL fees (Buyback + LP, excluding 5% team)
Start Mining
Three mining modes available: standard CPU/GPU mining or encrypted mining with Arcium MPC for complete privacy.
$ git clone https://github.com/Hashishdotfun/PoW-Miners && cd PoW-Miners$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh$ solana-keygen new -o ~/.config/solana/id.json && solana airdrop 2 --url devnet$ cp miner-config-devnet.example.json miner-config-devnet.json && nano miner-config-devnet.json$ cd miner && cargo build --release$ ./target/release/miner --backend cpu --rpc https://api.devnet.solana.com