# Functions
No description provided by the author
No description provided by the author
No description provided by the author
Fatalf formats a message to standard error and exits the program.
No description provided by the author
No description provided by the author
MakeAddress converts an account specified directly as a hex encoded string or a key index in the key store to an internal account representation.
MakeBootstrapNodes creates a list of bootstrap nodes from the command line flags, reverting to pre-configured ones if none have been specified.
MakeBootstrapNodesV5 creates a list of bootstrap nodes from the command line flags, reverting to pre-configured ones if none have been specified.
MakeChain creates a chain manager from set command line flags.
MakeChainConfig reads the chain configuration from the database in ctx.Datadir.
MakeChainConfigFromDb reads the chain configuration from the given database.
MakeChainDatabase open an LevelDB using the flags passed to the client and will hard crash if it fails.
MakeConsolePreloads retrieves the absolute paths for the console JavaScript scripts to preload before starting.
MakeDatabaseHandles raises out the number of allowed file handles per process for Gubiq and returns half of the allowance to assign to the database.
MakeDataDir retrieves the currently requested data directory, terminating if none (or the empty string) is specified.
MakeDiscoveryV5Address creates a UDP listening address string from set command line flags for the V5 discovery protocol.
MakeEtherbase retrieves the etherbase either from the directly specified command line flags or from the keystore if CLI indexed.
MakeHTTPRpcHost creates the HTTP RPC listener interface string from the set command line flags, returning empty if the HTTP endpoint is disabled.
MakeIPCPath creates an IPC path configuration from the set command line flags, returning an empty string if IPC was explicitly disabled, or the set path.
MakeListenAddress creates a TCP listening address string from set command line flags.
MakeMinerExtra resolves extradata for the miner from the set command line flags or returns a default one composed on the client, runtime and OS metadata.
MakeNAT creates a port mapper from set command line flags.
MakeNode configures a node with no services from command line flags.
MakeNodeKey creates a node key from set command line flags, either loading it from a file or as a specified hex value.
MakePasswordList reads password lines from the file specified by --password.
MakeRPCModules splits input separated by a comma and trims excessive white space from the substrings.
MakeWSRpcHost creates the WebSocket RPC listener interface string from the set command line flags, returning empty if the HTTP endpoint is disabled.
NewApp creates an app with sane defaults.
RegisterEthService configures eth.Ethereum from command line flags and adds it to the given node.
RegisterEthStatsService configures the Ethereum Stats daemon and adds it to th egiven node.
RegisterShhService configures Whisper and adds it to the given node.
SetupNetwork configures the system for either the main net or some test network.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
Performance tuning settings.
General settings.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Logging and debug settings.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Gas price oracle settings.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ATM the url is left to the user and deployment to.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Network Settings.
No description provided by the author
No description provided by the author
No description provided by the author
Miner settings.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RPC settings.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Account settings.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Custom cli.Flag type which expand the received string to an absolute path.
Custom type which is registered in the flags library which cli uses for argument parsing.