Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/docs/fundamentals/index.md

2.2 KiB

title description
Geth fundamentals Documentation for foundational Geth topics

This section includes documentation for foundational topics in Geth. The pages here will help you to understand how Geth works from a user perspective and under the hood.

This is where you will find information about how to manage a Geth node and understand how it functions.

For example, the pages here will help you to understand the underlying architecture of your Geth node, how to start it in different configurations using command line options, how to sync the blockchain and how to manage accounts. There is a page on security practices that will help you to keep your Geth node safe from adversaries.

Note also that there is a page explaining common log messages that are often queried on the Geth discord and GitHub - this will help users to interpret the messages displayed to the console and know what actions to take.

In this section

  • Node architecture: learn about the three components of an Ethereum node and how they fit together
  • Command line options: see the various command line options that can be used to configure Geth
  • Security: learn about basic security best-practises for Geth
  • Sync-modes: learn about the different ways Geth can sync the blockchain
  • Account management: read about how to manage accounts using Clef and Geth
  • Backup and restore: learn how to backup and restore data for a Geth instance
  • Logs: learn how to interpret the main log messages Geth displays in the console
  • Peer-to-peer: learn about Geth's peer-to-peer networking
  • Pruning: read about Geth's data pruning options
  • Private networks: learn hoe to set up a private network of multiple Geth nodes
  • Light clients: read about Geth's light mode.
  • Mining: read about the minign algorithms Geth used to use to secure Ethereum before the network switched to proof-of-stake.