Skip to content

DevConfig

Runtime configuration values used to bootstrap a Genius node instance.

#include <GeniusNode.hpp>

Public Attributes

Name
std::string Addr
Developer payout address.
std::string DevFraction
Developer's share of each subtask payout, as a decimal string ("0.35" = 35%).
std::string TokenValueInGNUS
Conversion rate used for child-token.
sgns::TokenID TokenID
Child token identifier configured for this node.
std::string BaseWritePath
Base directory for node databases, logs, and account storage.

Public Attributes Documentation

variable Addr

std::string Addr;

Developer payout address.

variable DevFraction

std::string DevFraction;

Developer's share of each subtask payout, as a decimal string ("0.35" = 35%).

variable TokenValueInGNUS

std::string TokenValueInGNUS;

Conversion rate used for child-token.

variable TokenID

sgns::TokenID TokenID;

Child token identifier configured for this node.

variable BaseWritePath

std::string BaseWritePath;

Base directory for node databases, logs, and account storage.


Updated on 2026-09-15 at 17:28:59 +0000