Altcoins Talks - Cryptocurrency Forum

Cryptocurrency Ecosystem => Crypto currency Mining => Topic started by: Joseph12 on October 26, 2020, 02:27:28 PM

Title: GMiner v2.29 Equihash/CuckooCycle/Ethash/ProgPoW/KAWPOW
Post by: Joseph12 on October 26, 2020, 02:27:28 PM
GMiner v2.29

GMiner - High-performance miner for AMD/Nvidia GPUs.

Download: Click here (https://github.com/develsoftwaree/GMinerRelease/releases/download/2.29/gminer_2_29_windows64.zip)

Supported algoritms:
  - Ethash (Nvidia only)
  - ProgPoW (Sero) (Nvidia only)
  - VProgPoW (VeriBlock) (Nvidia only)
  - ProgPoWZ (Zano) (Nvidia only)
  - KAWPOW (Ravencoin) (Nvidia only)
  - Ethash+Eaglesong (Nvidia only)
  - Ethash+Blake2s (Nvidia only)
  - Eaglesong (Nvidia/Amd)
  - Blake2b+Sha3 (Handshake) (Nvidia only)
  - Cuckarood29/Cuckaroom29/Cuckarooz29 (Grin) (Nvidia only)
  - Cuckatoo31 (Grin) (Nvidia only)
  - Cuckatoo32 (Grin) (Nvidia only)
  - Cuckoo29 (Aeternity) (Nvidia/Amd)
  - BFC (Nvidia/Amd)
  - Cortex (Nvidia only)
  - Cuckaroo29b (BitTube) (Nvidia only)
  - Cuckaroo29s (Swap) (Nvidia/Amd)
  - Cuckarood29v (MoneroV) (Nvidia only)
  - Blake2s(KDA) (Nvidia/Amd)
  - Eaglesong (CKB) (Nvidia/Amd)
  - Equihash 96,5 (MinexCoin) (Nvidia only)
  - Equihash+Scrypt (Vollar) (Nvidia only)
  - Equihash 125,4 (ZelCash) (Nvidia only)
  - Equihash 144,5 (Bitcoin Gold, BitcoinZ, SnowGem, ZelCash) (Nvidia/Amd)
  - Beam Hash (BEAM) (Nvidia/Amd)
  - Equihash 192,7 (Zero, Genesis) (Nvidia/Amd)
  - Equihash 210,9 (Aion) (Nvidia only)

Features:
  - Watchdog (Automatically restart miner on GPU failure, loss of connection to pool, miner crashes)
  - Failover pools (Automatically connect to failover pool when main pool unavailable, support unlimited number of failover pools)
  - Power efficiency calculator (Show power consuming for each GPU, Sol/W)
  - SSL stratum connection (optional)

Fee is 0.65% for Ethash, 5% for BBC, 5% for Cortex, 3% for Cuckaroom29, 3% for BFC, 2% for all other algorithms

Performance on stock GPU settings:
(https://i.ibb.co/xFZdDr6/b.png) (https://ibb.co/8Ykt0Q9)

Requirements:
 - CUDA compute compability 5.0+
 - Cuckaroo29 ~ 3.8GB VRAM
 - Cuckatoo31 ~ 7.68GB VRAM
 - Cuckoo29 ~ 3.8GB VRAM
 - Equihash 96,5 ~0.75GB VRAM
 - Equihash 144,5 ~1.75GB VRAM
 - Beam Hash ~2.9GB VRAM
 - Equihash 192,7 ~2.75GB VRAM
 - Equihash 210,9 ~1GB VRAM
 - CUDA 9.0+

v2.29
+ caching DAG file, very useful for Ethash+ZIL mining, miner will not spend time on creating DAG file on Ethash/ZIL change after caching
+ minimize memory allocation for DAG file
+ fixed "All DevFee mining pool are unavailable" error on Ethash

v2.28
+ support ETH/ETC+ZIL mining (check mine_eth+zil.bat/.sh from miner archive)
+ fixed compatibility with luckypool.io for Zano
+ fixed "All DevFee pools are unavailable" error for Grimm

v2.27
+ fixed miner crash on Ethash/ProgPoW for DAG over 4GB
+ added VProgPoW algorithm (VeriBlock)
+ added ProgPoWZ algorithm (Zano)

v2.26
+ fixed performance regression on Aeternity, BitTube, Swap

v2.25
+ fixed ProgPoW/KAWPOW compatibility with RTX3XXX cards

v2.24
+ added support for RTX3XXX cards
+ removed BBC algorithm
+ removed Qitmeer algorithm

v2.23
+ fixed miner crash under Windows 10 on Nvidia drivers 456.38
+ improved performance for KAWPOW algorithm (RavenCoin)
+ improved performance of DAG file generation
+ removed dependency from CUDA framework for KAWPOW/ProgPoW algorithms
+ fixed "no shares" bug for Cuckoo Cycle algorithms when intensity less than 100%

Usage examples:
1) Bitcoing Gold
Code: [Select]
miner --algo 144_5 --pers BgoldPoW --server eu.btgpool.pro --port 1445 --user YOUR_BITCOING_GOLD_WALLET.rigName --pass x2) ZERO
Code: [Select]
miner --algo 192_7 --pers ZERO_PoW --server zer-eu.forgetop.com --port 2052 --user YOUR_ZERO_WALLET.rigName --pass x3) Failover pool
Code: [Select]
miner --algo 144_5 --pers BgoldPoW --server eu.btgpool.pro --port 1445 --user YOUR_BITCOING_GOLD_WALLET.rigName --pass x --server btg.2miners.com --port 4040 --user YOUR_BITCOING_GOLD_WALLET.rigName --pass x