Search content
Sort by

Showing 6 of 6 results by BryanMeLee
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.7 (Windows/Linux)
by
BryanMeLee
on 24/05/2018, 15:49:20 UTC
Anyway, I will release new version in a few days, Linux version will work properly in latest Ubuntu too.

Thank you!!!
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.7 (Windows/Linux)
by
BryanMeLee
on 21/05/2018, 13:23:45 UTC

Well I'm very new to ubuntu, but I'm moving to it permanently now.
Honestly I'm not sure what I did to get it working eventually, a heck of a lot googling and installing packages.

from a shell:

dpkg -l libcurl4
dpkg -l libcurl3

The one that is installed will list the version.  The one that is not will simply say "" for version.
Looks like only libcurl3 is installed
[/quote]

Yeah, which is a valid workaround for dedicated mining rigs.  But for a desktop, a lot of the most recent packages require libcurl4 instead.  For myself virtualbox and obs are the main conflicts.
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.7 (Windows/Linux)
by
BryanMeLee
on 18/05/2018, 14:47:31 UTC
Finally managed to get 11.7 running in ubuntu, had an issue where the miner couldn't find libcurl.so.4.
Only thing now is, for some reason the miner started mining devfee. Of course I don't mind except that I'm using a 1060 3gb and devfee is not supposed to mine on them anymore right?

What did you do to get it running?  Hopefully you found a workaround that allows you to have both libcurl4 and libcurl3 installed.



Well I'm very new to ubuntu, but I'm moving to it permanently now.
Honestly I'm not sure what I did to get it working eventually, a heck of a lot googling and installing packages.

from a shell:

dpkg -l libcurl4
dpkg -l libcurl3

The one that is installed will list the version.  The one that is not will simply say "" for version.
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.7 (Windows/Linux)
by
BryanMeLee
on 16/05/2018, 20:19:25 UTC
Finally managed to get 11.7 running in ubuntu, had an issue where the miner couldn't find libcurl.so.4.
Only thing now is, for some reason the miner started mining devfee. Of course I don't mind except that I'm using a 1060 3gb and devfee is not supposed to mine on them anymore right?

What did you do to get it running?  Hopefully you found a workaround that allows you to have both libcurl4 and libcurl3 installed.

Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.7 (Windows/Linux)
by
BryanMeLee
on 08/05/2018, 13:59:00 UTC
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.

Claymore, there is a libcurl3 package that can be installed (if libcurl4 is uninstalled).  However, 18.04 systems have other packages that depend on libcurl4.  Most notably for me virtualbox-5.2 and obs-studio.  I realize this would not be a problem for a dedicated mining rig, but some of us also do off-hours mining on our desktop rigs.
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.7 (Windows/Linux)
by
BryanMeLee
on 02/05/2018, 19:42:08 UTC
If someone uses new Ubuntu 18.04 LTS, claymore ends with an error message:
Code:
/usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found ...

To correct it, just install older version of curl library

Code:
sudo apt install libcurl3

But what if libcurl4 is required for other applications installed?  I don't have a dedicated mining rig.  I use my desktop during off-hours.