Mining

Subnet 1 mining guide

Miner Documentation

Overview

Apex drives algorithmic innovation across diverse problem domains. Each pursuit of the best solution takes place within a Competition, which consists of multiple Rounds of evaluation. Participants, known as miners, join Competitions by submitting their Python-based algorithms through the Apex CLI and earn rewards based on their performance.

Prerequisites

To setup a miner on Apex you will need the following:

Setting Up the Environment

To get started, clone the repo and run ./install_cli.sh then activate the environment created by running source .venv/bin/activate

Creating Your Solutions:

Miners are encouraged to review the baseline solutions for available competitions before submitting their own. All baseline solutions and general submission templates can be found in their respective competition folders within shared/competition/src/competition.

You should keep all function signatures identical to the baseline to ensure that your submission can be evaluated properly.

Submitting Your Solutions

To understand the current competitions and their scoring guidlelines: Current Competitions

To use the CLI to submit miner solutions, pull previous winning submissions, and view the submission dashboard: CLI Usage

Last updated