Bitcoin Forum
April 23, 2024, 11:27:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 [1174] 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 ... 1412 »
  Print  
Author Topic: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v15.0 (Windows/Linux)  (Read 6589756 times)
phoxpup
Newbie
*
Offline Offline

Activity: 33
Merit: 0



View Profile
May 23, 2018, 07:45:42 PM
 #23461

I want to report maybe a bug Smiley, Using 11.7:
When I try to start Claymore:
miner@newrig_rx:~$ ./clay/start.sh
/home/miner/clay/ethdcrminer64: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /home/miner/clay/ethdcrminer64)
^C
miner@newrig_rx:~$ lsb_release -a
No LSB modules are available.
Distributor ID:   Ubuntu
Description:   Ubuntu 18.04 LTS
Release:   18.04
Codename:   bionic
Probably, I think there is bug with Claymore - looks for CURL_OPENSSL_3 and not newer versions, because with libcurl3 installed - it works fine, but it doesn't work with libcurl4 (default lib).
Read for some fixes for ArchLinux (They didn't work to me on Ubuntu), but I think that with using Ubuntu 18.04 more and more people will see this error.
Thank you in advance.

Ok I'll check it.

Yes, I upgraded my ubuntu 16.04 system to 18.04 and it broke Claymore's Dual Miner.  Running even the latest V11.5, it was broken.  One "sudo apt remove libcurl4 & sudo apt install libcurl3" and I was rolling.  And before anyone goes and tells me this is a bad idea, I  know it already and thank-you in advance. :-) 🦊  I'm looking forward to seeing a Claymore Dual Miner that works with libcurl4 so I can move everything on to 18.04. :-) 🦊
1713914825
Hero Member
*
Offline Offline

Posts: 1713914825

View Profile Personal Message (Offline)

Ignore
1713914825
Reply with quote  #2

1713914825
Report to moderator
1713914825
Hero Member
*
Offline Offline

Posts: 1713914825

View Profile Personal Message (Offline)

Ignore
1713914825
Reply with quote  #2

1713914825
Report to moderator
1713914825
Hero Member
*
Offline Offline

Posts: 1713914825

View Profile Personal Message (Offline)

Ignore
1713914825
Reply with quote  #2

1713914825
Report to moderator
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713914825
Hero Member
*
Offline Offline

Posts: 1713914825

View Profile Personal Message (Offline)

Ignore
1713914825
Reply with quote  #2

1713914825
Report to moderator
1713914825
Hero Member
*
Offline Offline

Posts: 1713914825

View Profile Personal Message (Offline)

Ignore
1713914825
Reply with quote  #2

1713914825
Report to moderator
1713914825
Hero Member
*
Offline Offline

Posts: 1713914825

View Profile Personal Message (Offline)

Ignore
1713914825
Reply with quote  #2

1713914825
Report to moderator
Claymore (OP)
Donator
Legendary
*
Offline Offline

Activity: 1610
Merit: 1325

Miners developer


View Profile
May 23, 2018, 08:35:39 PM
 #23462

I'm not experienced Linux developer, so may be I understand it incorrectly, but as far as I understand, there is no way to use libcurl3 in latest Ubuntu, right? And there is no way to put it to the miner folder to make it work.
I often hear phrases like "windows is bad" and "linux is freedom", but in fact in Windows I can link my app to libcurl.dll, put that .dll into my app folder and it will work in any Windows. What's wrong with Linux? Do I need to use static linking with each library that I use in my app? Ok I can do it, but it's ridiculous, isn't it? I saw it with OpenSSL until I linked it statically and now I see it again with libcurl.
Please correct me if I'm wrong. I have about 20 years of experience in Windows and it's enough for me, I have to use Linux only to port my miners due to a lot of requests.
PS. Or may be the only way for Linux is to distribute apps in source form and users must build them every time? Sounds funny...

Please read Readme and FAQ in the first post of this thread before asking any questions, probably the answer is already there.
List of my miners: https://bitcointalk.org/index.php?topic=3019607
Claymore (OP)
Donator
Legendary
*
Offline Offline

Activity: 1610
Merit: 1325

Miners developer


View Profile
May 23, 2018, 08:48:28 PM
 #23463

Anyway, I will release new version in a few days, Linux version will work properly in latest Ubuntu too.

Please read Readme and FAQ in the first post of this thread before asking any questions, probably the answer is already there.
List of my miners: https://bitcointalk.org/index.php?topic=3019607
Liberatum
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
May 23, 2018, 08:50:39 PM
 #23464

new amd driver should work fine with april 2018 windows update.
https://support.amd.com/en-us/kb-articles/Pages/Radeon-Software-Adrenalin-Edition-18.5.1-Release-Notes.aspx
bluspirit
Jr. Member
*
Offline Offline

Activity: 70
Merit: 3


View Profile
May 24, 2018, 12:25:09 AM
 #23465

I want to report maybe a bug Smiley, Using 11.7:
When I try to start Claymore:
miner@newrig_rx:~$ ./clay/start.sh
/home/miner/clay/ethdcrminer64: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /home/miner/clay/ethdcrminer64)
^C
miner@newrig_rx:~$ lsb_release -a
No LSB modules are available.
Distributor ID:   Ubuntu
Description:   Ubuntu 18.04 LTS
Release:   18.04
Codename:   bionic
Probably, I think there is bug with Claymore - looks for CURL_OPENSSL_3 and not newer versions, because with libcurl3 installed - it works fine, but it doesn't work with libcurl4 (default lib).
Read for some fixes for ArchLinux (They didn't work to me on Ubuntu), but I think that with using Ubuntu 18.04 more and more people will see this error.
Thank you in advance.

Ok I'll check it.

Yes, I upgraded my ubuntu 16.04 system to 18.04 and it broke Claymore's Dual Miner.  Running even the latest V11.5, it was broken.  One "sudo apt remove libcurl4 & sudo apt install libcurl3" and I was rolling.  And before anyone goes and tells me this is a bad idea, I  know it already and thank-you in advance. :-) 🦊  I'm looking forward to seeing a Claymore Dual Miner that works with libcurl4 so I can move everything on to 18.04. :-) 🦊

Hi, you can try this way:

1) add all needed libraries (libcurl3) in your claymore dir /home/miner/clay/
2) edit your start.sh like that:

Code:
#!/bin/bash

if [ -n "$LD_LIBRARY_PATH" ]; then
  LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/miner/clay
else
  LD_LIBRARY_PATH=/home/miner/clay
fi
export LD_LIBRARY_PATH

./ethdcrminer64 ... your config here

Good luck.
iSuX
Jr. Member
*
Offline Offline

Activity: 42
Merit: 8


View Profile
May 24, 2018, 06:09:50 AM
 #23466

A noob question;
Is memory overclocking work with RX560? mine will not change by -mclock 2000 and got stuck on bios.

Hey there
I'm sure what you mean by "stuck on bios" though??
(FYI, this statement actually makes no sense at all probably, because if the BIOS failed to init, (actually the VERY first thing when you power on a PC, before the CPU, or motherboard), then you would not even know that RX560 existed in your rig.

FYI, the reason the very first thing in a PC that completes init is the GPU, is so the monitor is able to show the user what happens next, (the mb init and boot up etc).
This is of course not always entirely true, if you have multiple GPUs for example, because the BIOS on the motherboard only waits for the first GPU to complete init, then it un-pauses and runs it's own init sequence.

But when you say "overclock", that implies you know what the default clock is to start with, and equally the limits etc.


One way to find that out would be to use GPU-z, which will display the defaults, and the current values.

Like anything, there are limits, those can vary by vendor, model, etc, so one way you could find out about your card, (for sure, rather than believe what people might tell you), is to use ATIWinFlash to save your factory BIOS, then open it in PolarisBiosEditor.
Left pane, second box down, "PowerPlay" there will be a value for "Max Memory Freq. (MHz)" and whatever value you have in there is the absolute maximum the card will accept.

I could be wrong, but the RX560 is not such a common card in mining rigs, and I mention this because all the example batchfiles you see posted, are actually specific settings for specific cards, so don't assume you can use for example, RX580 clock limits (2250) on the RX560.

Maybe you can, maybe you can't, check for yourself on your cards, as above, then you know for sure.

Just out of interest, what hash rates are you seeing on the RX560, with what settings, (post your batchfile).


Post a bit more detail, if you need help, problems you're seeing, expectation not being met, detailed info on hardware, enviro,  drivers.

Good luck.




Thanks for the answer.

Bios memory clock is set to 1750, and the memory is Hynix. My problem is; I cant use -mclock 2000 to set the memory clock by claymore, but I can set it with Overdriventool and wattman to 2000MHZ with no problem.
Also I've tested and I can set it a bit more further to 2100MHZ with those programs without any problem, and its still solid rock stable. But again, I cant change it with claymore.

I'm measuring all sensors and clocks with GPUZ, And for sure, with hashrate too.

I've reached 15.758 MH with overclocking and undervolting with ease and no problem.

For the info, This rig is my side rig, and I've set all others with RX580, not rx560. But as they're exist in my inventory, I should use them too.


OK< but what is the "Max Memory Freq. (MHz)" for that RX560?

Make, model of GPU?
Actually, like I said, and rather than piecemeal this discussion, please post a PolarisBiosEdit screenshot of that card stock BIOS.

Need to see the full picture here, otherwise it's impossible to provide meaningful advice.

KISS. Did you read the Readme.txt?
Summarise/Itemise your hardware/versions/expectations/batchfile & results. The more specific, detailed, the better
fbtdarkhorse
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
May 24, 2018, 11:09:47 AM
 #23467

Anyway, I will release new version in a few days, Linux version will work properly in latest Ubuntu too.

When will the new version be released?
UnclWish
Sr. Member
****
Offline Offline

Activity: 1484
Merit: 253


View Profile
May 24, 2018, 11:15:41 AM
 #23468

Did you tried it yourself? Bugs from 18.4.1 fixed? As I remember in 18.4.1 speed drops to 0 on several cards after different periods of time from start mining...
FFI2013
Hero Member
*****
Offline Offline

Activity: 906
Merit: 507


View Profile
May 24, 2018, 11:16:30 AM
 #23469




I've reached 15.758 MH with overclocking and undervolting with ease and no problem.



I've a rx560 Hynix too, which timingstraps/clocks do you use to get 15.8MH? I can't reach 15
I'd like to know that also I bought a few gigabyte rev1 rx 560 when it was impossible to buy a 570/580 well for a normal price, but I'll have to say the rx 560 isn't a bad little card
Liberatum
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
May 24, 2018, 12:35:30 PM
 #23470

Did you tried it yourself? Bugs from 18.4.1 fixed? As I remember in 18.4.1 speed drops to 0 on several cards after different periods of time from start mining...
I`m using new drivers since last night on 2 rigs all good so far.
BryanMeLee
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
May 24, 2018, 03:49:20 PM
 #23471

Anyway, I will release new version in a few days, Linux version will work properly in latest Ubuntu too.

Thank you!!!
Budds
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 24, 2018, 06:45:23 PM
 #23472

Do you know why Claymore 11.7 does not work anymore?

At home, when I throw it, it cuts off immediately!
on the other hand if I run Claymore 11.6 or an earlier version it works. It's weird not Huh
Call_Me_Bambi
Sr. Member
****
Offline Offline

Activity: 574
Merit: 261


View Profile
May 24, 2018, 07:10:12 PM
 #23473

Do you know why Claymore 11.7 does not work anymore?

At home, when I throw it, it cuts off immediately!
on the other hand if I run Claymore 11.6 or an earlier version it works. It's weird not Huh

This can sometimes happen when Windows Defender, or other virus scanner, deletes the "EthDcrMiner64.exe" file thinking it's a virus.
If you could post any error messages you get this would help.
Run Claymore in a DOS box, this will stop it closing imediately and let you see any errors it reports.
Facinat
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
May 24, 2018, 07:29:36 PM
 #23474

Do you know why Claymore 11.7 does not work anymore?

At home, when I throw it, it cuts off immediately!
on the other hand if I run Claymore 11.6 or an earlier version it works. It's weird not Huh

Put the 11.7 in a exclusion directory, then it should be fine.
Budds
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 24, 2018, 07:37:36 PM
 #23475

Ok thank you guys !! Wink
I did what you advised me @Facinat  Smiley, I excluded claymore files in Windows Defender but I think I'll have to give the Claymore 11.7 folder as recommended @Call_Me_Bambi  Smiley, Windows Defender had to delete the file EthDcrMiner64.exe, I am not next but I will do it and you will be redirected, there is no reason that it is not ca! it works since more the last release of version 11.7.

Thanks guys ! :-)
UnclWish
Sr. Member
****
Offline Offline

Activity: 1484
Merit: 253


View Profile
May 24, 2018, 08:32:19 PM
Last edit: May 24, 2018, 10:10:15 PM by UnclWish
 #23476

Did you tried it yourself? Bugs from 18.4.1 fixed? As I remember in 18.4.1 speed drops to 0 on several cards after different periods of time from start mining...
I`m using new drivers since last night on 2 rigs all good so far.
Vega cards? I heard that on Vega new drivers works normal... But on Polaris...

EDIT: Just installed 18.5.1 drivers on my RX 580 and 270X. Looks like Claymore's Cryptonote and Dual miners works normal... It's good sign...
biospb
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
May 24, 2018, 10:39:54 PM
 #23477

I'm not experienced Linux developer, so may be I understand it incorrectly, but as far as I understand, there is no way to use libcurl3 in latest Ubuntu, right? And there is no way to put it to the miner folder to make it work.
I often hear phrases like "windows is bad" and "linux is freedom", but in fact in Windows I can link my app to libcurl.dll, put that .dll into my app folder and it will work in any Windows. What's wrong with Linux? Do I need to use static linking with each library that I use in my app? Ok I can do it, but it's ridiculous, isn't it? I saw it with OpenSSL until I linked it statically and now I see it again with libcurl.
Please correct me if I'm wrong. I have about 20 years of experience in Windows and it's enough for me, I have to use Linux only to port my miners due to a lot of requests.
PS. Or may be the only way for Linux is to distribute apps in source form and users must build them every time? Sounds funny...

In linux you can put somelib.so in your app dir and link with it also.

btw, I have some issues with fanmin option. it seems not work on my AMD cards. fans stop for a while on start and sometimes during mining when temp gets too low. Is it normal with -fanmin 30 option? If -tt 1 is set, fans never stop.

also I have suggestion - add option to stop mining when gpu reaches some amount of invalid shares.
Overheating & overclocking can result in permanent invalid shares generation for a long time without crashing and normal hashrate. Only manual restart helps in such situation.
Thanks in advance.
Call_Me_Bambi
Sr. Member
****
Offline Offline

Activity: 574
Merit: 261


View Profile
May 24, 2018, 11:31:29 PM
 #23478

Ok thank you guys !! Wink
I did what you advised me @Facinat  Smiley, I excluded claymore files in Windows Defender but I think I'll have to give the Claymore 11.7 folder as recommended @Call_Me_Bambi  Smiley, Windows Defender had to delete the file EthDcrMiner64.exe, I am not next but I will do it and you will be redirected, there is no reason that it is not ca! it works since more the last release of version 11.7.

Thanks guys ! :-)

It was after a couple puzzling shutdowns of Claymore before I figured out what was happening (a long time ago).
I think this tip should be marked as a 'sticky' as it has caught out so many people, and not only with Claymore but other miners too.
WhackOBill
Jr. Member
*
Offline Offline

Activity: 73
Merit: 3


View Profile
May 25, 2018, 01:51:03 AM
 #23479

Claymore 11.7 has been running well for me with only the occasional slowdown of card for a couple of minutes only to pick back up to speed.

My only problem is that I can't reliably STOP the program.  I get a BSD from a driver fault whenever I try to stop.  I've tried most of this year's drivers from the 18.2 in Feb to the one before the latest.  I'm in no hurry to be current on my driver under Win10 but I am looking for that stability.  No memory errors and nothing crazy in the overclocking realm.  I'm about 28.5MHs on each of my 580s.

I do use DDU in Safe Mode when I switch drivers to get the cleanest possible install.

Any thoughts about where to look?
What bioses?

I'm running Ultramix 3.1 with Samsung memory and just a strap copy with the Hynix ... 1750 to 2000. All are at 2000MHz.  They really clip along fairly well.  I just can't reliably stop them. Smiley

I suppose it could be worse.
Well that happens with too much oc

Turned out ... my boot drive was going bad and when trying to quit the closing of the log files was just too much.  It manifested itself in several ways but one was BSD's of various sorts from the display driver.  Maddening to figure that one out.  New drive ... no issues since.  I was lucky there was enough life left in it to pull off a clone.
Dbatch
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
May 25, 2018, 04:46:19 AM
 #23480

Latest claymore won't even launch for me with new windows update ughhhhh.. Stupid PC updated only 11.0 working for me and lower hash rates on my vega 64.. Same settings with overdriventool I would get 46 mhs now just 37. Using latest amd drivers. roll back on driver does not change this.  Angry
Pages: « 1 ... 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 [1174] 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 ... 1412 »
  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!