Skip to content

Faster miner, backend changes

Compare
Choose a tag to compare
@lwYeo lwYeo released this 21 Nov 15:29
· 33 commits to master since this release
9737b16

For HiveOS, refer to GuideForHiveOS.txt on how to get started.
For EthOS, refer to GuideForEthOS.txt on how to get started.
For other version of Linux (64 bit), follow these installation steps prior to launching.

For Windows 10 (64 bit), download and install .NET core 2.1 runtime (Windows x64) prior to launching.

Please refer to the readme here, and pool mining guide or solo mining guide.

GUI version (Windows 10 64 bit only) can be found at this link.

Note for solo mining:

  • The URL in web3api is for TESTING PURPOSE only, do change it to your geth node, or Infura account (about 5-10 rigs/instances per account or you may get rate-limited).
  • It is normal for miner to pause after submitted nonce with transaction ID, mining will resume upon the next new challenge receive.
  • Effective hashrate will be zero, until the first solution/share has been submitted.

Changes:

  • License change
  • Backend code changes (C++ to C#)
  • Improve error handling and code cleanup
  • Improved OpenCL and CPU hashrate (Probably the fastest AMD miner, as of this release date)
  • CPU now mineable concurrently with GPU/iGPU
  • Add 10 share delay offset for pool dev fee
  • Add gasApiMax parameter (for maximum gas price limit)
  • "ERC-541.abi" is now "0xBTC.abi"