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 r3mes

2. Run Setup Wizard

Configure your miner with the setup wizard

r3mes-miner setup

3. Start Mining

Start your miner and begin earning

r3mes-miner start

Go Node

1. Build Go Node

Build the R3MES blockchain node

cd remes
make build

2. Initialize Chain

Initialize your local chain

./build/remesd init mynode --chain-id remes-1

3. Start Node

Start the blockchain node

./build/remesd start