mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-12 23:04:40 +00:00
nimbus.ropsten: lower TTD to 50000000000000000
"Here’s an update on the Ropsten TTD: we’ve chosen to use a value of 50000000000000000. At the current hash rate, it would hit in several weeks. That said, the EF will rent hash rate itself and work with partners to accelerate things. With a modest increase in hash rate, we should be able to make the Ropsten Merge happen on June 8/9. If your team is running any validators, please perform a TTD override to 50000000000000000 on them ASAP." Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
77695bd0ea
commit
f615273cdc
@ -8,7 +8,7 @@ geth_network_name: 'ropsten'
|
||||
geth_sync_mode: 'snap'
|
||||
geth_log_level_name: info
|
||||
geth_websocket_enabled: true
|
||||
geth_extra_flags: ['--override.terminaltotaldifficulty 100000000000000000000000']
|
||||
geth_extra_flags: ['--override.terminaltotaldifficulty=50000000000000000']
|
||||
# Geth auth
|
||||
geth_account_pass: '{{lookup("bitwarden", "nimbus/geth", field="password")}}'
|
||||
# Allow connections from our VPN
|
||||
|
@ -10,7 +10,7 @@ beacon_node_validator_monitor_auto: true
|
||||
beacon_node_validator_monitor_totals: true
|
||||
# HTTP RPC support is unstable
|
||||
beacon_node_web3_urls: '{{ beacon_node_web3_urls_all | reject("match", "^http://") }}'
|
||||
|
||||
beacon_node_extra_flags: ['--terminal-total-difficulty-override=50000000000000000']
|
||||
# Light client data
|
||||
beacon_node_light_client_data_enabled: true
|
||||
beacon_node_light_client_data_serve: true
|
||||
|
@ -46,17 +46,17 @@
|
||||
|
||||
- name: infra-role-beacon-node-linux
|
||||
src: git@github.com:status-im/infra-role-beacon-node-linux.git
|
||||
version: 1da64ec23c0e81e2d6de818a91b2bb451043c09b
|
||||
version: a573ab89f2a75a7c80ba98e254b26644b9eb2fb2
|
||||
scm: git
|
||||
|
||||
- name: infra-role-beacon-node-windows
|
||||
src: git@github.com:status-im/infra-role-beacon-node-windows.git
|
||||
version: c2f22db04bcbe8e16ad2a01aaef76d20cba566f7
|
||||
version: f7b8578873dff723784aca9bd550f1f0dc32a9c1
|
||||
scm: git
|
||||
|
||||
- name: infra-role-beacon-node-macos
|
||||
src: git@github.com:status-im/infra-role-beacon-node-macos.git
|
||||
version: 290984b363eefb77755d94c073aa738f606da1c3
|
||||
version: 159f8e6bf078e33a7901ba03c7c4225093e23d86
|
||||
scm: git
|
||||
|
||||
- name: infra-role-nimbus-eth1
|
||||
|
Loading…
x
Reference in New Issue
Block a user