You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current configuration of nimbus.mainnet fleet makes use of a single EL node per four BN nodes:
[email protected]:~ % docker ps
CONTAINER ID NAMES IMAGE CREATED STATUS
6d9405b66f0c geth-mainnet-node ethereum/client-go:v1.14.6 2 weeks ago Up 2 weeks
5e515764ecbf geth-mainnet-exporter statusteam/geth_exporter:latest 2 months ago Up 2 months
This is considered not a supported setup and means effectively that developers refuse to debug it since it's not considered valid.
We would need to extend the storage to accommodate 4 Geth nodes:
[email protected]:~ % sudo du -hsc /docker/geth-mainnet
1.5T /docker/geth-mainnet
1.5T total
Which would probably require at least 8 TB of storage.
The text was updated successfully, but these errors were encountered:
Current configuration of
nimbus.mainnet
fleet makes use of a single EL node per four BN nodes:This is considered not a supported setup and means effectively that developers refuse to debug it since it's not considered valid.
We would need to extend the storage to accommodate 4 Geth nodes:
Which would probably require at least 8 TB of storage.
The text was updated successfully, but these errors were encountered: