Bitcoin Forum
May 03, 2024, 09:23:20 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)
yaya79
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
July 01, 2018, 09:59:08 PM
 #441

Vega 64 + last rocm
https://preview.ibb.co/d7dTZy/5a0c695c_f24e_4c8d_b96b_155e7a728e9f.jpg
1714771400
Hero Member
*
Offline Offline

Posts: 1714771400

View Profile Personal Message (Offline)

Ignore
1714771400
Reply with quote  #2

1714771400
Report to moderator
1714771400
Hero Member
*
Offline Offline

Posts: 1714771400

View Profile Personal Message (Offline)

Ignore
1714771400
Reply with quote  #2

1714771400
Report to moderator
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Bucheran
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
July 01, 2018, 11:25:26 PM
 #442

tdp?
400acres
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
July 02, 2018, 12:05:26 AM
 #443

Is there a monitoring port in TDXMiner so I can monitor hash/production in awesome miner?
gumso
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
July 02, 2018, 04:42:20 AM
 #444

Fist of all i should thank the dev for making the vega very profitable again

Here is what i did

6x Vega 56 (MSI Airboost OC)
Asus B250 Mining Expert Mobo with PCI-E 1x risers and Gen3 in BIOS

1. Freshly Installed Ubuntu 16.04 Desktop (http://releases.ubuntu.com/16.04/)
2. Followed the ROCM AMD Driver Installation (https://github.com/RadeonOpenCompute/ROCm)

Created a Fan Control Script (amd-fan.sh)

#!/bin/bash
/opt/rocm/bin/rocm-smi -d 0 --setfan 150
/opt/rocm/bin/rocm-smi -d 1 --setfan 150
/opt/rocm/bin/rocm-smi -d 2 --setfan 150
/opt/rocm/bin/rocm-smi -d 3 --setfan 150
/opt/rocm/bin/rocm-smi -d 4 --setfan 150
/opt/rocm/bin/rocm-smi -d 5 --setfan 150
exit 0


No other Overclocking as it does not improve my hashrate but the Power consumption but with the stock settings and fan limit each card is consuming 150W so total 900W

https://imgur.com/xzGT0Sk

At present getting 35Mhs and miner is very stable, actually impressed with it

https://imgur.com/B6XQGK1

Will play with OCs soon and update

I must say Vega is pretty stable on linux, i have been mining Haven, Loki on windows and i know how hard to keep watching the miner crash, thanks a lot Dev @todxx

Hi Victor, thanks for sharing, using your guide here i got my rig working after a few tweaks.
Did you have any luck with OCs?
artful
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
July 02, 2018, 09:08:43 AM
 #445

i have rx580 and vegafe in one case

Code:
====================    ROCm System Management Interface    ====================
================================================================================
 GPU  Temp    AvgPwr   SCLK     MCLK     Fan      Perf    SCLK OD
  1   25.0c   33.166W  300Mhz   300Mhz   56.86%   auto      0%       
  0   69.0c   219.0W   1440Mhz  945Mhz   14.9%    auto      0%       
================================================================================
====================           End of ROCm SMI Log          ====================

Code:
root@free:/opt/tdxminer# ./tdxminer -a lyra2z -o stratum+tcp://lyra2z.eu.nicehash.com:3365 -u 3LHhV4w59LbXNFJrmTSyzBVW6iUC7dAjTv.aaa -d 3
             tdxminer version 0.2.2.2
  This is a beta release and may be unstable on some hardware.
[2018-07-02 12:02:39] Device number 3 is out of range.
root@free:/opt/tdxminer# ./tdxminer -a lyra2z -o stratum+tcp://lyra2z.eu.nicehash.com:3365 -u 3LHhV4w59LbXNFJrmTSyzBVW6iUC7dAjTv.aaa -d 2
             tdxminer version 0.2.2.2
  This is a beta release and may be unstable on some hardware.
[2018-07-02 12:02:40] Device number 2 is out of range.
root@free:/opt/tdxminer# ./tdxminer -a lyra2z -o stratum+tcp://lyra2z.eu.nicehash.com:3365 -u 3LHhV4w59LbXNFJrmTSyzBVW6iUC7dAjTv.aaa -d 1
             tdxminer version 0.2.2.2
  This is a beta release and may be unstable on some hardware.
[2018-07-02 12:02:41] Device number 1 is out of range.
root@free:/opt/tdxminer# ./tdxminer -a lyra2z -o stratum+tcp://lyra2z.eu.nicehash.com:3365 -u 3LHhV4w59LbXNFJrmTSyzBVW6iUC7dAjTv.aaa -d 0
             tdxminer version 0.2.2.2
  This is a beta release and may be unstable on some hardware.
[2018-07-02 12:02:42] Successfully initialized GPU 0: Vega with 64 CU
[2018-07-02 12:02:42] Pool lyra2z.eu.nicehash.com successfully subscribed.

the miner does not see RX580 whitch ROCm 1.8.1
Don Heraldo
Jr. Member
*
Offline Offline

Activity: 44
Merit: 5


View Profile
July 02, 2018, 11:40:42 AM
 #446

i have rx580 and vegafe in one case
...
the miner does not see RX580 whitch ROCm 1.8.1

PCI gen 2? See below
https://bitcointalk.org/index.php?topic=3299496.msg40753438#msg40753438
SimpleM
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
July 02, 2018, 08:56:52 PM
 #447

i have rx580 and vegafe in one case

Code:
====================    ROCm System Management Interface    ====================
================================================================================
 GPU  Temp    AvgPwr   SCLK     MCLK     Fan      Perf    SCLK OD
  1   25.0c   33.166W  300Mhz   300Mhz   56.86%   auto      0%       
  0   69.0c   219.0W   1440Mhz  945Mhz   14.9%    auto      0%       
================================================================================
====================           End of ROCm SMI Log          ====================

Code:
root@free:/opt/tdxminer# ./tdxminer -a lyra2z -o stratum+tcp://lyra2z.eu.nicehash.com:3365 -u 3LHhV4w59LbXNFJrmTSyzBVW6iUC7dAjTv.aaa -d 3
             tdxminer version 0.2.2.2
  This is a beta release and may be unstable on some hardware.
[2018-07-02 12:02:39] Device number 3 is out of range.
root@free:/opt/tdxminer# ./tdxminer -a lyra2z -o stratum+tcp://lyra2z.eu.nicehash.com:3365 -u 3LHhV4w59LbXNFJrmTSyzBVW6iUC7dAjTv.aaa -d 2
             tdxminer version 0.2.2.2
  This is a beta release and may be unstable on some hardware.
[2018-07-02 12:02:40] Device number 2 is out of range.
root@free:/opt/tdxminer# ./tdxminer -a lyra2z -o stratum+tcp://lyra2z.eu.nicehash.com:3365 -u 3LHhV4w59LbXNFJrmTSyzBVW6iUC7dAjTv.aaa -d 1
             tdxminer version 0.2.2.2
  This is a beta release and may be unstable on some hardware.
[2018-07-02 12:02:41] Device number 1 is out of range.
root@free:/opt/tdxminer# ./tdxminer -a lyra2z -o stratum+tcp://lyra2z.eu.nicehash.com:3365 -u 3LHhV4w59LbXNFJrmTSyzBVW6iUC7dAjTv.aaa -d 0
             tdxminer version 0.2.2.2
  This is a beta release and may be unstable on some hardware.
[2018-07-02 12:02:42] Successfully initialized GPU 0: Vega with 64 CU
[2018-07-02 12:02:42] Pool lyra2z.eu.nicehash.com successfully subscribed.

the miner does not see RX580 whitch ROCm 1.8.1

prefix your miner like this and try again:

Code:
root@free:/opt/tdxminer# HSA_ENABLE_SDMA=0 ./tdxminer -a lyra2z -o stratum+tcp://lyra2z......
Bakchiadai
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
July 03, 2018, 10:43:48 AM
 #448

Guys, how much is a fee for this miner?

I am mining gin on bsod and get around 1 coin from 33MH, however, I am supposed to get around 1.4. So, is the fee here so high or bsod stealing part of mining?
Author says about 3% devfee
In real life your estimated earnings will be lower around 20% of what you expect  by calculator



Confirmed, my shares are roughly 25% lower than expected, I took 3 days of almost non-interrupted mining (few hours downtime on one of my 4 rigs).
Results are as follows:
Rig 1: 12x MSI Gaming X 570 - reported hashrate 39 mh/s (HiveOS)
Rig 2: 8x Sapphire Nitro 570 - reported hashrate 24.5 mh/s (EthOS)
Rig 3: 6x mixed Rx 480 -reported hashrate 19.2 mh/s (HiveOS)
Rig 4: 6x Radeon Vega 64 - reported hashrate 35 mh/s (ubuntu 16.04, 4 hours downtime)

Total Hashrate, 117,5 mh/s, let's say my average was 110 mh/s, then the calc says I should have earned 4.6 GIN.
Here are my results from Angrypool.
https://imgur.com/d7PZbPg - Hashrate reported by Angrypool, pretty much inline with my miners' reported hashrates
https://imgur.com/kAUH6Zt - Payout of 3.6 GIN which is ~27% under the expected 4.6 GIN...and the difficulty has GONE UP over the last 24 hours.

I don't have rejected shares and when I mine ETH or XMR I am usually only 3-4% under the calculator's predictions.

The same happened over the last 3 days, considering that Angrypool has a fee of only 0.5% I think its pretty much confirmed, the calculator is wrong and miners are being drawn to the network by inaccurate profit predictions. Making it a lose-lose situation for all of us.


MountainMining
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 03, 2018, 04:45:47 PM
 #449

Guys, how much is a fee for this miner?

I am mining gin on bsod and get around 1 coin from 33MH, however, I am supposed to get around 1.4. So, is the fee here so high or bsod stealing part of mining?
Author says about 3% devfee
In real life your estimated earnings will be lower around 20% of what you expect  by calculator



Confirmed, my shares are roughly 25% lower than expected, I took 3 days of almost non-interrupted mining (few hours downtime on one of my 4 rigs).
Results are as follows:
Rig 1: 12x MSI Gaming X 570 - reported hashrate 39 mh/s (HiveOS)
Rig 2: 8x Sapphire Nitro 570 - reported hashrate 24.5 mh/s (EthOS)
Rig 3: 6x mixed Rx 480 -reported hashrate 19.2 mh/s (HiveOS)
Rig 4: 6x Radeon Vega 64 - reported hashrate 35 mh/s (ubuntu 16.04, 4 hours downtime)

Total Hashrate, 117,5 mh/s, let's say my average was 110 mh/s, then the calc says I should have earned 4.6 GIN.
Here are my results from Angrypool.
https://imgur.com/d7PZbPg - Hashrate reported by Angrypool, pretty much inline with my miners' reported hashrates
https://imgur.com/kAUH6Zt - Payout of 3.6 GIN which is ~27% under the expected 4.6 GIN...and the difficulty has GONE UP over the last 24 hours.

I don't have rejected shares and when I mine ETH or XMR I am usually only 3-4% under the calculator's predictions.

The same happened over the last 3 days, considering that Angrypool has a fee of only 0.5% I think its pretty much confirmed, the calculator is wrong and miners are being drawn to the network by inaccurate profit predictions. Making it a lose-lose situation for all of us.




Has anyone figured out what is causing this problem?  I have five rigs with mostly Sapphire RX 580s.  I am using tdxminer, integrated with HiveOS, to mine two different coins on two separate pools.  I am not earning anything close to what the calculators estimated.  Is there a problem with the Lyra2z algo?
PKBO
Newbie
*
Offline Offline

Activity: 118
Merit: 0


View Profile
July 03, 2018, 09:45:16 PM
 #450

No, there is no problem, you just mining small shitcoins with low market cap + low hashrate, whitch is really really unpredictable and volatile to calculate earnings... Becouse once it will show nice profit, all miners jump into it and dificulty goes higher...

You need to understand that only 0,01 % of all GPUS mining lyra2z, so even little higher number of active miners mean really big impact into earnings.
Anthony42
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
July 04, 2018, 02:52:11 AM
 #451

confirm, the problem is on lyra2z. On phi2 or any other algorithm 3-4% deviation with calculators but not 27%... And about the fact that the calculators specifically do it - it's not exactly, just the Lira was apparently not designed for such a power network, and now there is an error in the calculation of complexity.... Generally when podseti arrived at лиpe2з necessary from the final profit take 27%  Grin
squallw
Full Member
***
Offline Offline

Activity: 504
Merit: 122


View Profile
July 04, 2018, 05:37:26 AM
Last edit: July 04, 2018, 05:54:33 AM by squallw
 #452

I tested bsod and got arount -30% reward. So i decided to change to another one, i tested angry pool, for some hours the reward was good, but in 24h reward was -40% that calc says.
Finally i tested https://www.pickaxe.pro and got arount +50% in the first 24h(maybe lucky), but average in 1 week is more than the calc says for me.
Today was a bad day because the pool hash rate wasn't good.
zientarski
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
July 04, 2018, 04:10:59 PM
 #453

Do you know if there exist Linux scrypt which could connect wit Awesome Miner API and based on recieved information start predefinied software with recieved programable parameters.

I am thinking about tdxminer pool/coin switch based on Awsom Miner or any other profit switch program.

Awesome Miner support API with sgminer and ccminer so it should be possible to make this kind of script. This could be profitable to change coins/pools.

Ideally if tdxminer could have API which allow pool/coin switch.
professorkuusamo
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 04, 2018, 06:10:10 PM
 #454

confirm, the problem is on lyra2z. On phi2 or any other algorithm 3-4% deviation with calculators but not 27%... And about the fact that the calculators specifically do it - it's not exactly, just the Lira was apparently not designed for such a power network, and now there is an error in the calculation of complexity.... Generally when podseti arrived at лиpe2з necessary from the final profit take 27%  Grin
мyткo cтaйл
oup59
Sr. Member
****
Offline Offline

Activity: 382
Merit: 251


View Profile
July 04, 2018, 06:31:11 PM
 #455


Rig 1: 12x MSI Gaming X 570 - reported hashrate 39 mh/s (HiveOS)

Hi,

Do you apply core and mem OC/DC along with voltage settings (if applicaple for AMD in HiveOS) via HiveOS or mod gpu bios and just run in HiveOS?

Would you care to share your gpu,mem and voltage values to get 3.25 mh/s per RX 570?

NEver used HiveOS before but I prepared an HiveOS USB integrated with TDXMiner but did not try yet. Plan to do this weekend when I get close to my rig.

Thanks.
LapayN
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
July 04, 2018, 08:59:29 PM
 #456

How has rate in nvdiai 1080ti?
deksa
Newbie
*
Offline Offline

Activity: 94
Merit: 0


View Profile
July 05, 2018, 04:52:18 AM
 #457

Please share some OC settings for RX 580 8gb.
Do I need to bios mod it or what?
Using HiveOS and getting 1.6 mh/s only.
Any way to OC via the terminal?
Thanks!
Bakchiadai
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
July 05, 2018, 10:10:02 AM
 #458


Rig 1: 12x MSI Gaming X 570 - reported hashrate 39 mh/s (HiveOS)

Hi,

Do you apply core and mem OC/DC along with voltage settings (if applicaple for AMD in HiveOS) via HiveOS or mod gpu bios and just run in HiveOS?

Would you care to share your gpu,mem and voltage values to get 3.25 mh/s per RX 570?

NEver used HiveOS before but I prepared an HiveOS USB integrated with TDXMiner but did not try yet. Plan to do this weekend when I get close to my rig.

Thanks.

As requested:
https://i.imgur.com/0Lrxgwd.png

Actual hashrate on the rig is 38.6 mh/s
Oh and referring to my previous post of making less than the calculator says, im now down to under 3 GIN, when I should be getting close to 4.5... absolute bullshit.
deksa
Newbie
*
Offline Offline

Activity: 94
Merit: 0


View Profile
July 05, 2018, 11:04:35 AM
 #459

Please share some OC settings for RX 580 8gb.
Do I need to bios mod it or what?
Using HiveOS and getting 1.6 mh/s only.
Any way to OC via the terminal?
Thanks!

A little update:
3.1 mhs now on default voltage, 1360 core and 1100 memory...
I think I can push more, also undervolt.
Any suggestion?
Thanks!
oup59
Sr. Member
****
Offline Offline

Activity: 382
Merit: 251


View Profile
July 05, 2018, 05:21:15 PM
Last edit: July 05, 2018, 05:39:24 PM by oup59
 #460


Actual hashrate on the rig is 38.6 mh/s
Oh and referring to my previous post of making less than the calculator says, im now down to under 3 GIN, when I should be getting close to 4.5... absolute bullshit.


Thanks for the feedback. I checked 4 calculators on Lyraz2 with 111mh/s hash value and values were like 4.5-4.7 GIN per day.  Either your real production is way off cuz of sth else (pool issue etc) or the calcs are way off.

3rd option is harsh truth: 111mh/s makes 3ish GIN a day currently.

Which pool is that?
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!