Bitcoin Forum
September 19, 2025, 02:55:24 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 [121] 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 ... 497 »
  Print  
Author Topic: PhoenixMiner 6.2c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)  (Read 785524 times)
Bigdrago
Newbie
*
Offline Offline

Activity: 312
Merit: 0


View Profile
September 11, 2018, 06:14:21 PM
 #2401

With green kernels enabled (13 amd 570):
Went from 1624W 406 mh/s to 1590W 407.5 mh/s
Thanks Cheesy
thepeppi
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
September 11, 2018, 07:30:23 PM
 #2402

thnx m8

3.0 was bad my share rate dropped under 0.35 per card per minute (rx amd cards) should be a minimum of 0.42

things are important for me and i think for every miner
  • share rate
  • stabilaty
  • low devfee

if you can make this then i am shure you will gain many many users
its not for nothing that clayM has NoFee hacks he is taking way to much fee from us

30 minutes mining and still a low share rate 0.37 per minute per card
no good sorry


pool ethermine
salvo2002
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
September 12, 2018, 02:17:19 AM
 #2403

   Thank you, this is very helpful. Most probably the miner can't recognize the OpenCL driver and some of the most aggressive driver-specific optimizations aren't used. Can you please check if you have a line like this:
Code:
2018.09.10:06:24:11.757: main OpenCL driver version: 17.40
in the start of PhoenixMiner log (it should be among the first five to ten lines in the log file)? Also, could you please tell us the version of your AMD drivers?

AMD driver version: 17.50-511655
Code:
dpkg -l amdgpu-pro
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                                  Version                         Architecture                    Description
+++-=====================================================-===============================-===============================-===============================================================================================================
ii  amdgpu-pro                                            17.50-511655                    amd64                           Meta package to install amdgpu Pro components.


I don't see a
Code:
"Main OpenCL driver version: ..."

Here are the first 100 lines of the log file... closest thing to any "OpenCL" statements are
Code:
Using new optimized OpenCL kernels (device name 'Ellesmere')
GPU1: Radeon RX 570 Series (pcie 1), OpenCL 1.2, 8 GB VRAM, 32 CUs
I shortened the "jsonrpc":"2.0","result" strings...
Code:
2018.09.11:18:59:32.140: main Phoenix Miner 3.5a Linux/gcc - Release build
2018.09.11:18:59:32.140: main Cmd line:
2018.09.11:18:59:32.140: main config.txt: -mport -3333 -r 1 -logfile lastrun_noappend.log -logdir /var/log/miner/custom/ -tt 0
2018.09.11:18:59:32.145: main Unable to enum CUDA GPUs: unknown error
2018.09.11:18:59:32.182: main Available GPUs for mining:
2018.09.11:18:59:32.182: main GPU1: Radeon RX 570 Series (pcie 1), OpenCL 1.2, 8 GB VRAM, 32 CUs
2018.09.11:18:59:32.182: main GPU2: Radeon RX 580 Series (pcie 2), OpenCL 1.2, 8 GB VRAM, 36 CUs
2018.09.11:18:59:32.182: main GPU3: Radeon RX 570 Series (pcie 3), OpenCL 1.2, 8 GB VRAM, 32 CUs
2018.09.11:18:59:32.182: main GPU4: Radeon RX 580 Series (pcie 4), OpenCL 1.2, 8 GB VRAM, 36 CUs
2018.09.11:18:59:32.182: main GPU5: Radeon RX 570 Series (pcie 5), OpenCL 1.2, 8 GB VRAM, 32 CUs
2018.09.11:18:59:32.182: main GPU6: Radeon RX 570 Series (pcie 6), OpenCL 1.2, 8 GB VRAM, 32 CUs
2018.09.11:18:59:32.182: main GPU7: Radeon RX 570 Series (pcie 8), OpenCL 1.2, 8 GB VRAM, 32 CUs
2018.09.11:18:59:32.182: main GPU8: Radeon RX 580 Series (pcie 9), OpenCL 1.2, 8 GB VRAM, 36 CUs
2018.09.11:18:59:32.182: main GPU9: Radeon RX 580 Series (pcie 10), OpenCL 1.2, 8 GB VRAM, 36 CUs
2018.09.11:18:59:32.183: main AMD sysfs monitor initialized
2018.09.11:18:59:32.184: main Eth: the pool list contains 4 pools
2018.09.11:18:59:32.184: main Eth: primary pool: naw-eth.hiveon.net:4444
2018.09.11:18:59:32.184: main Starting GPU mining
2018.09.11:18:59:32.184: wdog Starting watchdog thread
2018.09.11:18:59:32.184: main Eth: Connecting to ethash pool naw-eth.hiveon.net:4444 (proto: EthProxy)
2018.09.11:18:59:32.236: eths Eth: Connected to ethash pool naw-eth.hiveon.net:4444 (54.183.35.85)
2018.09.11:18:59:32.236: eths Eth: Send: {"id":1,"jsonrpc":"2.0","method":"eth_submitLogin","worker":"eth1.0","params":["xxxxxxx","x"]}
2018.09.11:18:59:32.264: eths Eth: Received: {"jsonrpc":"2.0","result":true,"id":1}
2018.09.11:18:59:32.265: eths Eth: Send: {"id":5,"jsonrpc":"2.0","method":"eth_getWork","params":[]}
2018.09.11:18:59:32.292: eths Eth: Received: {"jsonrpc":"2.0","result":["x","x","x"],"id":5}
2018.09.11:18:59:32.292: eths Eth: New job #694418d0 from naw-eth.hiveon.net:4444; diff: 4000MH
2018.09.11:18:59:32.292: GPU1 GPU1: Starting up... (0)
2018.09.11:18:59:32.292: GPU1 Eth: Generating light cache for epoch #210
2018.09.11:18:59:32.304: GPU2 GPU2: Starting up... (0)
2018.09.11:18:59:32.304: GPU3 GPU3: Starting up... (0)
2018.09.11:18:59:32.304: GPU4 GPU4: Starting up... (0)
2018.09.11:18:59:32.304: GPU5 GPU5: Starting up... (0)
2018.09.11:18:59:32.304: GPU6 GPU6: Starting up... (0)
2018.09.11:18:59:32.304: GPU7 GPU7: Starting up... (0)
2018.09.11:18:59:32.304: GPU8 GPU8: Starting up... (0)
2018.09.11:18:59:32.304: GPU9 GPU9: Starting up... (0)
2018.09.11:18:59:32.399: main Listening for CDM remote manager at port 3333 in read-only mode
2018.09.11:18:59:34.116: eths Eth: Received: { "jsonrpc":"2.0", "result": ["x","x","x"] }
2018.09.11:18:59:34.116: eths Eth: New job #eb3d7c98 from naw-eth.hiveon.net:4444; diff: 4000MH
2018.09.11:18:59:34.296: GPU1 GPU1: Using new optimized OpenCL kernels (device name 'Ellesmere')
2018.09.11:18:59:34.296: GPU1 GPU1: Allocating DAG (2.66) GB; good for epoch up to #212
2018.09.11:18:59:34.296: GPU1 GPU1: Allocating light cache buffer (42.5) MB; good for epoch up to #212
2018.09.11:18:59:34.391: GPU2 GPU2: Using new optimized OpenCL kernels (device name 'Ellesmere')
2018.09.11:18:59:34.391: GPU2 GPU2: Allocating DAG (2.66) GB; good for epoch up to #212
2018.09.11:18:59:34.391: GPU2 GPU2: Allocating light cache buffer (42.5) MB; good for epoch up to #212
2018.09.11:18:59:34.403: GPU1 GPU1: Generating DAG for epoch #210
2018.09.11:18:59:34.487: GPU3 GPU3: Using new optimized OpenCL kernels (device name 'Ellesmere')
2018.09.11:18:59:34.487: GPU3 GPU3: Allocating DAG (2.66) GB; good for epoch up to #212
2018.09.11:18:59:34.487: GPU3 GPU3: Allocating light cache buffer (42.5) MB; good for epoch up to #212
2018.09.11:18:59:34.498: GPU2 GPU2: Generating DAG for epoch #210
2018.09.11:18:59:34.582: GPU4 GPU4: Using new optimized OpenCL kernels (device name 'Ellesmere')
2018.09.11:18:59:34.582: GPU4 GPU4: Allocating DAG (2.66) GB; good for epoch up to #212
2018.09.11:18:59:34.582: GPU4 GPU4: Allocating light cache buffer (42.5) MB; good for epoch up to #212
2018.09.11:18:59:34.595: GPU3 GPU3: Generating DAG for epoch #210
2018.09.11:18:59:34.677: GPU5 GPU5: Using new optimized OpenCL kernels (device name 'Ellesmere')
2018.09.11:18:59:34.678: GPU5 GPU5: Allocating DAG (2.66) GB; good for epoch up to #212
2018.09.11:18:59:34.678: GPU5 GPU5: Allocating light cache buffer (42.5) MB; good for epoch up to #212
2018.09.11:18:59:34.690: GPU4 GPU4: Generating DAG for epoch #210
2018.09.11:18:59:34.773: GPU6 GPU6: Using new optimized OpenCL kernels (device name 'Ellesmere')
2018.09.11:18:59:34.773: GPU6 GPU6: Allocating DAG (2.66) GB; good for epoch up to #212
2018.09.11:18:59:34.773: GPU6 GPU6: Allocating light cache buffer (42.5) MB; good for epoch up to #212
2018.09.11:18:59:34.785: GPU5 GPU5: Generating DAG for epoch #210
2018.09.11:18:59:34.868: GPU7 GPU7: Using new optimized OpenCL kernels (device name 'Ellesmere')
2018.09.11:18:59:34.868: GPU7 GPU7: Allocating DAG (2.66) GB; good for epoch up to #212
2018.09.11:18:59:34.868: GPU7 GPU7: Allocating light cache buffer (42.5) MB; good for epoch up to #212
2018.09.11:18:59:34.881: GPU6 GPU6: Generating DAG for epoch #210
2018.09.11:18:59:34.964: GPU8 GPU8: Using new optimized OpenCL kernels (device name 'Ellesmere')
2018.09.11:18:59:34.964: GPU8 GPU8: Allocating DAG (2.66) GB; good for epoch up to #212
2018.09.11:18:59:34.964: GPU8 GPU8: Allocating light cache buffer (42.5) MB; good for epoch up to #212
2018.09.11:18:59:34.977: GPU7 GPU7: Generating DAG for epoch #210
2018.09.11:18:59:35.060: GPU9 GPU9: Using new optimized OpenCL kernels (device name 'Ellesmere')
2018.09.11:18:59:35.060: GPU9 GPU9: Allocating DAG (2.66) GB; good for epoch up to #212
2018.09.11:18:59:35.060: GPU9 GPU9: Allocating light cache buffer (42.5) MB; good for epoch up to #212
2018.09.11:18:59:35.072: GPU8 GPU8: Generating DAG for epoch #210
2018.09.11:18:59:35.167: GPU9 GPU9: Generating DAG for epoch #210
2018.09.11:18:59:36.162: GPU1 GPU1: DAG  31%
2018.09.11:18:59:36.181: GPU2 GPU2: DAG  38%
2018.09.11:18:59:36.410: GPU3 GPU3: DAG  31%
2018.09.11:18:59:36.502: GPU4 GPU4: DAG  31%
2018.09.11:18:59:36.600: GPU5 GPU5: DAG  31%
2018.09.11:18:59:36.696: GPU6 GPU6: DAG  31%
2018.09.11:18:59:36.755: GPU8 GPU8: DAG  38%
2018.09.11:18:59:36.791: GPU7 GPU7: DAG  31%
2018.09.11:18:59:36.851: GPU9 GPU9: DAG  38%
2018.09.11:18:59:36.860: eths Eth: Received: { "jsonrpc":"2.0", "result": ["x","x","x"] }
2018.09.11:18:59:36.860: eths Eth: New job #d5e03598 from naw-eth.hiveon.net:4444; diff: 4000MH
2018.09.11:18:59:37.205: main Eth speed: 0.000 MH/s, shares: 0/0/0, time: 0:00
2018.09.11:18:59:37.205: main GPUs: 1: 0.000 MH/s (0) 2: 0.000 MH/s (0) 3: 0.000 MH/s (0) 4: 0.000 MH/s (0) 5: 0.000 MH/s (0) 6: 0.000 MH/s (0) 7: 0.000 MH/s (0) 8: 0.000 MH/s (0) 9: 0.000 MH/s (0)
2018.09.11:18:59:37.796: GPU2 GPU2: DAG  75%
2018.09.11:18:59:37.912: GPU1 GPU1: DAG  63%
2018.09.11:18:59:38.158: GPU3 GPU3: DAG  63%
2018.09.11:18:59:38.248: GPU4 GPU4: DAG  63%
2018.09.11:18:59:38.348: GPU5 GPU5: DAG  63%
2018.09.11:18:59:38.369: GPU8 GPU8: DAG  75%
2018.09.11:18:59:38.444: GPU6 GPU6: DAG  63%
2018.09.11:18:59:38.464: GPU9 GPU9: DAG  75%
PhoenixMiner (OP)
Full Member
***
Offline Offline

Activity: 357
Merit: 101


View Profile
September 12, 2018, 03:06:56 PM
 #2404

Do i need to kick out -gt 11 command from bat file if i want to use this new green kernel?
   Yes, at least the first time, because auto-tune won't run if explicit GT value(s) are specified in the command line, or in the config.txt file. After that you can write down or copy the GT values shown when you press s in the console (or check the logs via remote management), and add these GT values in your bat file or config.txt.

If i got rig with 5 cards (1-4 AMD and 5  Nvidia) what should i write in bat file? -clgreen 1,1,1,1,0 or -clgreen 1,1,1,1
Thanks.
  If you want to run the green kernels on all AMD cards, there is no need to specify multiple values, -clgreen 1 is enough. You need multiple -clgreen values only if you want to run the green kernels only on some AMD cards, while running the normal kernels on others.
   

Is it possible to add rmode which will reboot PC instead of miner (want to use wdog if one cart will stuck)? Or maybe i can just put "shutdown /r /o /t 0" in reboot.bat file?
   Yes, you have to put the corresponding command in reboot.bat (or reboot.sh on Linux).

Very excited to see the Linux version in fruition PhoenixMiner, great job!

We may look into this version after the beta for our customers depending on the stability.
    Great!  Smiley Let us know if you have any questions.

With green kernels enabled (13 amd 570):
Went from 1624W 406 mh/s to 1590W 407.5 mh/s
Thanks Cheesy
   Nice, this is in line with our results. Still, YMMV as always.

   Thank you, this is very helpful. Most probably the miner can't recognize the OpenCL driver and some of the most aggressive driver-specific optimizations aren't used. Can you please check if you have a line like this:
Code:
2018.09.10:06:24:11.757: main OpenCL driver version: 17.40
in the start of PhoenixMiner log (it should be among the first five to ten lines in the log file)? Also, could you please tell us the version of your AMD drivers?

AMD driver version: 17.50-511655
   Thank you! We have tracked down this driver, and tuned the optimizations to work with it. It should work as intended in PhoenixMiner 3.5c, which will be released in a few minutes.
PhoenixMiner (OP)
Full Member
***
Offline Offline

Activity: 357
Merit: 101


View Profile
September 12, 2018, 03:07:28 PM
Last edit: March 09, 2021, 01:52:30 AM by PhoenixMiner
 #2405

There is a new version for Windows and LInux: PhoenixMiner 3.5c, which can be downloaded from here:

(MEGA links are no longer active)

If you want to check the integrity of the downloaded file, please use the following hashes:
Code:
    File: PhoenixMiner_3.5c_Windows.zip
    ===================================
   SHA-1: 8b3e25069cd73a9601940748a5044d6eca6e2b96
 SHA-256: e831c6f525b578ff52f8bfc07522b15da14ac06ff93952f231a3d9eac3eeb92e
 SHA-512: ec43b7c6350732b0af7b2f73b4d12117fda1a41572e593e2db19634495cd203d28509c3c0dcf3024551a5b6ee0c9f8cfe079333381c225edfeee7c5f2cdb1d70


    File: PhoenixMiner_3.5c_Linux.tar.gz
    ====================================
   SHA-1: 507c0a69d734519e74e11c89a457d69ce2445106
 SHA-256: 72b4b78fc09770c43a6869923d6bb729571e20aa81da1ccaf8f21392e2d5a7db
 SHA-512: 60505a339be0828f436354906b38bb42ab8c958f2070ef42058015409e5774eb4c4f914b722e055f0c443fd18138e370ddaf277b69ac6a0e07e74569fa7656aa

Version 3.5c fixes the problems that were discovered during the beta-testing of 3.5a and 3.5b, including the following:
  * Fixed freezing problems immediately after GPU are recognized
  * Fixed hardware monitoring problem under Linux with more than 6 GPUs
  * Fixed problems under Linux with unrecognized drivers and stale share increases

Some useful notes related to the new features:
  • The new -clgreen kernels have completely different optimal GT values, so you have to run auto-tune again to get the optimal hashrate with them
  • Unfortunately, the time wasn't enough to implement HW control in Linux, so only the monitoring works there (i.e. showing fan speeds and temperatures but not controlling them). This will be implemented in the next release.

Finally, here are the changes since the 3.0c again:

* Support for Linux (tested on Ubuntu 16.04 LTS and Debian 9.5 stable). Note that we have tested with AMD GPU-Pro drivers (not the open source drivers) and the official Nvidia closed-source drivers. Please note that this is the first version that supports Linux, so some glitches are to be expected. Do not hesitate to write us about any problems.
* With the recent drop in prices of most cryptos, we are trying to come up with ways to increase the profitability. Since the cost of the electric power a major factor now, we worked hard to create new, power-efficient kernels for most widely used AMD cards (RX580/570/560/480/470/460). To use these kernels, you must specify the option -clgreen 1 on the command-line, or in the config.txt file. In our tests the green kernels lower the power consumption by 2-3% on the supported cards. These kernels may also slightly lower the hashrate (by 0.2-0.5%), so you have to check if they are more efficient for you depending on the electricity costs in your area.
* Small improvements in the normal AMD kernels to increase hashrate (RX4xx, RX5xx, Tonga, and Fury)
* Added advanced stats option (you have to turn this on with the command-line option -astats 1) that will try to estimate the daily earnings depending on the current price of the coin you are mining and the current difficulty. Note that this is only an estimation and it uses information from third-party web sites, which may not be accurate.
* Added support for direct mining of DubaiCoin (DBIX)
* Added -leaveoc option to prevent resetting of the HW OC settings to defaults on exit
* Many small fixes
ganzocrypt
Newbie
*
Offline Offline

Activity: 167
Merit: 0


View Profile
September 12, 2018, 04:37:45 PM
 #2406

Hello,

just tried the new -clgreen 1 but hashrate  went from 32 to 22 Mhs. I run Sapphire Pulse 580 8Gb bios modded on Windows 10.
Here are the options I use:

PhoenixMiner.exe -pool ssl://eu1-etc.ethermine.org:5555 -pool2 ssl://............. -wal ......................AMD -proto 3 -pass x -coin etc -cdm 0 -stales 0 -clgreen 1 -amd -acm -astats 1 -leaveoc -mi 14 -gt 30 -gser 2 -wdog 1 -tt 70 -tmax 80 -fanmin 70 -fanmax 80 -powlim -10 -cclock 1200 -mclock 2050,2250,2210,2250,2250,2250,2050 -cvddc 930,900,900,900,900,900,930 -mvddc 960,950,960,960,950,950,960 -log 0


any idea?
bategojko74
Member
**
Offline Offline

Activity: 220
Merit: 12


View Profile
September 12, 2018, 06:00:41 PM
 #2407

Remove -gt 30
bategojko74
Member
**
Offline Offline

Activity: 220
Merit: 12


View Profile
September 12, 2018, 06:13:55 PM
 #2408

Hello,

just tried the new -clgreen 1 but hashrate  went from 32 to 22 Mhs. I run Sapphire Pulse 580 8Gb bios modded on Windows 10.
Here are the options I use:

PhoenixMiner.exe -pool ssl://eu1-etc.ethermine.org:5555 -pool2 ssl://............. -wal ......................AMD -proto 3 -pass x -coin etc -cdm 0 -stales 0 -clgreen 1 -amd -acm -astats 1 -leaveoc -mi 14 -gt 30 -gser 2 -wdog 1 -tt 70 -tmax 80 -fanmin 70 -fanmax 80 -powlim -10 -cclock 1200 -mclock 2050,2250,2210,2250,2250,2250,2050 -cvddc 930,900,900,900,900,900,930 -mvddc 960,950,960,960,950,950,960 -log 0


any idea?


Remove -gt 30
borox
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
September 12, 2018, 07:52:37 PM
 #2409


Now PhoenixMiner 3.5c is working without that "ERROR: Debugger found" error. Thank you!

I will create a pull request for https://github.com/rainbowminer/RainbowMiner, so that they integrate the new version as soon as possible.
Did you ever check it together with OhGodAnEthlargmentPill on GTX1080Ti? Does it crash or will it work?

borox
ganzocrypt
Newbie
*
Offline Offline

Activity: 167
Merit: 0


View Profile
September 12, 2018, 09:11:22 PM
 #2410

Hello,

just tried the new -clgreen 1 but hashrate  went from 32 to 22 Mhs. I run Sapphire Pulse 580 8Gb bios modded on Windows 10.
Here are the options I use:

PhoenixMiner.exe -pool ssl://eu1-etc.ethermine.org:5555 -pool2 ssl://............. -wal ......................AMD -proto 3 -pass x -coin etc -cdm 0 -stales 0 -clgreen 1 -amd -acm -astats 1 -leaveoc -mi 14 -gt 30 -gser 2 -wdog 1 -tt 70 -tmax 80 -fanmin 70 -fanmax 80 -powlim -10 -cclock 1200 -mclock 2050,2250,2210,2250,2250,2250,2050 -cvddc 930,900,900,900,900,900,930 -mvddc 960,950,960,960,950,950,960 -log 0


any idea?


Remove -gt 30

thx got it !

BTW for the DEV: found a bug. If you let autotune, it will find the best value for each card, but I still can use +/- to change these values. If I try to change them, it will just set all the cards to the value of the first card instead of adding/subtracting to each value.
gsrcrxsi314
Member
**
Offline Offline

Activity: 367
Merit: 34


View Profile
September 12, 2018, 09:25:49 PM
 #2411

Hello,

just tried the new -clgreen 1 but hashrate  went from 32 to 22 Mhs. I run Sapphire Pulse 580 8Gb bios modded on Windows 10.
Here are the options I use:

PhoenixMiner.exe -pool ssl://eu1-etc.ethermine.org:5555 -pool2 ssl://............. -wal ......................AMD -proto 3 -pass x -coin etc -cdm 0 -stales 0 -clgreen 1 -amd -acm -astats 1 -leaveoc -mi 14 -gt 30 -gser 2 -wdog 1 -tt 70 -tmax 80 -fanmin 70 -fanmax 80 -powlim -10 -cclock 1200 -mclock 2050,2250,2210,2250,2250,2250,2050 -cvddc 930,900,900,900,900,900,930 -mvddc 960,950,960,960,950,950,960 -log 0


any idea?


Remove -gt 30

thx got it !

BTW for the DEV: found a bug. If you let autotune, it will find the best value for each card, but I still can use +/- to change these values. If I try to change them, it will just set all the cards to the value of the first card instead of adding/subtracting to each value.

Then don’t do that. Auto tune will find your ideal values. Once it does just leave it be. Maybe even consider hard coding them back into the bat file so it doesn’t have to run each time you start.
ganzocrypt
Newbie
*
Offline Offline

Activity: 167
Merit: 0


View Profile
September 12, 2018, 10:11:26 PM
 #2412

Hello,

just tried the new -clgreen 1 but hashrate  went from 32 to 22 Mhs. I run Sapphire Pulse 580 8Gb bios modded on Windows 10.
Here are the options I use:

PhoenixMiner.exe -pool ssl://eu1-etc.ethermine.org:5555 -pool2 ssl://............. -wal ......................AMD -proto 3 -pass x -coin etc -cdm 0 -stales 0 -clgreen 1 -amd -acm -astats 1 -leaveoc -mi 14 -gt 30 -gser 2 -wdog 1 -tt 70 -tmax 80 -fanmin 70 -fanmax 80 -powlim -10 -cclock 1200 -mclock 2050,2250,2210,2250,2250,2250,2050 -cvddc 930,900,900,900,900,900,930 -mvddc 960,950,960,960,950,950,960 -log 0


any idea?


Remove -gt 30

thx got it !

BTW for the DEV: found a bug. If you let autotune, it will find the best value for each card, but I still can use +/- to change these values. If I try to change them, it will just set all the cards to the value of the first card instead of adding/subtracting to each value.

Then don’t do that. Auto tune will find your ideal values. Once it does just leave it be. Maybe even consider hard coding them back into the bat file so it doesn’t have to run each time you start.

of course I do not use it, but it's a bug. Not a big deal but the dev would like to know these kind of things!
avirdoz
Legendary
*
Offline Offline

Activity: 1190
Merit: 1001



View Profile
September 12, 2018, 10:20:28 PM
 #2413

Would be nice to see progpow implementation.
Soliqesh
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile WWW
September 12, 2018, 10:28:31 PM
 #2414

@Pheonixminer Pls fix -tt function, works so badly with many cards.(Asus Strix rx580 8gb, XFX rx570 8gb, Asus Strix Vega 64)
53nsk
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
September 13, 2018, 03:01:19 AM
 #2415

3.5c fixed my issues, thank you
salvo2002
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
September 13, 2018, 03:09:05 AM
 #2416

Code:
   File: PhoenixMiner_3.5c_Linux.tar.gz
    ====================================
 SHA-1: 507c0a69d734519e74e11c89a457d69ce2445106
 SHA-256: 72b4b78fc09770c43a6869923d6bb729571e20aa81da1ccaf8f21392e2d5a7db
 SHA-512: 60505a339be0828f436354906b38bb42ab8c958f2070ef42058015409e5774eb4c4f914b722e055f0c443fd18138e370ddaf277b69ac6a0e07e74569fa7656aa

Version 3.5c fixes the problems that were discovered during the beta-testing of 3.5a and 3.5b, including the following:
  * Fixed freezing problems immediately after GPU are recognized
  * Fixed hardware monitoring problem under Linux with more than 6 GPUs
  * Fixed problems under Linux with unrecognized drivers and stale share increases

testing it now...

Code:
2018.09.12:20:04:41.378: main Phoenix Miner 3.5c Linux/gcc - Release build
2018.09.12:20:04:41.378: main Cmd line:
2018.09.12:20:04:41.378: main config.txt: -mport -3333 -r 1 -logfile /var/log/miner/phoenixminer/lastrun_noappend.log -tt 0
2018.09.12:20:04:41.380: main Unable to enum CUDA GPUs: unknown error
2018.09.12:20:04:41.427: main OpenCL driver version: 17.50-511655
2018.09.12:20:04:41.427: main Available GPUs for mining:
2018.09.12:20:04:41.427: main GPU1: Radeon RX 570 Series (pcie 1), OpenCL 1.2, 8 GB VRAM, 32 CUs
2018.09.12:20:04:41.427: main GPU2: Radeon RX 580 Series (pcie 2), OpenCL 1.2, 8 GB VRAM, 36 CUs
2018.09.12:20:04:41.427: main GPU3: Radeon RX 570 Series (pcie 3), OpenCL 1.2, 8 GB VRAM, 32 CUs
2018.09.12:20:04:41.427: main GPU4: Radeon RX 580 Series (pcie 4), OpenCL 1.2, 8 GB VRAM, 36 CUs
2018.09.12:20:04:41.427: main GPU5: Radeon RX 570 Series (pcie 5), OpenCL 1.2, 8 GB VRAM, 32 CUs
2018.09.12:20:04:41.427: main GPU6: Radeon RX 570 Series (pcie 7), OpenCL 1.2, 8 GB VRAM, 32 CUs
2018.09.12:20:04:41.427: main GPU7: Radeon RX 580 Series (pcie 8), OpenCL 1.2, 8 GB VRAM, 36 CUs
2018.09.12:20:04:41.427: main GPU8: Radeon RX 580 Series (pcie 9), OpenCL 1.2, 8 GB VRAM, 36 CUs
2018.09.12:20:04:41.428: main AMD sysfs monitor initialized
2018.09.12:20:04:41.428: main Eth: the pool list contains 4 pools
2018.09.12:20:04:41.428: main Eth: primary pool: naw-eth.hiveon.net:4444
2018.09.12:20:04:41.428: main Starting GPU mining
habitat412
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
September 13, 2018, 03:23:57 AM
 #2417

I'm sorry if I missed the reply somewhere on this thread, but is there a link to github or MEGA for the 3.5c build for Windows or is that just for Linux only?
DireWolfM14
Copper Member
Legendary
*
Offline Offline

Activity: 2646
Merit: 5098



View Profile WWW
September 13, 2018, 03:36:26 AM
 #2418

There is a new version for Windows and LInux: PhoenixMiner 3.5c, which can be downloaded from here:

 https://mega.nz/#F!WVlQRQjC!h-hLccC0zE9r-WAvwgdFkA (MEGA)

~

The link is in the post quoted above.

░░░░▄▄████████████▄
▄████████████████▀
▄████████████████▀▄█▄
▄██████▀▀░░▄███▀▄████▄
▄██████▀░░░▄███▀▀██████▄
██████▀░░▄████▄░░░▀██████
██████░░▀▀▀▀▄▄▄▄░░██████
██████▄░░░▀████▀░░▄██████
▀██████▄▄███▀░░░▄██████▀
▀████▀▄████░░▄▄███████▀
▀█▀▄████████████████▀
▄████████████████▀
▀████████████▀▀░░░░
 
 CCECASH 
 
    ANN THREAD    
 
      TUTORIAL      
ut5em
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
September 13, 2018, 03:38:52 AM
 #2419

rx 570
phoenixminer-3.5_c
Unable to open log file /var/log/miner/phoenixminer/lastrun_noappend.log - 2
No OpenCL platforms found
No avaiable GPUs for mining. Please check your drivers and/or hardware.

custom phoenixminer exited, waiting to cooldown a bit

amdgpu-pro driver 18.20-606296
Ubuntu 18.04 LTS
Linux Kernel 4.15.0-33-generic


habitat412
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
September 13, 2018, 03:43:27 AM
 #2420

There is a new version for Windows and LInux: PhoenixMiner 3.5c, which can be downloaded from here:

 https://mega.nz/#F!WVlQRQjC!h-hLccC0zE9r-WAvwgdFkA (MEGA)

~

The link is in the post quoted above.

Thank you!
Pages: « 1 ... 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 [121] 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 ... 497 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!