mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Rename --subscribe-all-data-column-subnets to --supernode and make it visible in help (#8083)
Rename `--subscribe-all-data-column-subnets` to `--supernode` as it's now been officially accepted in the spec. Also make it visible in help in preparation for the fusaka release. https://github.com/ethereum/consensus-specs/blob/dev/specs/fulu/p2p-interface.md#supernodes Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com>
This commit is contained in:
@@ -571,6 +571,13 @@ Flags:
|
||||
Subscribe to all subnets regardless of validator count. This will also
|
||||
advertise the beacon node as being long-lived subscribed to all
|
||||
subnets.
|
||||
--supernode
|
||||
Run as a voluntary supernode. This node will subscribe to all data
|
||||
column subnets, custody all data columns, and perform reconstruction
|
||||
and cross-seeding. This requires significantly more bandwidth,
|
||||
storage, and computation requirements but the node will have direct
|
||||
access to all blobs via the beacon API and it helps network resilience
|
||||
by serving all data columns to syncing peers.
|
||||
--validator-monitor-auto
|
||||
Enables the automatic detection and monitoring of validators connected
|
||||
to the HTTP API and using the subnet subscription endpoint. This
|
||||
|
||||
Reference in New Issue
Block a user