2020-11-24 15:14:15 +00:00
|
|
|
---
|
2021-03-29 11:27:00 +00:00
|
|
|
# This will be is used instead of Infura for Eth2 Mainnet Nimbus nodes.
|
2020-11-24 15:14:15 +00:00
|
|
|
|
|
|
|
# Syncing can use a lot of mamory
|
|
|
|
swap_file_size_mb: 4096
|
|
|
|
|
|
|
|
# Geth node
|
2021-03-29 11:27:00 +00:00
|
|
|
geth_service_name: 'nimbus-mainnet'
|
2020-11-24 15:14:15 +00:00
|
|
|
geth_network_name: 'mainnet'
|
2020-11-24 16:18:21 +00:00
|
|
|
geth_sync_mode: 'fast'
|
2020-11-24 15:14:15 +00:00
|
|
|
geth_log_level_name: info
|
|
|
|
geth_websocket_enabled: true
|
|
|
|
# Geth auth
|
2021-08-13 20:05:12 +00:00
|
|
|
geth_account_pass: '{{lookup("bitwarden", "nimbus/geth", field="password")}}'
|
2021-05-19 12:11:45 +00:00
|
|
|
# Allow connections from our VPN
|
2020-12-04 17:04:04 +00:00
|
|
|
geth_websocket_origins: '*'
|
2020-11-24 15:14:15 +00:00
|
|
|
# Memory settings
|
|
|
|
geth_cont_mem_ratio: 0.7
|
|
|
|
|
|
|
|
# Geth metrics
|
2021-03-29 11:27:00 +00:00
|
|
|
geth_expo_service_name: '{{ geth_service_name }}'
|
|
|
|
geth_expo_source_cont_name: '{{ geth_cont_name }}'
|
|
|
|
geth_expo_source_data_path: '{{ geth_cont_vol }}/data'
|
2020-11-24 15:14:15 +00:00
|
|
|
|
|
|
|
# Ports
|
|
|
|
geth_port: 30303
|
|
|
|
geth_rpc_port: 8545
|
|
|
|
geth_websocket_port: 8546
|
|
|
|
geth_expo_cont_port: 9200
|
2021-08-11 17:54:36 +00:00
|
|
|
|
|
|
|
# Open Ports
|
|
|
|
open_ports_default_comment: 'Geth Metrics'
|
|
|
|
open_ports_default_chain: 'VPN'
|
|
|
|
open_ports_list:
|
|
|
|
- { port: '{{ geth_expo_cont_port }}', ipset: 'metrics.hq' }
|
2021-08-19 13:32:59 +00:00
|
|
|
- { port: '{{ geth_websocket_port }}', ipset: 'nimbus.mainnet' }
|