Network is Live

Run a Node.
Earn MARBLE.

One command. Your machine helps validate the Marble Network and earns real MARBLE coins — automatically deposited to your wallet every hour.

▶ Start in 60 seconds How it works
Active Nodes
10
MARBLE / hr
Read-only
Code Access
Free
Always
Quick Start
One command to join.
No technical knowledge needed. Docker runs the node in isolation — you can never break anything, and we can never touch your machine.
1

Install Docker

Docker Desktop is free and available for Windows, macOS and Linux. If you already have it, skip this.

# Ubuntu/Debian curl -fsSL https://get.docker.com | sh

Or download Docker Desktop for Windows/macOS.

2

Get your wallet address

Your MARBLE earnings go here. Create one at the wallet page if you don't have one.

Create Wallet →
3

Run the node

Replace YOUR_WALLET_ADDRESS with your N-address. That's it — the node starts, connects to the network, and begins earning.

docker run -d --name marble-node --restart unless-stopped \
  -e WALLET=YOUR_N_ADDRESS \
  -e NETWORK=mainnet \
  -e RPC_ENDPOINT=http://server:8090 \
  marbleblockchain/node:latest

💡 Node runs in background. Check status: docker logs marble-node

4

Register below to start earning

Enter your wallet address and click Register. The network will know your node is active and start crediting rewards.

🔒

Your code is 100% safe

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.

Node Registration
Register & Track Earnings

✅ Node registered!

Your node will earn 10 MARBLE/hr while active. Send heartbeats every 5 minutes to maintain active status.

🌐 Active Nodes

Node Address Earned · Uptime · Status
No nodes registered yet. Be the first!
How it Works
Validate. Earn. Repeat.
Your node helps the network stay decentralized by independently verifying every transaction.
🔍

Transaction Validation

Your node independently verifies every transaction signature — ensuring nobody can fake a transfer. Each verification earns you MARBLE.

📡

Peer-to-Peer Sync

Nodes sync the latest block headers from each other, making the network resistant to single-point failures. More nodes = more resilient.

💰

Automatic Rewards

10 MARBLE per hour, direct to your wallet. No manual claiming needed — rewards are processed automatically every hour you're online.

🐳

Docker Isolation

The container is strictly sandboxed. No access to your filesystem beyond the data volume. No network access beyond the RPC endpoint.

Ultra-light

Node uses ~100MB RAM and virtually no CPU at idle. Runs on any VPS, Raspberry Pi, or old laptop without affecting your other work.

🛡️

Read-Only Enforced

Your node CANNOT submit transactions, modify balances, or change any blockchain state. It is a pure validator — enforced in code.