Siddarth Kumar 8196436575
fix: flag for data dir initialization
This change fixes errors like this :
Data dir already initialized with other network configuration
2025-02-06 22:32:12 +05:30
2024-12-27 20:34:59 +05:30
2024-11-26 17:54:25 +05:30

Description

This role provisions 2 benchmarking services that benchmark nimbus-eth1 clients. Short benchmark (a service that runs for 24 hours) Long benchmark (a service that runs for 1 week)

Status

systemctl status nimbus-eth1-mainnet-short-benchmark.service

Configuration

The crucial settings are:

# can be either `short` or `long`
nimbus_eth1_benchmark_type: 'short'
# path to template-db, needed for short benchmarking
nimbus_eth1_template_db: 'path/to/template-db'
# era1 files are necessary for import process to run
nimbus_eth1_era_dir: 'path/to/era-files'
# era files are necessary for import process to run
nimbus_eth1_era1_dir: 'path/to/era1-files'
Description
Ansible role for nimbus-eth1 benchmarking
https://github.com/status-im/nimbus-eth1
Readme
Languages
Jinja 100%