Step 1: Register
Fill out the official form to register your miner ID and join the testnet whitelist.
Go to FormGreennovaChain (GNC) is democratizing blockchain by allowing low-power ESP32 devices to mine. Registration is now open for early adopters to join our eco-friendly, decentralized network.
Traditional PoW networks require industrial electricity. GNC changes the game by optimizing SHA-256 for the ESP32 microcontroller. We enable a decentralized network where anyone can mine with < 1 Watt of power.
Fill out the official form to register your miner ID and join the testnet whitelist.
Go to FormTrack blocks, hashrate, and transactions in real-time on our explorer.
Open Explorer →
// 4.1 PoW Mechanism
const ALGORITHM = "SHA-256";
const DEVICE_TYPE = "ESP32";
// 4.3 Secure API Infrastructure
function submitWork(nonce, hash) {
if (!registered) return "Error: Unregistered";
post("/api/mine", { nonce, apiKey });
}
Miners find a Nonce that satisfies the network difficulty using SHA-256. Secure, proven, but scaled down for IoT.
Nodes communicate via JSON-RPC. Each miner uses a unique X-API-KEY
ensuring rewards are credited correctly.
MAX SUPPLY
BLOCK REWARD
MECHANISM
Server logic, Genesis block, ESP32 SHA-256 optimization. (Completed)
Deployment on greennovachain.site. Public miner onboarding via Google Forms and real-time leaderboard activation.
Web-based wallet development and Peer-to-Peer transaction capabilities.
Decentralized node structure migration and IoT partnerships.