30 #ifndef DAEMON_COMMAND_LINE_ARGS_H
31 #define DAEMON_COMMAND_LINE_ARGS_H
43 ,
"Specify configuration file"
47 if (testnet_stagenet[0] && defaulted)
50 else if (testnet_stagenet[1] && defaulted)
62 if (testnet_stagenet[0] && defaulted)
65 else if (testnet_stagenet[1] && defaulted)
73 ,
"Specify maximum log file size [B]"
78 ,
"Specify maximum number of rotated log files to be saved (no limit by setting to 0)"
92 ,
"OS for which this executable was compiled"
96 ,
"Max number of threads to use for a parallel job"
102 ,
"Allow other users to use the node as a remote (restricted RPC mode, view-only commands) and advertise it over P2P"
108 ,
"IP for ZMQ RPC server to listen on"
114 ,
"Port for ZMQ RPC server to listen on"
118 if (testnet_stagenet[0] && defaulted)
120 if (testnet_stagenet[1] && defaulted)
128 ,
"Disable ZMQ RPC server"
#define MAX_LOG_FILE_SIZE
uint16_t const ZMQ_RPC_DEFAULT_PORT
uint16_t const ZMQ_RPC_DEFAULT_PORT
uint16_t const ZMQ_RPC_DEFAULT_PORT
const command_line::arg_descriptor< bool, false > arg_testnet_on
const command_line::arg_descriptor< bool, false > arg_stagenet_on
const command_line::arg_descriptor< std::string, false, true, 2 > arg_log_file
const command_line::arg_descriptor< std::size_t > arg_max_log_files
std::string const WINDOWS_SERVICE_NAME
const command_line::arg_descriptor< std::string > arg_log_level
const command_line::arg_descriptor< std::string, false, true, 2 > arg_config_file
const command_line::arg_descriptor< bool > arg_public_node
const command_line::arg_descriptor< bool > arg_os_version
const command_line::arg_descriptor< std::vector< std::string > > arg_command
const command_line::arg_descriptor< bool > arg_zmq_rpc_disabled
const command_line::arg_descriptor< std::string, false, true, 2 > arg_zmq_rpc_bind_port
const command_line::arg_descriptor< std::string > arg_zmq_rpc_bind_ip
const command_line::arg_descriptor< unsigned > arg_max_concurrency
const command_line::arg_descriptor< std::size_t > arg_max_log_file_size
boost::filesystem::path get_default_data_dir()
std::string to_string(t_connection_type type)