Files
lodestar/packages/cli
Phil Ngo c4ab7f0100 fix: bump discv5 to 11.0.4 (#8365)
**Motivation**

Users reported in the v1.34.0 release that changes in the release
created an issue when ipv6 and ipv4 ports were the same:

```
✖ Error: Timeout: Did not receive an init message from worker after 300000ms. Make sure the worker calls expose().
```

**Description**

This PR bumps discv5 from 11.0.3 to 11.0.4 which includes the fix to
binding ipv4 and ipv6 on the same port in dual stack mode.
See: https://github.com/ChainSafe/discv5/pull/318
2025-09-10 16:35:24 -04:00
..
2022-05-24 16:12:55 -05:00

Command Line Interface for Lodestar

Discord Eth Consensus Spec v1.5.0 ES Version Node Version

This package is part of ChainSafe's Lodestar project

Command line tool for Lodestar

Getting started

Lodestar

We have an experimental new CLI called lodestar which currently provides a subset of the lodestar CLI functionality.

Here's a quick list of the available CLI commands:

Command Description
./bin/lodestar init Write a configuration and network identity to disk, by default ./.lodestar
./bin/lodestar beacon Run a beacon node using a configuration from disk, by default ./.lodestar
./bin/lodestar account Run various sub-commands for creating/managing Ethereum Consensus accounts
./bin/lodestar validator Run one or more validator clients
./bin/lodestar dev Quickly bootstrap a beacon node and multiple validators. Use for development and testing
Append --help to any of these commands to print out all options for each command.

For full documentation on cli commands and options, see the Command Line Reference

License

Apache-2.0 ChainSafe Systems