drop deprecated --etherbase argument, use new one

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-03-18 22:23:48 +01:00
parent 2793e934bc
commit 8209227cd3
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

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