github berachain/bera-geth v1.011602.1-rc2
Bera Geth v1.011602.1-rc2

latest releases: v1.011602.3, v1.011602.3-rc0, v1.011602.2...
pre-release25 days ago

image

Bepolia ready for Pectra11. Prague1 support for BRIP-0002, BRIP-0004.

Binaries

System Architecture Binary PGP Signature Notes
amd64 bera-geth-linux-amd64-v1.011602.1-rc2-099a747d.tar.gz Signature Most Linux systems
arm64 bera-geth-linux-arm64-v1.011602.1-rc2-099a747d.tar.gz Signature 64-bit ARM systems
amd64 bera-geth-alltools-linux-amd64-v1.011602.1-rc2-099a747d.tar.gz Signature All tools bundle (amd64)
arm64 bera-geth-alltools-linux-arm64-v1.011602.1-rc2-099a747d.tar.gz Signature All tools bundle (arm64)
System Option - Resource
Docker ghcr.io/berachain/bera-geth

Verifying Binary Signatures

All release binaries are signed with PGP. To verify:

  1. Download the public key
  2. Import the key: gpg --import release.asc
  3. Verify the signature: gpg --verify <filename>.asc <filename>

Docker Images

Docker images are available at ghcr.io/berachain/bera-geth and are signed with Cosign.

To verify Docker images:

cosign verify ghcr.io/berachain/bera-geth:v1.011602.1-rc2

Installation

The archives contain the geth binary and license file. Extract and run:

tar -xzf bera-geth-linux-amd64-v1.011602.1-rc2-099a747d.tar.gz
./geth

The alltools archives additionally contain:

  • abigen - Source code generator for Ethereum contracts
  • evm - Developer utility for the Ethereum Virtual Machine
  • rlpdump - Developer utility for RLP data
  • clef - Ethereum account management tool

Don't miss a new bera-geth release

NewReleases is sending notifications on new releases.