package
5.5.2+incompatible
Repository: https://github.com/r8d8/go-ethereum.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
Fatalf formats a message to standard error and exits the program.
Chain imports a blockchain.
MakeAccountManager creates an account manager from set command line flags.
MakeAddress converts an account specified directly as a hex encoded string or a key index in the key store to an internal account representation.
MakeBootstrapNodesFromContext 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.
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 Geth and returns half of the allowance to assign to the database.
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.
No description provided by the author
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.
MakeNAT creates a port mapper from set 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.
MakeSystemNode sets up a local node, configures the services to launch and assembles the P2P protocol stack.
MakeWSRpcHost creates the WebSocket RPC listener interface string from the set command line flags, returning empty if the HTTP endpoint is disabled.
MustMakeChainConfigFromDefaults reads the chain configuration from hardcode.
MustMakeChainDataDir retrieves the currently requested data directory including chain-specific subdirectory.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
AppHelpFlagAndCommandGroups is the application flags, grouped by functionality.
AppHelpTemplate is the test template for the default, global app help topic.
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
No description provided by the author
No description provided by the author
Errors.
No description provided by the author
Network Split 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
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
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
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 TODO Refactor CPU vs GPU mining flags.
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
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
General settings.
No description provided by the author
No description provided by the author
PrintStatusBasic implements the displayEventHandlerFn interface.
PrintStatusGreen implements the displayEventHandlerFn interface.
PrintStatusGreen implements the displayEventHandlerFn interface.
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
Version is the application revision identifier.
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.