-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't run cpuminer #172
Comments
You will either have to install/compile OpenSSL 1.1.1 or move to a more normal release like 20.04. |
Thank you for replying. Can you please tell me how to do that? I have no idea how to compile the miner or install the OpenSSL 1.1.1 |
I tried out a build on Ubuntu 22, it seemed to work. I did the following: sudo apt-get install build-essential automake libssl-dev libcurl4-openssl-dev libjansson-dev libgmp-dev zlib1g-dev libnuma-dev git git clone https://github.com/WyvernTKC/cpuminer-gr-avx2.git |
Ye, building directly from the source works just fine. It is the precompiled binaries that are not compatible. |
MyNAME:/home/user/Downloads/cpuminer-gr-1.2.4.1-x86_64_linux# ./cpuminer.sh
Detected AMD zen+ CPU: AMD Ryzen 5 2600X Six-Core Processor
Available CPU Instructions: AVX2 AVX SSE42 AES SHA
Starting zen variant of the binaries.
./binaries/cpuminer-zen: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
Can you guys please help? I'm not able to run the cpuminer.
When I check the version of the OpenSSL this is what I get:
MyNAME:/home/user/Downloads/cpuminer-gr-1.2.4.1-x86_64_linux# openssl version
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
I'm running ubuntu 22.
The text was updated successfully, but these errors were encountered: