Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 4.1c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
PhoenixMiner
on 16/03/2019, 08:33:02 UTC
The second release of the 4.2 is ready (still beta). You can download PhoenixMiner 4.2b from here:

https://mega.nz/#F!qUVxXCTR!ypvqN5IduTpHAHYFelfdrQ  (MEGA)

If you want to check the integrity of the downloaded file, please use the following hashes:
Code:
    File: PhoenixMiner_4.2b_Windows.zip
    ===================================
   SHA-1: dc9615aea1c6adaaa100422f474c12c801957aec
 SHA-256: f07783c10bfcd2e9d66bb9939c1488fc5ba61e55f6b4e9164abed91101c418ba
 SHA-512: 5bc329a080691a6e6b90aebc995bcd3ee9af93403b412cb1cc2a580abca6b7ab014e6e3a8370c4c0004c05ecf0f3c78062bda2317b276359371421bb8d268117

    File: PhoenixMiner_4.2b_Linux.tar.gz
    ====================================
   SHA-1: 07f078f544e9257944a9b60e3056c9ade42b093f
 SHA-256: ecafbec208f1e67e704674a3dbe52669600552baf6516d3b28c30367d33522ac
 SHA-512: 9d0ec314690e7c06fff8deb416a5d3eeca33ed9561f362f4f7a9dcd355edc8141f565d8c70db2cd428a0d86a811fae6b77d01abfbd6360a6e3b4c3b48cc9c069

Here are the changes for this release:

  • Fixed the issue with Nvidia RTX20x0 and 1660 cards not working with 4.2a
  • Fixed the problem with the watchdog timer when solo mining
  • Added support for Windows AMD drivers 19.3.2
  • Small bugfixes

Here are the changes from 4.1c to 4.2a:

  • Added support for dual mining Ethash and Blake2s on Nvidia GPUs
  • Added experimental support for ProgPOW mining of Bitcoin Interest (BCI). Note that the kernels are not optimized and only work on AMD. You must add -coin bci to the command line (or COIN: bci to your epools.txt file) in order to mine BCI.
  • Added support for EthereumStratum/2.0.0 protocol (use -proto 5 if the pool requires it).
  • AMD hardware control code was rewritten, now should be more stable and work on older cards too
  • Added command-line option -fcm to set the way fans are controlled (AMD/Windows only). The possible values are 0 (auto; the default behavior), 1 (use VBIOS/driver), 2 (force custom control of the fans regardless of VBIOS/drivers fan curves, etc). Use -fcm 2 if the  fans are not controlled properly or at all
  • Added support for Radeon VII
  • Added support for AMD drivers up to 19.3.1
  • Added new command-line option -nvkernel to select the old (v1) or new (v2) CUDA kernels. The possible values are 0 (auto; the default), 1 (use the old v1 CUDA kernels from PhoenixMiner 3.5), 2 (use the new v2 kernels, which were introduced with PhoenixMiner 4.0). This was added because there were some complains that the new kernels are running slower on some Nvidia cards. Note that v1 CUDA kernels doesn't support dual mining.
  • Increased the maximum supported DAG epoch to 329. This should be fine for at least a year or so.
  • Added support for direct mining without DAG switching of Yocoin (YOC), Bitcoiin2Gen (B2G), Ethersocial (ESN), Atheios (ATH), and REOSC. See the -coin parameter in Readme.txt for more information.
  • Other small improvements and fixes.

Here is an example command-line for mining BCI (ProgPOW) - be sure to change YourBciWalletAddress with your actual BCI wallet address:
Code:
PhoenixMiner.exe -pool eu-1.pool.bci-server.com:3869 -wal YourBciWalletAddress.Rig1 -coin bci -proto 1