From 80559598b9cd8c7e2d2e74f2cccc215ac1b320bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 19 Mar 2019 23:11:47 +0100 Subject: [PATCH] fix miner listeing port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/roles/geth-miner/tasks/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/geth-miner/tasks/container.yml b/ansible/roles/geth-miner/tasks/container.yml index 223d363..b3511c5 100644 --- a/ansible/roles/geth-miner/tasks/container.yml +++ b/ansible/roles/geth-miner/tasks/container.yml @@ -16,7 +16,7 @@ --networkid={{ miner_network_id }} --datadir=/data --password=/data/keystore/faucet.pass - --port={{ faucet_geth_main_port }} + --port={{ miner_main_port }} --v5disc --shh --shh.pow={{ miner_shh_pow }}