|
Electroneum
|
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 |
Definition at line 198 of file cryptonote_config.h.
| uint64_t const config::CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX = 18018 |
Definition at line 201 of file cryptonote_config.h.
| uint64_t const config::CRYPTONOTE_PUBLIC_INTEGRATED_ADDRESS_BASE58_PREFIX = 18019 |
Definition at line 202 of file cryptonote_config.h.
| uint64_t const config::CRYPTONOTE_PUBLIC_SUBADDRESS_BASE58_PREFIX = 34402 |
Definition at line 203 of file cryptonote_config.h.
Definition at line 197 of file cryptonote_config.h.
| uint64_t const config::DEFAULT_FEE_ATOMIC_ETN_PER_KB = 500 |
Definition at line 195 of file cryptonote_config.h.
| uint8_t const config::FEE_CALCULATION_MAX_RETRIES = 10 |
Definition at line 196 of file cryptonote_config.h.
| uint32_t const config::GENESIS_NONCE = 10000 |
Definition at line 211 of file cryptonote_config.h.
| std::string const config::GENESIS_TX = "011201ff00011e026bc5c7db8a664f652d78adb587ac4d759c6757258b64ef9cba3c0354e64fb2e42101abca6a39c561d0897be183eb0143990eba201aa7d2c652ab0555d28bb4b70728" |
Definition at line 210 of file cryptonote_config.h.
| boost::uuids::uuid const config::NETWORK_ID |
Definition at line 207 of file cryptonote_config.h.
| uint16_t const config::P2P_DEFAULT_PORT = 26967 |
Definition at line 204 of file cryptonote_config.h.
| std::string const config::P2P_REMOTE_DEBUG_TRUSTED_PUB_KEY = "0000000000000000000000000000000000000000000000000000000000000000" |
Definition at line 199 of file cryptonote_config.h.
| uint16_t const config::RPC_DEFAULT_PORT = 26968 |
Definition at line 205 of file cryptonote_config.h.
| uint16_t const config::ZMQ_RPC_DEFAULT_PORT = 26982 |
Definition at line 206 of file cryptonote_config.h.