package
1.11.1
Repository: https://github.com/jonkofee/go-ethereum.git
Documentation: pkg.go.dev

# Functions

CheckExclusive verifies that only a single instance of the provided flags was set by the user.
ExportAppendChain exports a blockchain into the specified file, appending to the file if data already exists in it.
ExportChain exports a blockchain into the specified file, truncating any data already present in the file.
ExportChaindata exports the given data type (truncating any data already present) in the file.
ExportPreimages exports all known hash preimages into the specified file, truncating any data already present in the file.
Fatalf formats a message to standard error and exits the program.
GetPassPhrase displays the given text(prompt) to the user and requests some textual data to be entered, but one which must not be echoed out into the terminal.
GetPassPhraseWithList retrieves the password associated with an account, either fetched from a list of preloaded passphrases, or requested interactively from the user.
No description provided by the author
ImportLDBData imports a batch of snapshot data into the database.
ImportPreimages imports a batch of exported hash preimages into the database.
MakeAddress converts an account specified directly as a hex encoded string or a key index in the key store to an internal account representation.
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.
MakeDataDir retrieves the currently requested data directory, terminating if none (or the empty string) is specified.
No description provided by the author
MakePasswordList reads password lines from the file specified by the global --password flag.
RegisterEthService adds an Ethereum client to the stack.
RegisterEthStatsService configures the Ethereum Stats daemon and adds it to the node.
RegisterFilterAPI adds the eth log filtering RPC API to the node.
RegisterGraphQLService adds the GraphQL API to the node.
No description provided by the author
SetDNSDiscoveryDefaults configures DNS discovery with the given URL if no URLs are set.
SetEthConfig applies eth-related command line flags to the config.
SetNodeConfig applies node-related command line flags to the config.
No description provided by the author
No description provided by the author
SplitAndTrim splits input separated by a comma and trims excessive white space from the substrings.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
Authenticated RPC HTTP 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
Performance tuning 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
DatabasePathFlags is the flag group of all database path flags.
General settings.
No description provided by the author
Dev mode.
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
Ethash 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
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
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
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
No description provided by the author
RPC settings.
No description provided by the author
Dump command options.
Console.
No description provided by the author
No description provided by the author
No description provided by the author
(Deprecated July 2021, shown in aliased flags section).
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
Light server and client settings.
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
Metrics flags.
No description provided by the author
No description provided by the author
MetricsHTTPFlag defines the endpoint for a stand-alone metrics HTTP endpoint.
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
Tags are part of every measurement sent to InfluxDB.
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
No description provided by the author
Miner settings.
No description provided by the author
No description provided by the author
NetworkFlags is the flag group of all built-in supported networks.
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
(Deprecated May 2020, shown in aliased flags section).
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
API options.
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
TestnetFlags is the flag group of all built-in supported testnets.
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
Transaction pool 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
Account settings.
No description provided by the author
EVM 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

# Interfaces

ChainDataIterator is an interface wraps all necessary functions to iterate the exporting chain data.