Bitcoin Forum
May 05, 2024, 02:29:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 »
  Print  
Author Topic: tdxminer lyra2z/XZC Miner for AMD GPUs on Linux  (Read 44500 times)
alizali
Newbie
*
Offline Offline

Activity: 197
Merit: 0


View Profile
June 22, 2018, 05:15:38 PM
 #341

Code:
while true; 
do
  for gpuid in {0..3}; do
    wolfamdctrl -i $gpuid --mem-state 1 --mem-clock 2000 --core-state 7 --core-clock 1167 --volt-state 1 --vddc-table-set 900 --set-fanspeed 60
    wolfamdctrl -i $gpuid --mem-state 1 --mem-clock 2000 --core-state 7 --core-clock 1167 --volt-state 2 --vddc-table-set 900 --set-fanspeed 60
    wolfamdctrl -i $gpuid --mem-state 1 --mem-clock 2000 --core-state 7 --core-clock 1167 --volt-state 3 --vddc-table-set 900 --set-fanspeed 60
    wolfamdctrl -i $gpuid --mem-state 1 --mem-clock 2000 --core-state 7 --core-clock 1167 --volt-state 4 --vddc-table-set 900 --set-fanspeed 60
    wolfamdctrl -i $gpuid --mem-state 1 --mem-clock 2000 --core-state 7 --core-clock 1167 --volt-state 5 --vddc-table-set 900 --set-fanspeed 60
    wolfamdctrl -i $gpuid --mem-state 1 --mem-clock 2000 --core-state 7 --core-clock 1167 --volt-state 6 --vddc-table-set 900 --set-fanspeed 60
    wolfamdctrl -i $gpuid --mem-state 1 --mem-clock 2000 --core-state 7 --core-clock 1167 --volt-state 7 --vddc-table-set 900 --set-fanspeed 60
    wolfamdctrl -i $gpuid --mem-state 1 --mem-clock 2000 --core-state 7 --core-clock 1167 --volt-state 8 --vddc-table-set 900 --set-fanspeed 60
  done

  /home/user/tdxminer/tdxminer -a lyra2z -o <pool> -u <wallet> -p <password> && break;
done

You can shorten it, I did not bother. It just sets clocks, fan speeds and voltage states. You could have one line and another loop for volt state, but as I said I did not bother. Then just calls the miner. Replace pool, wallet and password obviously. If the miner crashes it repeats itself. Then only downside is that the only way to stop it as of now is to reboot the rig Smiley I did not bother with improving it so far, you people are free to do so.

The params are for the RX 580 cards if you wondered, but I have the exact same params for the RX 470 cards.

how should i run it in SSH in hiveos
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
alizali
Newbie
*
Offline Offline

Activity: 197
Merit: 0


View Profile
June 22, 2018, 06:53:53 PM
 #342

i try to run the script
but i have this error
Code:
Error opening /sys/class/drm/card0/device/pp_table (are you root, and does it exist?)
what is the problem
WRIMBA
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 23, 2018, 03:37:24 AM
 #343

Great work you got there, 3% is a low dev fee when RXs mine together with 1080TIs, the kernel can fit an rx460/560? or is there too much work to do? Wanna mine lyra on the little guys too!

What is the power usage like for RX 570/580? Anyone with some info on this? Smiley

from 120w to 140w per GPU, depending on how much you can overclock and undervolt!


Thanks for the information about the power draw for the Rx 570/580s. It appears that lyra2z doesn't offer the significant power savings when compared to mining that algorithm on Nvidia. :/ It's still good to have more options in any case.

Hi, I'm having 5x RX570, it uses 620W from wall and gives 14.5 MH/s. they work on 1500 or 1750 MHz.


Can you provide your motherboard model reference, my rig can only run 1 GPU Cry











alizali
Newbie
*
Offline Offline

Activity: 197
Merit: 0


View Profile
June 23, 2018, 03:46:43 PM
 #344

7 rx 470/core:1169/DMP:1/v:860mV/memory:900/fans@50%= 20mh/s
temp are 51~55C
730 Watt on the wall


any better idea for better resault
Don Heraldo
Jr. Member
*
Offline Offline

Activity: 44
Merit: 5


View Profile
June 23, 2018, 05:55:53 PM
 #345

Can I use a RX580 in PCI gen 2 for rocm 1.8.1 and tdxminer? I use an older PC for mining. 2 GPU are installed: Vega64 and RX580.

The Vega64 (PCIe x16 Gen 2 via riser) is ok and runs with 8 MH/s. The RX580 is plugged directly into a PCIe x16 Gen 2.
rocm-smi finds both cards, clinfo and tdxminer only the Vega64.
loddy
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 23, 2018, 07:49:09 PM
 #346

Can I use a RX580 in PCI gen 2 for rocm 1.8.1 and tdxminer? I use an older PC for mining. 2 GPU are installed: Vega64 and RX580.

The Vega64 (PCIe x16 Gen 2 via riser) is ok and runs with 8 MH/s. The RX580 is plugged directly into a PCIe x16 Gen 2.
rocm-smi finds both cards, clinfo and tdxminer only the Vega64.

Only can mix rxs and vegas with all gen-3 mobo and cpu with atomics. Or two rigs, one with rocm for vegas and another with amdgpu-pro for rxs.

How much power drain your vega at 8MHS?  

Don Heraldo
Jr. Member
*
Offline Offline

Activity: 44
Merit: 5


View Profile
June 23, 2018, 08:13:59 PM
 #347

How much power drain your vega at 8MHS?  
Thanks for the info. The Vega 64 eats 262 Watt.
smoothyvo
Jr. Member
*
Offline Offline

Activity: 52
Merit: 1


View Profile
June 23, 2018, 08:42:18 PM
 #348

I installed on Xubuntu with RX580 and it worked. Then I did another install with a RX570 and I get "Failed to list OpenCL platforms ". I'm pretty sure I did everything the same. Anyone know what this means?
kuramsalkurgu
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 23, 2018, 10:19:28 PM
 #349

again again ... driver problems ubuntu problems  i still try install . anything not working .When is the  Windows version coming out? where can i find all in one or setup and mine ubuntu distribution ?
skov86
Member
**
Offline Offline

Activity: 147
Merit: 10


View Profile
June 24, 2018, 07:16:20 PM
 #350

Got it running but unfortunately only two gpu's are recognized? any idea?

Motherboard is Gigabyte Gaming-K5
sidaliroy
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
June 24, 2018, 10:50:01 PM
 #351

Give us windows version already Sad
skov86
Member
**
Offline Offline

Activity: 147
Merit: 10


View Profile
June 25, 2018, 02:40:36 AM
 #352

Hmm switching drivers opened one more GPU for me... now 3 out of 6 are mining. Does anyone have clue Z270 Gigabyte Gaming K5?
xenofobia
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
June 25, 2018, 05:30:40 AM
 #353

Is there any way to run more than 6 vegas?
deksa
Newbie
*
Offline Offline

Activity: 94
Merit: 0


View Profile
June 25, 2018, 06:24:39 AM
 #354

Anyone has any script for setting this miner on HiveOS? Trying for 2 days now, no luck Sad Tried on Ubuntu with ROCm 1.8 driver, SMOS and HiveOS. Newbie in Linux and HiveOS here. If someone could help me would be great.
PM me pls.
Thanks!
SimpleM
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 25, 2018, 07:26:26 AM
 #355

Anyone has any script for setting this miner on HiveOS? Trying for 2 days now, no luck Sad Tried on Ubuntu with ROCm 1.8 driver, SMOS and HiveOS. Newbie in Linux and HiveOS here. If someone could help me would be great.
PM me pls.
Thanks!

You can use the instructions i've posted on hiveos forums.

http://forum.hiveos.farm/discussion/1198/tdxminer-integration-for-hive
F848
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
June 25, 2018, 07:28:08 AM
 #356

Any update on RX560/550 cards ?   thanks
I can run a 2GB RX 460, but only via ROCm. So if you only tried with AMDGPU-PRO until now, give ROCm a shot.
notsure85
Member
**
Offline Offline

Activity: 139
Merit: 10


View Profile
June 25, 2018, 08:20:20 AM
 #357

does this miner work with r9 290x cards?
deksa
Newbie
*
Offline Offline

Activity: 94
Merit: 0


View Profile
June 25, 2018, 09:05:56 AM
Last edit: June 26, 2018, 06:50:48 AM by deksa
 #358

Anyone has any script for setting this miner on HiveOS? Trying for 2 days now, no luck Sad Tried on Ubuntu with ROCm 1.8 driver, SMOS and HiveOS. Newbie in Linux and HiveOS here. If someone could help me would be great.
PM me pls.
Thanks!

You can use the instructions i've posted on hiveos forums.

http://forum.hiveos.farm/discussion/1198/tdxminer-integration-for-hive

thanks!
kedes
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
June 25, 2018, 09:36:02 AM
 #359

Could anybody post or give a link to detailed guide how to install ubuntu, install drivers and then download and run tdxminer please?
alizali
Newbie
*
Offline Offline

Activity: 197
Merit: 0


View Profile
June 25, 2018, 10:17:16 AM
 #360

txminer is great
integrated in hiveOS
470 4 gig give us 2.97 on lyra2z
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 »
  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!