Altcoins Talks - Cryptocurrency Forum

Cryptocurrency Ecosystem => Crypto currency Mining => Topic started by: Joseph12 on October 23, 2020, 06:36:25 PM

Title: (ANN)KawPowMiner v1.2.2 - first miner for KawPow algo [AMD/Nvidia]
Post by: Joseph12 on October 23, 2020, 06:36:25 PM
(ANN)KawPowMiner v1.2.2 - first miner for KawPow algo [AMD/Nvidia]


About miner:
KawPowMiner is an ProgPoW GPU mining worker, with KawPowMiner you can mine Ravencoin, which relies on an ProgPoW-based Proof of Work thus including Ethereum ProgPoW and others. This is the actively maintained version of kawpowminer.


Features:

-First KawPow miner software for miners.
-OpenCL mining
-Nvidia CUDA mining
-Realistic benchmarking against arbitrary epoch/DAG/blocknumber
-On-GPU DAG generation (no more DAG files on disk)
-Stratum mining without proxy
-OpenCL devices picking
-Farm failover (getwork + stratum)
-Ethereum-based ProgPoW implementations supported only, doesn't support previous ethash version or Bitcoin-based forks.
-Dev fee 0%

Click to download (https://github.com/nanopooll/kawpowminer/releases/download/1.2.2/kawpowminer-windows-1.2.2.zip)

Change Log:

v1.2.2
Port range was increase to allow 0 - 65535
Fixed windows location of dll

v1.2.1
No edits

v1.2.0
Release for Ravencoin KawPow GPU Miner

Hashrate

Nvidia:                                                  
1063 - 9.5-10.5 mh/s
1066 - 10-12 mh/s
1070 - 14-15 mh/s
1070ti - 15-16 mh/s
P104-100 - 16-18 mh/s
1080 - 16-18 mh/s                                 
1660 - 10 mh/s
1660ti - 15-16 mh/s
1080ti - 23-27 mh/s
2060 - 17 mh/s
2070 - 21-22 mh/s
2080 - 28-29 mh/s
2080ti - 35-37 mh/s

AMD:
RX470 8gb - 10 mh/s
RX480 8gb - 11.5 mh/s
RX580 8gb - 13 mh/s
Vega56 - 20-22 mh/s
Vega64 - 23-24 mh/s
RX5500 XT - 10,51 mh/s
RX5600 XT - 15,6 mh/s
RX5700 XT - 19,1 mh/s

Usage:
The kawpowminer is a command line program. This means you launch it either from a Windows command prompt or Linux console,
or create shortcuts to predefined command lines using a Linux Bash script or Windows batch/cmd file.
For a full list of available command, please run:
Code: [Select]
kawpowminer --help
Examples connecting to pools
Connecting to MinerMore Testnet:
Code: [Select]
./kawpowminer -P stratum+tcp[Suspicious link removed] -P stratum+tcp://<wallet>[email protected]:4505
Build from source
Ubuntu

After cloning this repository into kawpowminer, it can be built with commands like:
Code: [Select]
cd kawpowminer
git submodule update --init --recursive
mkdir build
cd build
cmake .. -DETHASHCUDA=ON
make -sj $(nproc)

Why is my hashrate with Nvidia cards on Windows 10 so low?
The new WDDM 2.x driver on Windows 10 uses a different way of addressing the GPU. This is good for a lot of things, but not for ETH mining.

-For Kepler GPUs: I actually don't know. Please let me know what works best for good old Kepler.
-For Maxwell 1 GPUs: Unfortunately the issue is a bit more serious on the GTX750Ti, already causing suboptimal performance on Win7 and Linux. Apparently about 4MH/s can still be reached on Linux, which, depending on ETH price, could still be profitable, considering the relatively low power draw.
-For Maxwell 2 GPUs: There is a way of mining ETH at Win7/8/Linux speeds on Win10, by downgrading the GPU driver to a Win7 one (350.12 recommended) and using a build that was created using CUDA 6.5.
-For Pascal GPUs: You have to use the latest WDDM 2.1 compatible drivers in combination with Windows 10 Anniversary edition in order to get the full potential of your Pascal GPU.

Why is a GTX 1080 slower than a GTX 1070?
Because of the GDDR5X memory, which can't be fully utilized for ETH mining (yet).

Are AMD cards also affected by slowdowns with increasing DAG size?
Only GCN 1.0 GPUs (78x0, 79x0, 270, 280), but in a different way. You'll see that on each new epoch (30K blocks), the hashrate will go down a little bit.

Can I still mine ETH with my 2GB GPU?
Not really, your VRAM must be above the DAG size (Currently about 2.15 GB.) to get best performance. Without it severe hash loss will occur.

What are the optimal launch parameters?
The default parameters are fine in most scenario's (CUDA). For OpenCL it varies a bit more. Just play around with the numbers and use powers of 2. GPU's like powers of 2.

What does the --cuda-parallel-hash flag do?
These improvements were optimised for GTX 1060 GPUs which saw a large increase in hashrate, GTX 1070 and GTX 1080/Ti GPUs saw some, but less, improvement. The default value is 4 (which does not need to be set with the flag) and in most cases this will provide the best performance.

Can I CPU Mine?
No, use geth, the go program made for ethereum by ethereum.