Quick Start Guide
Get up and running with R3MES in minutes
Python Miner
1. Install Python Miner
Install the R3MES Python miner package
pip install r3mes2. Run Setup Wizard
Configure your miner with the setup wizard
r3mes-miner setup3. Start Mining
Start your miner and begin earning
r3mes-miner startGo Node
1. Build Go Node
Build the R3MES blockchain node
cd remes
make build2. Initialize Chain
Initialize your local chain
./build/remesd init mynode --chain-id remes-13. Start Node
Start the blockchain node
./build/remesd start