drop deprecated --etherbase argument, use new one
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
2793e934bc
commit
8209227cd3
|
@ -21,7 +21,6 @@
|
||||||
- '{{ miner_main_port }}:{{ miner_main_port }}'
|
- '{{ miner_main_port }}:{{ miner_main_port }}'
|
||||||
command: |
|
command: |
|
||||||
--{{ miner_network | mandatory }}
|
--{{ miner_network | mandatory }}
|
||||||
--etherbase="{{ miner_base_account_addr | mandatory }}"
|
|
||||||
--datadir=/data
|
--datadir=/data
|
||||||
--shh
|
--shh
|
||||||
--shh.pow={{ miner_shh_pow }}
|
--shh.pow={{ miner_shh_pow }}
|
||||||
|
@ -34,5 +33,6 @@
|
||||||
--lightserv="{{ miner_lightserv }}"
|
--lightserv="{{ miner_lightserv }}"
|
||||||
--mine
|
--mine
|
||||||
--miner.threads="{{ ansible_processor_vcpus }}"
|
--miner.threads="{{ ansible_processor_vcpus }}"
|
||||||
|
--miner.etherbase="{{ miner_base_account_addr | mandatory }}"
|
||||||
volumes:
|
volumes:
|
||||||
- '{{ miner_cont_vol }}/data:/data:rw'
|
- '{{ miner_cont_vol }}/data:/data:rw'
|
||||||
|
|
Loading…
Reference in New Issue