From cb3571dcf446815892892e870e12b28017cf2452 Mon Sep 17 00:00:00 2001 From: Hussam Date: Wed, 13 Mar 2024 11:29:37 -0500 Subject: [PATCH] CPU miner is not compatible with proxy, remove from config --- config/config.yaml.dist | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/config.yaml.dist b/config/config.yaml.dist index 69707fa..4c4fab0 100644 --- a/config/config.yaml.dist +++ b/config/config.yaml.dist @@ -1,9 +1,3 @@ -# Connection details for proxy -Proxy: False -ProxyURL: "127.0.0.1:8008" -RewardAddress: "0x0000000000000000000000000000000000000001" -Password: "password" - # Connection details for solo mining Location: [0,0] PrimeURL: "ws://127.0.0.1:8001"