
Start Mining Marscoin
Join the Martian Republic by mining MARS. Follow these steps to get started in minutes.
Get a Marscoin Wallet
You need a MARS wallet address to receive mining rewards. Wallet addresses start with the letter M.
Choose Your Mining Software
Pick a miner that matches your hardware. Marscoin uses the scrypt algorithm.
Configure and Run
Replace YOUR_MARS_ADDRESS with your wallet address and worker1 with any name for this miner.
./cpuminer -a scrypt -o stratum+tcp://mining-mars.com:3433 -u YOUR_MARS_ADDRESS.worker1 -p c=MARSMonitor Your Mining
Once your miner connects, you can track your hashrate, earnings, and workers by entering your wallet address on the dashboard.
Estimate your daily earnings based on your hashrate. These are approximations assuming current network conditions.
Daily
0.3929
MARS / day
Weekly
2.7503
MARS / week
Monthly
11.7871
MARS / month
Network difficulty: 1,000,000 | Block reward: 0.1953125 MARS | Block time: ~120s
Estimates assume constant difficulty and hashrate. Actual earnings may vary.
stratum+tcp://mining-mars.com:3433The password field in your miner configuration supports these options:
| Option | Example | Description |
|---|---|---|
c=SYMBOL | c=MARS | Select coin to mine |
d=DIFF | d=128 | Set fixed difficulty |
m=solo | m=solo | Enable solo mining mode |
m=party.NAME | m=party.mars | Join a party mining group |
Combine options with commas: c=MARS,d=128