# Functions
DefaultConfig returns the default cryptixd configuration.
LoadConfig initializes and parses the config using a config file and command line options.
# Constants
DefaultConnectTimeout is the default connection timeout when dialing.
DefaultMaxOrphanTxSize is the default maximum size for an orphan transaction.
DefaultMaxRPCClients is the default max number of RPC clients.
# Variables
DefaultAppDir is the default home directory for cryptixd.
RunServiceCommand is only set to a real function on Windows.
# Structs
Config defines the configuration options for cryptixd.
Flags defines the configuration options for cryptixd.
NetworkFlags holds the network configuration, that is which network is selected.
ServiceOptions defines the configuration options for the daemon as a service on Windows.