Configuration

All configuration options and parameters

Draft Documentation

This documentation is under development and may be incomplete or subject to change.

Overview

This reference documents all configuration options available for ComputeNet nodes and clients.

Draft Documentation

Configuration options are subject to change during development.

Configuration File

The default configuration file is config.toml in the data directory.

Node Section

OptionTypeDescription
namestringNode identifier
networkstringNetwork name (testnet, mainnet)
data_dirpathData storage directory

Network Section

OptionTypeDescription
listen_addrstringAddress to listen on
max_peersintegerMaximum peer connections
bootstraparrayBootstrap node addresses

Compute Section

OptionTypeDescription
max_concurrentintegerMax concurrent jobs
runtimesarraySupported runtimes
max_memory_mbintegerMemory limit per job

Environment Variables

All options can be overridden with environment variables using theCOMPUTENET_ prefix.