Bitcoin Forum
October 04, 2025, 11:13:03 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 [426] 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 ... 497 »
  Print  
Author Topic: PhoenixMiner 6.2c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)  (Read 785541 times)
oblivionxt
Newbie
*
Offline Offline

Activity: 13
Merit: 2


View Profile
April 18, 2021, 02:21:58 AM
 #8501

Nvidia cards have always been pretty kind to me tuning wise.  I love my AMD cards, but they like to crash when pushed too far.  On a 1080 you'll want to tweak it manually as much as possible since the base hash rate is just OK.

Manually overclock it using afterburner starting with memory.  With phoenix miner running, just push the memory frequency up until you start to get artifacts or your hash rate drops, you can probably run the memory pretty close to a gaming overclock level.  Once that's maxed out lower the core freq until the hash rate starts to drop.  Once that's done just lower the power limit until you get a hash rate drop.  You might get some lag or glitchiness,  but like I said, Nvidia cards are usually pretty easy to tune this way.

Longer term you'll want to monitor for excess stale or incorrect shares, but unless you're on a 30 series card, the random incorrect/stale issues are pretty rare.

hello guys,

can someone help me what are the perfect settings for gtx1080? i have one in pc and want to mine a bit (i have adm rigs, so dont know about nvidia setttings much Cheesy)
what + core and mem, PL and other settings? straps or somethng?

thank you
PhoenixMiner (OP)
Full Member
***
Offline Offline

Activity: 357
Merit: 101


View Profile
April 18, 2021, 02:50:48 AM
Last edit: May 12, 2021, 03:44:13 AM by PhoenixMiner
 #8502

The new beta version is finally ready. You can download PhoenixMiner 5.6a from here:

PhoenixMiner_5.6a_Windows.zip
PhoenixMiner_5.6a_Linux.tar.gz

To check the integrity of the downloaded file, please use the following hashes (you need the last file PhoenixMiner_NVRTC_Windows.zip only if you want to mine BCI with Nvdia cards under Windows):
Code:
    File: PhoenixMiner_5.6a_Windows.zip
    ===================================
   SHA-1: e9134f0b3985e967597f1e82c1cd7b0246fe4568
 SHA-256: e3e10bc0ed7af17c4f38fb8314f9c72350750a554475498346f67a0a590e759b
 SHA-512: 66b3e39daaadcb85fb79143697d8e10f7fc27bc8fc464f48ce1f362fc96235b15aa8a78bcfc547cd1416ebed19bb6e65746136a93318bc17875f50754ba90e57

    File: PhoenixMiner_5.6a_Linux.tar.gz
    ====================================
   SHA-1: d733df2b92876a1ecaff8c7d1f8fe6d5bf675f2d
 SHA-256: 671218da670fc02318e3b4c296b9335984997a512242bdc7d17ed2cde2506de0
 SHA-512: b38934dbdbaff49894ee30d4ae2937b84cd9f997432d68fffc8e23fb1cf8cab57d139533eee354b3be6625987bf628956c54826d42a21bbcebdc76edc3e521d4

    File: PhoenixMiner_NVRTC_Windows.zip
    ====================================
   SHA-1: ff6fa5e018adbd52caf631c42b7c2fac7ce48a51
 SHA-256: 8087757169405d51ea8ba818347fb05d0450aef985c29272165070346eb5a54a
 SHA-512: 7b2d832f7f40578bb1f501d5174467f5ae06612e601dab769fd56d39da48a471b18c6373435a485155f70fec4017d8378797bf1e1dfe5d62fee30fa6a1d992c4

The new features in this release are:

  • Added native kernels for AMD RX6700 GPUs. These are faster than the generic kernels and produce a lot less stale shares
  • Increase the max supported DAG epoch to 550 (should be enough to about Jan 2023)
  • Full support for setting clocks, fan speeds, voltages, and memory timings of AMD RX6900/6800/6700 cards
  • The specific hashrate is now shown in the form of kilo hashes per joule (kH/J). Example: if a GPU has hashrate of 30 MH/s with 100W power usage, the specific hashrate is 300 kH/J
  • Added new command-line parameters -ttj and -ttmem, allowing automatic fan speed control based on GPU hotspot (junction), and memory temperatures respectively. Example: -ttmem 83 will keep the GPU memory temperature at or bellow 83C by increasing the fan speed as necessary. These parameters can be combined with -tt, as well as with each other. These options are supported only on AMD GPUs that report junction and memory temperatures
  • Added new command-line parameters -tmaxj and -tmaxmem, allowing to decrease the GPU usage when the GPU hotspot (junction), or GPU memory temperatures are above the specified thresholds. These options are supported only on AMD GPUs that report junction and memory temperatures
  • Added support for AMD Windows drivers 21.3.2, and 21.3.1
  • Added support for AMD Linux drivers 20.50.x. Use this drivers only if you have Polaris or older GPUs, or the latest RX6x000 GPUs. WARNING: Vega, Radeon VII, and Navi GPUs won't work with these drivers!
  • Turn off the zero fan feature on AMD cards whenever a fixed fan speed is used (e.g. -tt -40), or when an auto fan with min fan speed is used (e.g. -tt 63 -minfan 35). To disable this feature, add -fanstop 1 command-line parameter
  • When -mcdag 1 is specified under Linux, the miner will not wait for the daggen.sh script to finish before starting to generate the DAGs. Instead it will for a fixed 7 seconds. This allows you to do all the following in the daggen.sh: turn off the overclocking of Nvidia GPUs, sleep for 30-60 seconds to allow time for DAG generation, and then re-apply the overclocking of the Nvidia GPUs
  • Other small improvements and fixes

The support for -ttj, -ttmem, -tmaxj, and -tmaxmem for Nvidia 3090 and 3080 GPUs is not yet ready for release. We hope to have it ready for the final 5.6 release.

For more robust integrity check, you can use our GPG public key, which was verifyed with ETH transaction from our main devfee account as explained here: https://bitcointalk.org/index.php?topic=2647654.msg56755869#msg56755869. Here are the signatures for the files in this release:


Please let us know if you have any problems or questions related to PhoenixMiner 5.6a.

EDIT: May 12th, 2021 - changed the links from github.com to phoenixminer.info
Kiawpqe
Jr. Member
*
Offline Offline

Activity: 63
Merit: 1


View Profile
April 18, 2021, 07:12:24 AM
 #8503

The new beta version is finally ready. You can download PhoenixMiner 5.6a from here:

PhoenixMiner_5.6a_Windows.zip (GitHub)
PhoenixMiner_5.6a_Linux.tar.gz (GitHub)

To check the integrity of the downloaded file, please use the following hashes (you need the last file PhoenixMiner_NVRTC_Windows.zip only if you want to mine BCI with Nvdia cards under Windows):
Code:
    File: PhoenixMiner_5.6a_Windows.zip
    ===================================
   SHA-1: e9134f0b3985e967597f1e82c1cd7b0246fe4568
 SHA-256: e3e10bc0ed7af17c4f38fb8314f9c72350750a554475498346f67a0a590e759b
 SHA-512: 66b3e39daaadcb85fb79143697d8e10f7fc27bc8fc464f48ce1f362fc96235b15aa8a78bcfc547cd1416ebed19bb6e65746136a93318bc17875f50754ba90e57

    File: PhoenixMiner_5.6a_Linux.tar.gz
    ====================================
   SHA-1: d733df2b92876a1ecaff8c7d1f8fe6d5bf675f2d
 SHA-256: 671218da670fc02318e3b4c296b9335984997a512242bdc7d17ed2cde2506de0
 SHA-512: b38934dbdbaff49894ee30d4ae2937b84cd9f997432d68fffc8e23fb1cf8cab57d139533eee354b3be6625987bf628956c54826d42a21bbcebdc76edc3e521d4

    File: PhoenixMiner_NVRTC_Windows.zip
    ====================================
   SHA-1: ff6fa5e018adbd52caf631c42b7c2fac7ce48a51
 SHA-256: 8087757169405d51ea8ba818347fb05d0450aef985c29272165070346eb5a54a
 SHA-512: 7b2d832f7f40578bb1f501d5174467f5ae06612e601dab769fd56d39da48a471b18c6373435a485155f70fec4017d8378797bf1e1dfe5d62fee30fa6a1d992c4


Please let us know if you have any problems or questions related to PhoenixMiner 5.6a.

VERY THX BOOS

PHOENIXMINER 5.6a is the nº1

thanks
keksik
Jr. Member
*
Offline Offline

Activity: 169
Merit: 1


View Profile
April 18, 2021, 07:44:09 AM
 #8504

Nvidia cards have always been pretty kind to me tuning wise.  I love my AMD cards, but they like to crash when pushed too far.  On a 1080 you'll want to tweak it manually as much as possible since the base hash rate is just OK.

Manually overclock it using afterburner starting with memory.  With phoenix miner running, just push the memory frequency up until you start to get artifacts or your hash rate drops, you can probably run the memory pretty close to a gaming overclock level.  Once that's maxed out lower the core freq until the hash rate starts to drop.  Once that's done just lower the power limit until you get a hash rate drop.  You might get some lag or glitchiness,  but like I said, Nvidia cards are usually pretty easy to tune this way.

Longer term you'll want to monitor for excess stale or incorrect shares, but unless you're on a 30 series card, the random incorrect/stale issues are pretty rare.

hello guys,

can someone help me what are the perfect settings for gtx1080? i have one in pc and want to mine a bit (i have adm rigs, so dont know about nvidia setttings much Cheesy)
what + core and mem, PL and other settings? straps or somethng?

thank you

thank you so much for your help. i have started like 20Mhs, now i am getting 32.3Mhs using PL65, core +100, mem +400
In command line using straps 2 (straps 3 results in artefact, mem 450-500 as well). i will probably play with straps 4-6 and will see if i will get something, aynway thank you a lot
Haik
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
April 18, 2021, 09:18:31 AM
 #8505

Are this miner support ethproxy mode? I mean can i mine zil on ezil site and eth or etc on ethermine?
batsonxl
Member
**
Offline Offline

Activity: 1215
Merit: 30


View Profile
April 18, 2021, 11:37:35 AM
 #8506

There is no much updates since 5.4C
abg00
Jr. Member
*
Offline Offline

Activity: 288
Merit: 1


View Profile
April 18, 2021, 02:29:15 PM
 #8507

The new beta version is finally ready. You can download PhoenixMiner 5.6a from here:

  • Full support for setting clocks, fan speeds, voltages, and memory timings of AMD RX6900/6800/6700 cards
  • The specific hashrate is now shown in the form of kilo hashes per joule (kH/J). Example: if a GPU has hashrate of 30 MH/s with 100W power usage, the specific hashrate is 300 kH/J
  • Added new command-line parameters -ttj and -ttmem, allowing automatic fan speed control based on GPU hotspot (junction), and memory temperatures respectively. Example: -ttmem 83 will keep the GPU memory temperature at or bellow 83C by increasing the fan speed as necessary. These parameters can be combined with -tt, as well as with each other. These options are supported only on AMD GPUs that report junction and memory temperatures
  • Added new command-line parameters -tmaxj and -tmaxmem, allowing to decrease the GPU usage when the GPU hotspot (junction), or GPU memory temperatures are above the specified thresholds. These options are supported only on AMD GPUs that report junction and memory temperatures

Please let us know if you have any problems or questions related to PhoenixMiner 5.6a.

how to show memory and gpu temp? show only cooler and power
haliy-2017
Newbie
*
Offline Offline

Activity: 74
Merit: 0


View Profile
April 18, 2021, 06:39:51 PM
 #8508

The new beta version is finally ready. You can download PhoenixMiner 5.6a from here:

PhoenixMiner_5.6a_Windows.zip (GitHub)
PhoenixMiner_5.6a_Linux.tar.gz (GitHub)

To check the integrity of the downloaded file, please use the following hashes (you need the last file PhoenixMiner_NVRTC_Windows.zip only if you want to mine BCI with Nvdia cards under Windows):
Code:
    File: PhoenixMiner_5.6a_Windows.zip
    ===================================
   SHA-1: e9134f0b3985e967597f1e82c1cd7b0246fe4568
 SHA-256: e3e10bc0ed7af17c4f38fb8314f9c72350750a554475498346f67a0a590e759b
 SHA-512: 66b3e39daaadcb85fb79143697d8e10f7fc27bc8fc464f48ce1f362fc96235b15aa8a78bcfc547cd1416ebed19bb6e65746136a93318bc17875f50754ba90e57

    File: PhoenixMiner_5.6a_Linux.tar.gz
    ====================================
   SHA-1: d733df2b92876a1ecaff8c7d1f8fe6d5bf675f2d
 SHA-256: 671218da670fc02318e3b4c296b9335984997a512242bdc7d17ed2cde2506de0
 SHA-512: b38934dbdbaff49894ee30d4ae2937b84cd9f997432d68fffc8e23fb1cf8cab57d139533eee354b3be6625987bf628956c54826d42a21bbcebdc76edc3e521d4

    File: PhoenixMiner_NVRTC_Windows.zip
    ====================================
   SHA-1: ff6fa5e018adbd52caf631c42b7c2fac7ce48a51
 SHA-256: 8087757169405d51ea8ba818347fb05d0450aef985c29272165070346eb5a54a
 SHA-512: 7b2d832f7f40578bb1f501d5174467f5ae06612e601dab769fd56d39da48a471b18c6373435a485155f70fec4017d8378797bf1e1dfe5d62fee30fa6a1d992c4


Please let us know if you have any problems or questions related to PhoenixMiner 5.6a.

VERY THX BOOS

PHOENIXMINER 5.6a is the nº1

thanks
Will RTX 3060 mine without installation on a motherboard, speed 48-50 mh / s?
Seph213
Member
**
Offline Offline

Activity: 124
Merit: 13


View Profile
April 18, 2021, 09:19:20 PM
 #8509

The new beta version is finally ready. You can download PhoenixMiner 5.6a from here:

PhoenixMiner_5.6a_Windows.zip (GitHub)
PhoenixMiner_5.6a_Linux.tar.gz (GitHub)

To check the integrity of the downloaded file, please use the following hashes (you need the last file PhoenixMiner_NVRTC_Windows.zip only if you want to mine BCI with Nvdia cards under Windows):
Code:
    File: PhoenixMiner_5.6a_Windows.zip
    ===================================
   SHA-1: e9134f0b3985e967597f1e82c1cd7b0246fe4568
 SHA-256: e3e10bc0ed7af17c4f38fb8314f9c72350750a554475498346f67a0a590e759b
 SHA-512: 66b3e39daaadcb85fb79143697d8e10f7fc27bc8fc464f48ce1f362fc96235b15aa8a78bcfc547cd1416ebed19bb6e65746136a93318bc17875f50754ba90e57

    File: PhoenixMiner_5.6a_Linux.tar.gz
    ====================================
   SHA-1: d733df2b92876a1ecaff8c7d1f8fe6d5bf675f2d
 SHA-256: 671218da670fc02318e3b4c296b9335984997a512242bdc7d17ed2cde2506de0
 SHA-512: b38934dbdbaff49894ee30d4ae2937b84cd9f997432d68fffc8e23fb1cf8cab57d139533eee354b3be6625987bf628956c54826d42a21bbcebdc76edc3e521d4

    File: PhoenixMiner_NVRTC_Windows.zip
    ====================================
   SHA-1: ff6fa5e018adbd52caf631c42b7c2fac7ce48a51
 SHA-256: 8087757169405d51ea8ba818347fb05d0450aef985c29272165070346eb5a54a
 SHA-512: 7b2d832f7f40578bb1f501d5174467f5ae06612e601dab769fd56d39da48a471b18c6373435a485155f70fec4017d8378797bf1e1dfe5d62fee30fa6a1d992c4


Please let us know if you have any problems or questions related to PhoenixMiner 5.6a.

VERY THX BOOS

PHOENIXMINER 5.6a is the nº1

thanks
Will RTX 3060 mine without installation on a motherboard, speed 48-50 mh / s?

Don’t 3060 run at 30 mhs ?
suntzu1
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
April 18, 2021, 09:30:31 PM
Last edit: April 18, 2021, 09:45:35 PM by suntzu1
 #8510



  • Added native kernels for AMD RX6700 GPUs. These are faster than the generic kernels and produce a lot less stale shares
  • Full support for setting clocks, fan speeds, voltages, and memory timings of AMD RX6900/6800/6700 cards
Can someone explain how to edit timings on 6700? I tried -mt value with no effect



Don’t 3060 run at 30 mhs ?
You need to connect 3060 to motherboard with real x8 pci-3.0 connection and plug in display to hdmi/dp port.
It's enable 48 mining speed on beta 47x.x drivers only ( can't remeber).  
webhead
Newbie
*
Offline Offline

Activity: 123
Merit: 0


View Profile
April 19, 2021, 12:21:18 AM
 #8511

why does your miner come as a virus and why does using it unleash a coinmer virus , i wonder what else phoenix miner dows while using it , probably scans your drives hoping for wallets to hack , how many people lost crypto if they had a wallet on the same system as mining i wonder , lets do a poll. if it comes up as a virus in the new version nobody should use it.
Targonis
Jr. Member
*
Offline Offline

Activity: 56
Merit: 13


View Profile
April 19, 2021, 12:30:37 AM
Merited by nik-qz (1)
 #8512

why does your miner come as a virus and why does using it unleash a coinmer virus , i wonder what else phoenix miner dows while using it , probably scans your drives hoping for wallets to hack , how many people lost crypto if they had a wallet on the same system as mining i wonder , lets do a poll. if it comes up as a virus in the new version nobody should use it.

There are a number of viruses/malware that use mining engines.   The idea is to infect as many computers as possible and then use them to mine for the author of the virus/malware.   As a result, most legit miners are picked up as a "virus", because they don't know what is intentional mining and what is an infection.
Verbl Kint
Jr. Member
*
Offline Offline

Activity: 33
Merit: 1


View Profile
April 19, 2021, 03:52:34 AM
 #8513


3. Finally last issue is 6800xt im using newer drivers 21.3.2 and have to use -clkernel 0
I get message "Unknown OpenCL driver version! OpenCL platform: OpenCL 2.1 AMD-APP"
Phoenixminer tells me I get 20%ish stale shares but still get 60-70mh/s over time,
when I check my pool website it says normally 3% max is 5%.
Is this actually an issue also considering Im in Australia and pool is in Asia. Get 160ms share returns.
If i did downgrade to say 21.1.1 would this even make any difference?

21.3.2 isn't fully supported yet, roll the driver back to 21.1.1 and use -clkernel 1

160 ms is not ideal, try to find a server with a ping rate under 100 ms, if at all possible.  Reject/stale share rates should be under 2% on wifi or under 1% on ethernet.
Eldridge
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
April 19, 2021, 05:04:10 AM
Last edit: April 19, 2021, 05:18:15 AM by Eldridge
 #8514


  • The specific hashrate is now shown in the form of kilo hashes per joule (kH/J). Example: if a GPU has hashrate of 30 MH/s with 100W power usage, the specific hashrate is 300 kH/J


Where is the "specific hashrate" in kH/joules? I've switched to 5.6a and I'm still seeing hashrate in MH/s on the screen and in the logs:

021.04.19:00:00:28.465: main GPUs: 1: 43.268 MH/s (6) 2: 44.619 MH/s (10)
2021.04.19:00:00:31.256: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0xc9a80c719e3f4d8406228507678e6daad93f5dcf54c58c9d94547078b6b1f663","0xba5586fb4d9d316d3a8d5834d9b1a48f50d7c428281b93d90be12d67409c59af","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xbb33e5"]}
2021.04.19:00:00:31.256: eths Eth: New job #c9a80c71 from ssl://us2.ethermine.org:5555; diff: 4000MH
2021.04.19:00:00:33.237: main  
2021.04.19:00:00:33.237: main *** 0:15 *** 4/19 00:00 **************************************
2021.04.19:00:00:33.237: main Eth: Mining ETH on ssl://us2.ethermine.org:5555 for 0:15
2021.04.19:00:00:33.237: main Eth: Accepted shares 16 (0 stales), rejected shares 0 (0 stales)
2021.04.19:00:00:33.237: main Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00%
2021.04.19:00:00:33.237: main Eth: Maximum difficulty of found share: 105.2 GH (!)
2021.04.19:00:00:33.237: main Eth: Average speed (5 min): 87.919 MH/s
2021.04.19:00:00:33.237: main Eth: Effective speed: 67.51 MH/s; at pool: 67.51 MH/s
2021.04.19:00:00:33.237: main Eth: Estimated income: 8.88 USD/day
P00P135
Full Member
***
Offline Offline

Activity: 1126
Merit: 136


View Profile
April 19, 2021, 05:46:01 AM
 #8515

lol these 5.5d malware idiots are still spamming this version
SherwoodRanger
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 19, 2021, 06:46:19 AM
 #8516

if it puts out trojans retard its a fucking virus and as for noob thats on your name twat , i been mining before your dad fucked your mother up her ass to produce a sniveling little shitweazel like you fucking tard, a virus is a virus u tard.

Someone missed sex education class
Nihil5
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
April 19, 2021, 09:18:25 AM
 #8517

why does your miner come as a virus and why does using it unleash a coinmer virus , i wonder what else phoenix miner dows while using it , probably scans your drives hoping for wallets to hack , how many people lost crypto if they had a wallet on the same system as mining i wonder , lets do a poll. if it comes up as a virus in the new version nobody should use it.

There are a number of viruses/malware that use mining engines.   The idea is to infect as many computers as possible and then use them to mine for the author of the virus/malware.   As a result, most legit miners are picked up as a "virus", because they don't know what is intentional mining and what is an infection.
Not only that but they also use quite a few code obfuscation techniques common to malicious software, so a lot of DNN based heuristic detection systems flag them since very little legitimate software is so heavily obfuscated.

That said I think explaining this to this particular individual, looking at his later posts, may be a lost cause. One of the signs that mining has peaked I suppose; even complete idiots barely capable of tying their shoelaces are trying to get in on it.
Targonis
Jr. Member
*
Offline Offline

Activity: 56
Merit: 13


View Profile
April 19, 2021, 10:15:43 AM
 #8518

why does your miner come as a virus and why does using it unleash a coinmer virus , i wonder what else phoenix miner dows while using it , probably scans your drives hoping for wallets to hack , how many people lost crypto if they had a wallet on the same system as mining i wonder , lets do a poll. if it comes up as a virus in the new version nobody should use it.

There are a number of viruses/malware that use mining engines.   The idea is to infect as many computers as possible and then use them to mine for the author of the virus/malware.   As a result, most legit miners are picked up as a "virus", because they don't know what is intentional mining and what is an infection.
Not only that but they also use quite a few code obfuscation techniques common to malicious software, so a lot of DNN based heuristic detection systems flag them since very little legitimate software is so heavily obfuscated.

That said I think explaining this to this particular individual, looking at his later posts, may be a lost cause. One of the signs that mining has peaked I suppose; even complete idiots barely capable of tying their shoelaces are trying to get in on it.

Good point.   I tried to explain it, but some people are unable to understand a basic concept.
wOvAN
Jr. Member
*
Offline Offline

Activity: 41
Merit: 3


View Profile
April 19, 2021, 11:45:30 AM
Merited by xandry (3)
 #8519

The new beta version is finally ready. You can download PhoenixMiner 5.6a from here:

PhoenixMiner_5.6a_Windows.zip (GitHub)
PhoenixMiner_5.6a_Linux.tar.gz (GitHub)

To check the integrity of the downloaded file, please use the following hashes (you need the last file PhoenixMiner_NVRTC_Windows.zip only if you want to mine BCI with Nvdia cards under Windows):
Code:
    File: PhoenixMiner_5.6a_Windows.zip
    ===================================
   SHA-1: e9134f0b3985e967597f1e82c1cd7b0246fe4568
 SHA-256: e3e10bc0ed7af17c4f38fb8314f9c72350750a554475498346f67a0a590e759b
 SHA-512: 66b3e39daaadcb85fb79143697d8e10f7fc27bc8fc464f48ce1f362fc96235b15aa8a78bcfc547cd1416ebed19bb6e65746136a93318bc17875f50754ba90e57

    File: PhoenixMiner_5.6a_Linux.tar.gz
    ====================================
   SHA-1: d733df2b92876a1ecaff8c7d1f8fe6d5bf675f2d
 SHA-256: 671218da670fc02318e3b4c296b9335984997a512242bdc7d17ed2cde2506de0
 SHA-512: b38934dbdbaff49894ee30d4ae2937b84cd9f997432d68fffc8e23fb1cf8cab57d139533eee354b3be6625987bf628956c54826d42a21bbcebdc76edc3e521d4

    File: PhoenixMiner_NVRTC_Windows.zip
    ====================================
   SHA-1: ff6fa5e018adbd52caf631c42b7c2fac7ce48a51
 SHA-256: 8087757169405d51ea8ba818347fb05d0450aef985c29272165070346eb5a54a
 SHA-512: 7b2d832f7f40578bb1f501d5174467f5ae06612e601dab769fd56d39da48a471b18c6373435a485155f70fec4017d8378797bf1e1dfe5d62fee30fa6a1d992c4

The new features in this release are:

  • Added native kernels for AMD RX6700 GPUs. These are faster than the generic kernels and produce a lot less stale shares
  • Increase the max supported DAG epoch to 550 (should be enough to about Jan 2023)
  • Full support for setting clocks, fan speeds, voltages, and memory timings of AMD RX6900/6800/6700 cards
  • The specific hashrate is now shown in the form of kilo hashes per joule (kH/J). Example: if a GPU has hashrate of 30 MH/s with 100W power usage, the specific hashrate is 300 kH/J
  • Added new command-line parameters -ttj and -ttmem, allowing automatic fan speed control based on GPU hotspot (junction), and memory temperatures respectively. Example: -ttmem 83 will keep the GPU memory temperature at or bellow 83C by increasing the fan speed as necessary. These parameters can be combined with -tt, as well as with each other. These options are supported only on AMD GPUs that report junction and memory temperatures
  • Added new command-line parameters -tmaxj and -tmaxmem, allowing to decrease the GPU usage when the GPU hotspot (junction), or GPU memory temperatures are above the specified thresholds. These options are supported only on AMD GPUs that report junction and memory temperatures
  • Added support for AMD Windows drivers 21.3.2, and 21.3.1
  • Added support for AMD Linux drivers 20.50.x. Use this drivers only if you have Polaris or older GPUs, or the latest RX6x000 GPUs. WARNING: Vega, Radeon VII, and Navi GPUs won't work with these drivers!
  • Turn off the zero fan feature on AMD cards whenever a fixed fan speed is used (e.g. -tt -40), or when an auto fan with min fan speed is used (e.g. -tt 63 -minfan 35). To disable this feature, add -fanstop 1 command-line parameter
  • When -mcdag 1 is specified under Linux, the miner will not wait for the daggen.sh script to finish before starting to generate the DAGs. Instead it will for a fixed 7 seconds. This allows you to do all the following in the daggen.sh: turn off the overclocking of Nvidia GPUs, sleep for 30-60 seconds to allow time for DAG generation, and then re-apply the overclocking of the Nvidia GPUs
  • Other small improvements and fixes

The support for -ttj, -ttmem, -tmaxj, and -tmaxmem for Nvidia 3090 and 3080 GPUs is not yet ready for release. We hope to have it ready for the final 5.6 release.

For more robust integrity check, you can use our GPG public key, which was verifyed with ETH transaction from our main devfee account as explained here: https://bitcointalk.org/index.php?topic=2647654.msg56755869#msg56755869. Here are the signatures for the files in this release:


Please let us know if you have any problems or questions related to PhoenixMiner 5.6a.

Bug: No temps in on Nvidia cards in Windows driver 461.92
tonyhinkle
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
April 19, 2021, 02:57:19 PM
 #8520


Will RTX 3060 mine without installation on a motherboard, speed 48-50 mh / s?

No.  The known workarounds have nothing to do with the miner (PhoenixMiner, etc.).  Three conditions are required to get a 3060 to sustain full hashrate:

  • Directly connected to a PCIe x16 slot (risers do not work, but from what I understand a PCI extension cable should work)
  • The Nvidia 470.05 development driver
  • A powered-on monitor or an HDMI dummy plug connected

See https://www.reddit.com/r/EtherMining/comments/m65tc4/rtx_3060_share_what_works_what_doesnt_on_47005/
Pages: « 1 ... 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 [426] 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 ... 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!