From a7ba8a479699e687c83435dbc00a476781f0b648 Mon Sep 17 00:00:00 2001 From: Theo Date: Tue, 24 Dec 2024 18:22:38 +0900 Subject: [PATCH] change geth script with no miner --- ops/scripts/geth.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ops/scripts/geth.sh b/ops/scripts/geth.sh index 3e71ef3bb..ee485e729 100755 --- a/ops/scripts/geth.sh +++ b/ops/scripts/geth.sh @@ -48,6 +48,4 @@ exec geth \ --password ./password \ --allow-insecure-unlock \ --unlock $BLOCK_SIGNER_ADDRESS \ - --mine \ - --miner.etherbase $BLOCK_SIGNER_ADDRESS \ "$@"