- Added Intel Arc support for ethash.
- Added automatic switch from ETH to ETC when ETH moves to PoS.
Intel Arc a380 ethash hashrate: 10.2 MH/s without OC.
Automatic switch is configured by switchToEtc
. In case of mining on exchange wallet or any another custodial wallet switchToEtc
should be false
.
To enable automatic switch add the following line into the config:
switchToEtc = true
To disable automatic switch add the following line into the config:
switchToEtc = false
The default value is true
.