Search content
Sort by

Showing 2 of 2 results by igor_voltaic
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.2 (Windows/Linux)
by
igor_voltaic
on 18/03/2018, 14:48:58 UTC
Version 11.2 doesn't run on CentOS 7 and return a missing libssl-1.0.0 even if not linked with openssl! CentOS 7 have openssl version 1.0.2k installed. Some one run claymore 11.2 on Linux with newer openssl ?

It works fine on Ubuntu 14.04 and 16.04, probably you should create a link to your openssl version.


Link won't work, cause you check the version number, and it will be
Code:
#openssl version
OpenSSL 1.0.2k-fips  26 Jan 2017
It does not matter want link name is.
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.5 (Windows/Linux)
by
igor_voltaic
on 18/03/2018, 12:46:08 UTC
Claymore's Dual Ethereum + Decred/Siacoin/Lbry/Pascal/Blake2s/Keccak AMD+NVIDIA GPU Miner.
=========================

Latest version is v11.5:

- added "-oldkernels" option (AMD GPUs only), you can try "-oldkernels 1" to use old-style GPU kernels from v10, they can be more stable for hard OC and custom BIOSes.
- a bit reduced stale shares for Nvidia GPUs.


Please fix this:
./ethdcrminer64: /lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./ethdcrminer64)
./ethdcrminer64: /lib64/libcurl.so.4: no version information available (required by ./ethdcrminer64)
./ethdcrminer64: /lib64/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./ethdcrminer64)

libssl.so.1.0.0 is discontinued and has several security flaws. RH based distros do not have libssl.so.1.0.0 in their repos and there is no way we can compile the miner against newer libs.

Thanks!