One command. Your machine helps validate the Marble Network and earns real MARBLE coins — automatically deposited to your wallet every hour.
Docker Desktop is free and available for Windows, macOS and Linux. If you already have it, skip this.
Or download Docker Desktop for Windows/macOS.
Your MARBLE earnings go here. Create one at the wallet page if you don't have one.
Replace YOUR_WALLET_ADDRESS with your N-address. That's it — the node starts, connects to the network, and begins earning.
💡 Node runs in background. Check status: docker logs marble-node
Enter your wallet address and click Register. The network will know your node is active and start crediting rewards.
The Docker container runs in strict read-only validator mode. It can only: sync blockchain headers, validate transaction signatures, and report uptime. It has zero access to the core blockchain state, private keys, or any server code. It cannot modify anything — enforced at the container level.
Your node independently verifies every transaction signature — ensuring nobody can fake a transfer. Each verification earns you MARBLE.
Nodes sync the latest block headers from each other, making the network resistant to single-point failures. More nodes = more resilient.
10 MARBLE per hour, direct to your wallet. No manual claiming needed — rewards are processed automatically every hour you're online.
The container is strictly sandboxed. No access to your filesystem beyond the data volume. No network access beyond the RPC endpoint.
Node uses ~100MB RAM and virtually no CPU at idle. Runs on any VPS, Raspberry Pi, or old laptop without affecting your other work.
Your node CANNOT submit transactions, modify balances, or change any blockchain state. It is a pure validator — enforced in code.