Skip to content

nanominer v3.7.0

Compare
Choose a tag to compare
@Grumpy-Dwarf Grumpy-Dwarf released this 25 Aug 14:01
· 11 commits to master since this release
fb8d731
  • 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.