00000000000000000000000000000000</encrypted>)
(3f14e^
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
Your CPU/GPU computes SHA256 hashes to find a valid nonce below the difficulty target.
sha256(challenge || miner || nonce || block)Submit Proof
Submit your nonce on-chain. The Solana program verifies the proof is valid.
submit_proof(nonce: u128)Earn Rewards
Receive token rewards minted directly to your wallet. Difficulty adjusts per block.
reward = base_rate * decay_factorProtocol Economics
Fees fund auto-buyback & burn, LP provision, and transfer taxes create deflation.
95% protocol + 5% teamHash Function
SHA-256 with 88-byte input (challenge + miner + nonce + block number)
Difficulty Adjustment
Proportional adjustment per block targeting 60s block times. Converges 81% faster than Bitcoin.
GPU Support
Native CUDA & OpenCL support. From 1.5 MH/s (CPU) up to 1000 MH/s (RTX 4090).
Tokenomics
Deflationary by design. Mine it, earn it, hold it.
Supply Distribution
Fee Distribution
Economics
Deflationary mechanics: 50% of buyback tokens are burned permanently. 50% of transfer tax goes to burn. Supply decreases over time while mining rewards decay exponentially.
Start Mining
Get up and running in minutes. CPU or GPU.
$ git clone https://github.com/your-org/hashish-pow && cd hashish-pow$ cd miner && cargo build --release --features cpu$ echo '{"rpc_url":"https://devnet.helius-rpc.com/?api-key=YOUR_API_KEY","keypair":"~/.config/solana/id.json"}' > miner-config.json$ ./target/release/miner --backend cpu --threads 8