CPU Coin Infrastructure
for the coins nobody hosts

Public RPC nodes for obscure yespower/yescrypt CPU coins. Mine with a Raspberry Pi. No GPU required.

View API Docs See Coins Mining Guide

Live Node Status

Why CPU Coins

Raspberry Pi Ready

Yespower designed for CPUs, $35 Pi can mine.

No GPU, No ASIC

GPU miners are actually slower, truly decentralized.

Free Public RPC

No API key, no auth, just call it.

API Preview

# Health check
curl https://api.isekai-pool.com/api/v1/health

# Yenten block count
curl -X POST https://api.isekai-pool.com/api/v1/yenten/rpc \
  -H "Content-Type: application/json" \
  -d '{"method":"getblockcount","params":[]}'