Start Mining
Choose your path to start mining Moneta. Whether you prefer a graphical interface or building from source, we have you covered.
Choose Your Path
Windows GUI
Recommended
Best for most users. Download, install, and start mining with a user-friendly graphical interface.
Download GUIBuild from Source
Advanced
For developers and contributors. Requires a compiler and build tools. Full control over the build process.
View InstructionsMining with the Windows GUI
Download the Moneta GUI
Get the latest release for your operating system from the downloads page.
Start the Node
Launch the application and wait for the node to sync with the network.
Create or Open a Wallet
Create a new wallet or import an existing one to receive mining rewards.
Start Mining
Click the mining button and watch your CPU contribute to the network.
Mining Notes
- CPU mining only - no GPU or ASIC support
- Adjust thread count based on your CPU cores
- Use spare resources only - mining uses significant CPU power
Mining from Source (Advanced)
This method requires a compiler and build tools
Make sure you have GCC, Make, and other standard build tools installed on your system.
git clone https://github.com/moneta/moneta.gitcd moneta && make./monetad --seed-node=seed.monetachain.network:34570./moneta-wallet-cli --generate-new-wallet=my_wallet./monetad start_mining <wallet_address> <threads>Seed Node
Connect to the network using the official seed node:
seed.monetachain.network:34570Troubleshooting
Node not syncing
Ensure your firewall allows connections on port 34570. Check that the seed node is reachable.
Low hashrate
Adjust thread count to match your CPU cores. Leave some threads free for system stability.
Wallet not showing balance
Wait for the node to fully sync. Balance will appear once the blockchain is up to date.
Connection refused
Check if another instance is running. The daemon uses exclusive port access.