-
Download link:
https://github.com/MultiPoolMiner/MultiPoolMiner/archive/Version-3.4.0.zip
Please also report if all is working fine - only so I can know that we get rid of all the bugs.
## Chan…
-
If Ethereum or Ethersocial Network switches their algorithm from the ethash to the ProgPoW, we have to consider algorithm change at the block height of the hard fork. This mean miners have to change t…
-
When the application is being compiled in Linux (Docker) it fails because the ethash library requires a new flag (-fPIC). I changed the line 224 of Makefile in order to try to solve this issue (cd sub…
-
An ASIC will be 4 times more efficient with these two operations because a, b are 32-bit integers:
```
case 1: return a * b;
case 2: return mul_hi(a, b);
```
32-bit integer multiplicati…
-
The KISS99 used in ProgPoW operates on 32-bit unsigned types. But in many cases we are using only 5 bits of the result. Maybe it can be implemented with lower precision (e.g. 24-bit multiplication).
-
I'm not sure why this happens.
linux binary works nicely,
but Win x86_64 (Windows 10) + CUDA 9.0 + Visual Studio 2017 build (with `-Tv140` tool set) does not work correctly, (GTX1080-8GB)
so I'…
-
What is the best settings for nvidia graphics cards when mining ProgPoW algo?
-
https://github.com/MultiPoolMiner/MultiPoolMiner/releases/download/Beta3.3/MultiPoolMiner_3.3.0_Beta7.zip
Please also report if all is working fine - only so I can know that we get rid of all the b…
-
Test Environment
Linux Ubuntu 16.04
CUDA 10
NVIDIA Driver 410.79
6x Gtx 1050 Ti
Software
https://github.com/AndreaLanfranchi/ethminer
with 0.9.2 implemented
Running the GPUs on CUDA I get …
-
https://github.com/MultiPoolMiner/MultiPoolMiner/releases/download/Beta3.3/MultiPoolMiner_3.3.0_Beta5.zip
Please also report if all is working fine - only so I can know that we get rid of all the b…