mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-18 17:52:17 +00:00
nimbus.ropsten: use authrpc port with beacon nodes
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
fc23654e8a
commit
c1c261a083
@ -4,12 +4,11 @@ geth_service_name: 'nimbus-ropsten-{{ "%02d"|format(idx|int+1) }}'
|
||||
geth_network_name: 'ropsten'
|
||||
geth_sync_mode: 'snap'
|
||||
geth_log_level_name: info
|
||||
geth_websocket_enable: true
|
||||
# Enable engine API¬
|
||||
geth_rcp_api: 'eth,net,web3,personal,admin,engine'
|
||||
geth_websocket_api: 'eth,net,web3,personal,admin,engine'
|
||||
# Geth auth
|
||||
geth_account_pass: '{{lookup("bitwarden", "nimbus/geth", field="password")}}'
|
||||
geth_authrpc_jwtsecret: '{{lookup("bitwarden", "nimbus/jwt-token")}}'
|
||||
# Allow connections from our VPN
|
||||
geth_websocket_origins: '*'
|
||||
# Memory settings¬
|
||||
@ -27,8 +26,7 @@ geth_metrics_port: '{{ 6060 + idx|int + 11 }}'
|
||||
geth_rpc_enabled: true
|
||||
geth_rpc_addr: '0.0.0.0'
|
||||
geth_rpc_port: '{{ 8545 + idx|int + 11 }}'
|
||||
geth_websocket_enabled: true
|
||||
geth_websocket_addr: '0.0.0.0'
|
||||
geth_authrpc_port: '{{ 8551 + (idx|int) + 1 }}'
|
||||
geth_websocket_port: '{{ 9546 + idx|int + 11 }}'
|
||||
|
||||
# Beacon Nodes
|
||||
@ -41,7 +39,8 @@ beacon_node_build_frequency: 'daily'
|
||||
beacon_node_validator_monitor_auto: true
|
||||
beacon_node_validator_monitor_totals: true
|
||||
# HTTP RPC support is unstable
|
||||
beacon_node_web3_urls: ['ws://localhost:{{ geth_websocket_port }}']
|
||||
beacon_node_web3_urls: ['ws://localhost:{{ geth_authrpc_port }}']
|
||||
beacon_node_web3_jwt_secret: '{{ geth_authrpc_jwtsecret }}'
|
||||
beacon_node_extra_flags: ['--terminal-total-difficulty-override=50000000000000000']
|
||||
# Validators from nimbus-private repo
|
||||
beacon_node_dist_validators_enabled: '{{ node.start is defined and node.end is defined }}'
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
- name: infra-role-wireguard
|
||||
src: git@github.com:status-im/infra-role-wireguard.git
|
||||
version: 544b1f0435d5ca47168236c42b6a077c44d5eb4a
|
||||
version: cd61becfa410bebc261c76d900e9036db5e0d41c
|
||||
scm: git
|
||||
|
||||
- name: oauth-proxy
|
||||
@ -111,7 +111,7 @@
|
||||
|
||||
- name: infra-role-geth
|
||||
src: git@github.com:status-im/infra-role-geth.git
|
||||
version: dcc07cdefec77267cf4f52a56489e659cb6d504a
|
||||
version: c2f7fac2a0c2a36bfbf4aa0c0c46dfea2f875b6c
|
||||
scm: git
|
||||
|
||||
- name: infra-role-geth-exporter
|
||||
|
Loading…
x
Reference in New Issue
Block a user