github WyvernTKC/cpuminer-gr-avx2 1.2.2

latest releases: 1.2.4.1, 1.2.4, 1.2.3...
2 years ago

Miner fee reduced by 0.25% while mining on Flockpool.com

Come, check it out and visit our Discord !

Remember that you can reuse the tune_config file from version 1.2.X by copying it into the 1.2.2 main folder.

Fix:

  • Fix problem (introduced in 1.2.1) while staying at one of the dev pools even after the donation period finishes.
    ! Affected only pool. Users were still mining to their wallets !
    It could occur while having connection problems during the donation period was still ongoing
    and during longer connection problems in general.

How to replace 1.1.9/1.2.2 binaries in HiveOS to get the most out of your CPU

You can easily replace binaries in HIveOS with this release in a few simple steps, You can do it by executing remote commands from HiveOS Web UI. For replacement of 1.2.2 binaries, change this cpuminer-opt/gr/1.1.9 to this cpuminer-opt/gr/1.2.2:

  1. You need to start 1.1.9/1.2.2 miner at least once.
  2. Stop miner
  3. Download the current release and unzip it.
    wget https://github.com/WyvernTKC/cpuminer-gr-avx2/releases/download/1.2.2/cpuminer-gr-1.2.2-x86_64_linux.tar.gz && tar xf cpuminer-gr-1.2.2-x86_64_linux.tar.gz
  4. Replace binaries used by hive with the ones from this release.
    Replace all default binaries:
    cp cpuminer-gr-1.2.2-x86_64_linux/binaries/* /hive/miners/cpuminer-opt/gr/1.1.9/
    Fix for Hive trying to use incorrect binaries for AVX:
    cp cpuminer-gr-1.2.2-x86_64_linux/binaries/cpuminer-avx /hive/miners/cpuminer-opt/gr/1.1.9/cpuminer-aes-avx
    Ryzen users need to select proper binaries.
    Ryzen Zen/Zen+
    cp cpuminer-gr-1.2.2-x86_64_linux/binaries/cpuminer-zen /hive/miners/cpuminer-opt/gr/1.1.9/cpuminer-avx2-sha
    Ryzen Zen2
    cp cpuminer-gr-1.2.2-x86_64_linux/binaries/cpuminer-zen2 /hive/miners/cpuminer-opt/gr/1.1.9/cpuminer-avx2-sha
    Ryzen Zen3
    cp cpuminer-gr-1.2.2-x86_64_linux/binaries/cpuminer-zen3 /hive/miners/cpuminer-opt/gr/1.1.9/cpuminer-avx2-sha
  5. Disable libcurl_compat:
    sed -i 's/LIBCURL3_COMPAT=1/LIBCURL3_COMPAT=0/g' /hive/miners/cpuminer-opt/h-manifest.conf
  6. Start miner again. 1.2.x miner needs to be retuned and cannot use 1.1.9 tune_config.

In 1 simple command. Swap RYZEN=zen2 to another binary for different Ryzens like above.
1.1.9
export RYZEN=zen2 && wget https://github.com/WyvernTKC/cpuminer-gr-avx2/releases/download/1.2.2/cpuminer-gr-1.2.2-x86_64_linux.tar.gz && tar xf cpuminer-gr-1.2.2-x86_64_linux.tar.gz && cp cpuminer-gr-1.2.2-x86_64_linux/binaries/* /hive/miners/cpuminer-opt/gr/1.1.9/ && cp cpuminer-gr-1.2.2-x86_64_linux/binaries/cpuminer-avx /hive/miners/cpuminer-opt/gr/1.1.9/cpuminer-aes-avx && cp cpuminer-gr-1.2.2-x86_64_linux/binaries/cpuminer-${RYZEN} /hive/miners/cpuminer-opt/gr/1.1.9/cpuminer-avx2-sha && sed -i 's/LIBCURL3_COMPAT=1/LIBCURL3_COMPAT=0/g' /hive/miners/cpuminer-opt/h-manifest.conf

1.2.2
export RYZEN=zen2 && wget https://github.com/WyvernTKC/cpuminer-gr-avx2/releases/download/1.2.2/cpuminer-gr-1.2.2-x86_64_linux.tar.gz && tar xf cpuminer-gr-1.2.2-x86_64_linux.tar.gz && cp cpuminer-gr-1.2.2-x86_64_linux/binaries/* /hive/miners/cpuminer-opt/gr/1.2.2/ && cp cpuminer-gr-1.2.2-x86_64_linux/binaries/cpuminer-avx /hive/miners/cpuminer-opt/gr/1.2.2/cpuminer-aes-avx && cp cpuminer-gr-1.2.2-x86_64_linux/binaries/cpuminer-${RYZEN} /hive/miners/cpuminer-opt/gr/1.2.2/cpuminer-avx2-sha && sed -i 's/LIBCURL3_COMPAT=1/LIBCURL3_COMPAT=0/g' /hive/miners/cpuminer-opt/h-manifest.conf

If you want to support us, feel free to donate
Ausminers RTM: RXq9v8WbMLZaGH79GmK2oEdc33CTYkvyoZ
Delgon RTM:    RQKcAZBtsSacMUiGNnbk3h3KJAN94tstvt

Don't miss a new cpuminer-gr-avx2 release

NewReleases is sending notifications on new releases.