Changes
- Dev pool is now selected from the list.
- Show new statistic info about hashrate after each new block.
- Another attempt to fix stratum issues from some users.
- Include prefetch for loading / storing data for Cryptonight (~1-2% improvement)
- Rewrite 2way Cryptonight. (~15-50% improvement)
- Include 2 new options for AVX2+:
----tune
- Optimal tuning for 2way or 1way solving of Cryptonight. Takes ~34 minutes. Createstune_config
file that can be used later. It is recommended to run it with--benchmark
to disable any stratum and network communication. Can be used directly with your normal mining options and will start mining after the tuning process. After doing it once, use--tune-config
after that.
----tune-config=FILE
- Use tuning config generated by--tune
while mining.
The expected improvement compared to 1.1.2 -> 10-30%
Tuning process:
Step 1: ./cpuminer-INST -a gr --benchmark --tune
Step 2: ./cpuminer-INST -a gr YOUR_POOL_AND_WALLET --tune-config tune_config
If you want to support us, feel free to donate
Ausminer RTM: RXq9v8WbMLZaGH79GmK2oEdc33CTYkvyoZ
Delgon RTM: RQKcAZBtsSacMUiGNnbk3h3KJAN94tstvt
Benchmarks
# Note: 1.1.2 have 1-2% inflated hashrates compared to 1.1.3
2xE5-2698v3 Ubuntu 20.04
1.1.2 1.1.3 Increase
Light 2970.36 2986.81 +0.6%
Heavy 2248.29 2671.98 +18.9%
Tuned N/A 3373.91 +13.6% (compared to the fastest 1.1.2 config)
i7-9700 (non-K) Ubuntu 18.04
1.1.2 1.1.3 Increase
Light 932.89 930.12 -0.3%
Heavy 715.23 915.77 +28.0%
Tuned N/A 1039.65 +11.4% (compared to the fastest 1.1.2 config)
i9-9900K @4,8 Ubuntu 20.04
1.1.2 1.1.3 Increase
Light 1443.14 1461.71 +1.3%
Heavy 1136.70 1370.23 +20.5%
Tuned N/A 1742.31 +20.7% (compared to the fastest 1.1.2 config)
R7 3700 Pro Ubuntu 20.04
1.1.2 1.1.3 Increase
Light 2117.72 1954.83 -7.6%
Heavy 1540.88 2279.75 +47.9%
Config 2196.39 2400.45 +9.3% (--cn-config 0,0,0,1,1,0)
Tuned N/A 2689.02 +22.4% (compared to the fastest 1.1.2 config)