Eth系节点安装

Ethereum

安装手册:https://github.com/eth-educators/eth-docker

  • 32 GiB of RAM - 16 GiB works but can be challenging depending on client mix
  • 4 CPU cores
  • 4TB “mainstream” SSD - TLC and DRAM.
    如 GCP 示例:

    8 vCPU: This means the virtual machine (VM) has 8 virtual Central Processing Units (vCPUs). A vCPU is a virtualized CPU that the VM uses to run processes. Each vCPU is a share of the physical CPU’s resources allocated to the VM.
    4 cores: This refers to the number of physical cores backing the virtual CPUs. In this case, the 8 vCPUs are mapped to 4 physical CPU cores. Typically, this implies that each physical core is hyper-threaded, meaning it can handle two threads simultaneously, effectively providing two vCPUs per core.

Linea

安装手册:https://docs.linea.build/developers/guides/run-a-node/use-docker

Polygon

安装手册:https://docs.polygon.technology/pos/how-to/full-node/full-node-docker/