Getting odd 'build_broadcast_args' error
Posted: Mon Aug 30, 2021 12:32 am
When I tried my GMiner app today, I am getting an odd error that hasn't occurred before. Anyone know what the issue is?
My setup 'string':
Code: Select all
+----------------------------------------------------------------+
| GMiner v2.60 |
+----------------------------------------------------------------+
Algorithm: Ethash
DevFee: 0.65%
Stratum server:
host: prohashing.com:3358
user: [Sanitized]
password: l=4,i=e3_180,a=ethash-lowmemory,n=[Sanitized]
Power calculator: on
Color output: on
Watchdog: on
API: off
Log to file: off
Selected devices: GPU0
Intensity: 100
Temperature limits: 90/120
------------------------------------------------------------------
00:26:11 Nvidia Driver: 471.11
00:26:11 Connected to prohashing.com:3358 [50.220.121.209]
00:26:11 Authorized on Stratum Server
00:26:11 Connection Error: 'NoneType' object has no attribute 'build_broadcast_args'
00:26:17 Connected to prohashing.com:3358 [50.220.121.209]
00:26:17 Authorized on Stratum Server
00:26:17 Connection Error: 'NoneType' object has no attribute 'build_broadcast_args'
00:26:22 Connected to prohashing.com:3358 [50.220.121.209]
00:26:22 Authorized on Stratum Server
00:26:22 Connection Error: 'NoneType' object has no attribute 'build_broadcast_args'
00:26:22 All user mining pools are unavailable
00:26:22 Miner terminated, watchdog will restart process after 10 seconds
00:26:44 Miner terminated, watchdog will restart process after 10 seconds
Code: Select all
C:\GMiner>miner.exe --algo ethash --server prohashing.com:3358 --user [Sanitized] --pass l=4,i=e3_180,a=ethash-lowmemory,n=[Sanitized]