Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 4.0b: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
PhoenixMiner
on 09/01/2019, 06:49:18 UTC
The first beta of the 4.1 is ready. You can download PhoenixMiner 4.1a from here:

https://mega.nz/#F!rBl1yAAb!rg8bMElB-cT1MwjKJNY2tQ  (MEGA)

If you want to check the integrity of the downloaded file, please use the following hashes:
Code:
    File: PhoenixMiner_4.1a_Windows.zip
    ===================================
   SHA-1: 4ffa1fb84c351cd040386120f1b40f1724fdb3ab
 SHA-256: 9940a8644293a73aa2d4f75152a3a5fde95610d2d168bcf882aff6f06af4beeb
 SHA-512: fc34724cf4b841c145f04e0fdc59df6261fa715466ccdb1f430a2ca7584b7ab2da0e24b3832815f813dbbc27dc5c517b3c315897d420c2d0644f02b54236ee45

    File: PhoenixMiner_4.1a_Linux.tar.gz
    ====================================
   SHA-1: e5d265ee97000e4e231d8c5af3ebbc2d5abeb9bc
 SHA-256: 8875882c2ff7714eafd26c11aa68115ff453159b2a3ca8464469dd3c1f7c3b22
 SHA-512: f2527a598bb2875c127331a785c91907dc2b3eadd1115308c0ad42f762f9c8adc06b87934f0488fb337354b47b43df60c630478555508590182c4916d87d237e

Here are the release notes for this release:

  • Added faster "turbo" kernels (-clkernel 3) for AMD 470/480/570/580 GPUs. These are usually faster than normal kernels (-clkernel 1 or -clkernel 2) but require double the amount of VRAM. This means that you can only use them on 8 GB cards if mining ETH or ETC. You can use them on cards with 4 GB or less VRAM only if you are mining low DAG epoch coins.
  • Added Blake2s dual mining kernels, and green kernels for AMD Fury GPUs
  • Added Blake2s dual mining kernels for AMD 280/285/290/380/390 GPUs
  • New faster kernels for AMD 280/290/390 GPUs
  • Added alternative kernels (-clkernel 2) for AMD 280 GPUs
  • Added options -pauseat and -resumeat for scheduled pausing and resuming of the miner. Example: -resumeat 22:00 -pauseat 6:00 - the miner will mine only between 22:00 and 6:00. Example 2: -resumeat 22:00,12:00 -pauseat 6:00,16:00 - you can specify multiple pause and resume times.
  • (Windows only) The miner now prevents the computer from sleeping if the mining is not paused, and wakes the computer when it must resume mining at the time specified with -resumeat command-line option. In combination with -pauseat and -resumeat options this allows you to mine only when the electricity rates are lower and to keep your rig(s) asleep the rest of the time.
  • When the miner is paused for more than a few minutes, the pool is disconnected. The pool connection is restored when the mining is resumed.
  • Added a watchdog protection against freezing of the network connection thread
  • Automatic selection of compatible devfee coin if there isn't enough VRAM to mine ETH and the main coin can't be recognized or isn't supported for devfee
  • Automatic switch to the next pool if the cards VRAM is not enough for the requited DAG epoch. This is especially useful if the pool is auto-switching the coins but your cards only support lower DAG epoch coins.
  • Added a -rvram option to set the minimal reserved VRAM that can't be used for mining. The default values are 384 MB on Windows, and 128 MB on Linux. You can also set -rvram -1 if you want to turn off the protection against using too much VRAM.
  • Added support for Windows AMD drivers 18.12.x
  • Other small improvements and fixes