Electroneum
config Namespace Reference

Namespaces

 stagenet
 
 testnet
 

Variables

uint64_t const DEFAULT_FEE_ATOMIC_ETN_PER_KB = 500
 
uint8_t const FEE_CALCULATION_MAX_RETRIES = 10
 
uint64_t const DEFAULT_DUST_THRESHOLD = ((uint64_t)1)
 
uint64_t const BASE_REWARD_CLAMP_THRESHOLD = ((uint64_t)100000000)
 
std::string const P2P_REMOTE_DEBUG_TRUSTED_PUB_KEY = "0000000000000000000000000000000000000000000000000000000000000000"
 
uint64_t const CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX = 18018
 
uint64_t const CRYPTONOTE_PUBLIC_INTEGRATED_ADDRESS_BASE58_PREFIX = 18019
 
uint64_t const CRYPTONOTE_PUBLIC_SUBADDRESS_BASE58_PREFIX = 34402
 
uint16_t const P2P_DEFAULT_PORT = 26967
 
uint16_t const RPC_DEFAULT_PORT = 26968
 
uint16_t const ZMQ_RPC_DEFAULT_PORT = 26982
 
boost::uuids::uuid const NETWORK_ID
 
std::string const GENESIS_TX = "011201ff00011e026bc5c7db8a664f652d78adb587ac4d759c6757258b64ef9cba3c0354e64fb2e42101abca6a39c561d0897be183eb0143990eba201aa7d2c652ab0555d28bb4b70728"
 
uint32_t const GENESIS_NONCE = 10000
 

Variable Documentation

◆ BASE_REWARD_CLAMP_THRESHOLD

uint64_t const config::BASE_REWARD_CLAMP_THRESHOLD = ((uint64_t)100000000)

Definition at line 198 of file cryptonote_config.h.

◆ CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX

uint64_t const config::CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX = 18018

Definition at line 201 of file cryptonote_config.h.

◆ CRYPTONOTE_PUBLIC_INTEGRATED_ADDRESS_BASE58_PREFIX

uint64_t const config::CRYPTONOTE_PUBLIC_INTEGRATED_ADDRESS_BASE58_PREFIX = 18019

Definition at line 202 of file cryptonote_config.h.

◆ CRYPTONOTE_PUBLIC_SUBADDRESS_BASE58_PREFIX

uint64_t const config::CRYPTONOTE_PUBLIC_SUBADDRESS_BASE58_PREFIX = 34402

Definition at line 203 of file cryptonote_config.h.

◆ DEFAULT_DUST_THRESHOLD

uint64_t const config::DEFAULT_DUST_THRESHOLD = ((uint64_t)1)

Definition at line 197 of file cryptonote_config.h.

◆ DEFAULT_FEE_ATOMIC_ETN_PER_KB

uint64_t const config::DEFAULT_FEE_ATOMIC_ETN_PER_KB = 500

Definition at line 195 of file cryptonote_config.h.

◆ FEE_CALCULATION_MAX_RETRIES

uint8_t const config::FEE_CALCULATION_MAX_RETRIES = 10

Definition at line 196 of file cryptonote_config.h.

◆ GENESIS_NONCE

uint32_t const config::GENESIS_NONCE = 10000

Definition at line 211 of file cryptonote_config.h.

◆ GENESIS_TX

std::string const config::GENESIS_TX = "011201ff00011e026bc5c7db8a664f652d78adb587ac4d759c6757258b64ef9cba3c0354e64fb2e42101abca6a39c561d0897be183eb0143990eba201aa7d2c652ab0555d28bb4b70728"

Definition at line 210 of file cryptonote_config.h.

◆ NETWORK_ID

boost::uuids::uuid const config::NETWORK_ID
Initial value:
= { {
0x04, 0xF8, 0x23, 0xE1, 0x66, 0xC2, 0xE3, 0xA4, 0xEA, 0x5D, 0xD1, 0x2C, 0x85, 0x8E, 0xC8, 0x39
} }

Definition at line 207 of file cryptonote_config.h.

◆ P2P_DEFAULT_PORT

uint16_t const config::P2P_DEFAULT_PORT = 26967

Definition at line 204 of file cryptonote_config.h.

◆ P2P_REMOTE_DEBUG_TRUSTED_PUB_KEY

std::string const config::P2P_REMOTE_DEBUG_TRUSTED_PUB_KEY = "0000000000000000000000000000000000000000000000000000000000000000"

Definition at line 199 of file cryptonote_config.h.

◆ RPC_DEFAULT_PORT

uint16_t const config::RPC_DEFAULT_PORT = 26968

Definition at line 205 of file cryptonote_config.h.

◆ ZMQ_RPC_DEFAULT_PORT

uint16_t const config::ZMQ_RPC_DEFAULT_PORT = 26982

Definition at line 206 of file cryptonote_config.h.