WyvernTKC / cpuminer-gr-avx2

Optimised Version of GR miner for RTM
GNU General Public License v2.0
372 stars 194 forks source link

/lib64/libcurl.so.4: no version information available #102

Closed bayupermadi closed 2 years ago

bayupermadi commented 2 years ago

Hi,

May I know what is the impact of this message ? Is the libcurl.so.4 missing information would impacted to the performance of the miner?

My system information is below

CentOS Linux release 7.9.2009 (Core) 

And here the below all message before its running

$ sudo ./cpuminer.sh
Detected Intel CPU:  Intel(R) Xeon(R) CPU E3-1270 V2 @ 3.50GHz
Available CPU Instructions: AVX SSE42 AES
Starting avx variant of the binaries.
./binaries/cpuminer-avx: /lib64/libcurl.so.4: no version information available (required by ./binaries/cpuminer-avx)

         **********  cpuminer-opt-gr 1.2.4.1  ***********
     A CPU miner with multi algo support and optimized for CPUs
     with AVX512, SHA and VAES extensions by JayDDee.
     with Ghostrider Algo by Ausminer & Delgon.
     Jay D Dee's BTC donation address: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT

     RTM 1.50% Fee

Prepared for Linux
CPU:       Intel(R) Xeon(R) CPU E3-1270 V2 @ 3.50GHz
SW built on Nov 10 2021 with GCC 10.3.0
CPU features:  AVX     AES
SW features:   AVX     AES
Algo features: AVX2   VAES

[2021-11-17 16:01:27] Could not load 'tune_config' file
[2021-11-17 16:01:27] Could not find/load 'tune_config' file. Miner will perform tuning operation.
[2021-11-17 16:01:27] Ignoring tune-full flag. Only available on AVX2 capable CPUs.
[2021-11-17 16:01:27] Tuning process takes ~70 minutes to finish.
[2021-11-17 16:01:27] Starting tuning (~70 minutes)
[2021-11-17 16:01:27] Add "no-tune": true, to your config to disable it.
[2021-11-17 16:01:27] Huge Pages set up successfully.
[2021-11-17 16:01:27] MSR set up successfully.
[2021-11-17 16:01:27] 8 of 8 miner threads started using 'gr' algorithm

Thank you for your explanation.

Bayu Permadi

michal-zurkowski commented 2 years ago

No, If the miner starts without problems (except missing version information of the package) it will not impact the performance of the mining in any way.

bayupermadi commented 2 years ago

Hi @michal-zurkowski,

Thank's for replying my question. Glad to hear that the warning does not impact the performance

Regards,

Bayu Permadi