mirror of
https://github.com/status-im/infra-role-geth.git
synced 2025-01-23 02:19:19 +00:00
docker: drop removed --miner.threads flag usage
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
e38af5b3ad
commit
136323e10f
@ -87,7 +87,6 @@ geth_bootnodes: []
|
||||
|
||||
# Mining settings
|
||||
geth_miner_enabled: false
|
||||
geth_miner_threads: '{{ ansible_processor_vcpus }}'
|
||||
geth_miner_account: '{{ geth_account_addr }}'
|
||||
|
||||
# Whisper protocol
|
||||
|
@ -50,7 +50,6 @@ services:
|
||||
{% endif %}
|
||||
{% if geth_miner_enabled %}
|
||||
--mine
|
||||
--miner.threads="{{ geth_miner_threads }}"
|
||||
--miner.etherbase="{{ geth_miner_account | mandatory }}"
|
||||
{% endif %}
|
||||
{% if geth_whisper_enabled %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user