upgrade 1.9.25 to 1.10.1
https://github.com/ethereum/go-ethereum/releases/tag/v1.10.1 https://github.com/ethereum/eth1.0-specs/blob/master/network-upgrades/berlin.md Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
1921fcfe98
commit
704d1e3d57
|
@ -4,11 +4,8 @@
|
|||
#geth_account_pass: ~
|
||||
#geth_account_json: ~
|
||||
|
||||
# Geth miner extra data
|
||||
geth_extra_data: '{{ hostname }}'
|
||||
|
||||
# Container config
|
||||
geth_cont_tag: 'v1.9.25'
|
||||
geth_cont_tag: 'v1.10.1'
|
||||
geth_cont_image: 'ethereum/client-go:{{ geth_cont_tag }}'
|
||||
geth_cont_name: 'geth'
|
||||
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
--cache={{ geth_cache_size }}
|
||||
{% endif %}
|
||||
--nousb
|
||||
--extradata={{ geth_extra_data }}
|
||||
--verbosity={{ geth_log_level_id }}
|
||||
--maxpeers={{ geth_max_peers }}
|
||||
--maxpendpeers="{{ geth_max_pend_peers }}"
|
||||
|
|
Loading…
Reference in New Issue