Proof of work · RandomX

Mine MoonBite
on your own machine.

No pool. No account. No middleman. You run the node, it mines to your wallet, and every block you find pays you — and only you.

Solo

You mine to yourself. Nothing sits between you and your coins.

CPU

RandomX favours ordinary computers, not specialised hardware.

Yours

The wallet is on your disk. Back it up and no one can take it.

10.0 MBITE
per block right now · one block roughly every 2 minutes
Heads up: the animated miner on /start is a visual demo — it does not mine real MBITE. Real mining is done by the node, with the steps below.

Three steps

1

Get the MoonBite node for your system

Download the package, unzip it, and keep the mine script in the same folder as the moonbited binary.

Prefer to build from source? The code is at github.com/moonbitecoin.

2

Start mining

One command. It launches your node, connects to the network, makes a wallet, and starts mining to your own address.

./mine.sh
.\mine.ps1
3

Back up your wallet

Your coins live in a wallet on your own disk. Copy the wallet folder from your MoonBite data directory somewhere safe. Lose it and the coins are gone — there is no recovery, by design.

A block's reward becomes spendable 100 blocks after you find it. That is standard coinbase maturity and it protects the chain.

Why one CPU thread? The node mines with one thread per CPU core, so an ordinary computer is competitive. RandomX is a CPU algorithm; specialised hardware has no edge.