Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 2.7c: fastest Ethereum/Ethash miner with lowest devfee (Windows)
by
PhoenixMiner
on 19/03/2018, 13:49:11 UTC
First beta version of 2.8 branch: PhoenixMiner 2.8a. It can be downloaded from here:
  https://mega.nz/#F!PZ1jXBQY!4ttKHoWGPCiYM-2kgK_uTQ

  Here are the checksums to verify the download:
Code:
    File: PhoenixMiner_2.8a.zip
   SHA-1: 00fc3c698fadb7187632bf4e7ab9ecf0afd1c9a1
 SHA-256: f3f4857ac85f31f2bee7a3d8b9c9c526c7dec0433c72b4c47555b47911323d00
 SHA-512: f736bcd6a0c4b172f41452d8b1c324efc978540b5f4addc8a3387d23cb872538838bde0895f826649b5ba493bfd240b242edf0a91fc02d18d92fdc814ed7eac3

   Note that this is not an official release. The changes are:
  • Small kernel stability improvements that also may (very) slightly increase the speed of Nvidia cards
  • CPU utilization during normal operation is lowered by about a factor of 10 regardless of the number of GPUs
  • Added support for -tstop and -tstart options to stop mining on given GPU if the temperature rise above specified value and restart it after it cools down below -tstart temperature
  • Fixed the problem with console window freezing after scrolling
  • Implemented new -gpow n option to lower the GPU utilization (the value n is the desired GPU utilization in percent; default: 100)
  • Implemented the -li option to lower the intensity (use this instead of -gpow if you are already using -mi with low values)
  • Improved GPU speed statistics, using moving average window for each GPU. You can change the size of the window with the -gswin n option (n is between 5-30 seconds; default 15; use 0 to revert to the old way of using 5 second "quants" which are independent of each other)
  • You can now specify GPU number above 9 by typing three-digit sequence at the console (e.g. type 011 to pause or resume GPU11)
  • Added support for the miner_getstat2 remote monitoring request
  • Show the SSL and HTTP schemes to indicate the type of connection
  • The command-line options are now case-insensitive