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:
Jakub Sokołowski 2022-06-02 18:13:12 +02:00
parent 77695bd0ea
commit f615273cdc
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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