Free Monero RandomX Miner and unified CryptoNight miner
GNU General Public License v3.0
4.06k
stars
1.79k
forks
source link
Replace within cryptonight.commons in Line 68 & Line 72 the following: 8 * 32 through 256 and several times len * 8 could be replaced through len << 3 #2069
There is no need for such changes. The compiler do it for you.
This was needed in very old times. The compiler knows that this values are
constant and can transform it.
Please provide as much as possible information to reproduce the issue.
Basic information
Compile issues
Issue with the execution
AMD OpenCl issue
Stability issue