Bitcoin Forum
April 24, 2026, 11:04:15 PM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 [135] 136 137 »
  Print  
Author Topic: GMiner v3.44 Dero/Karlsen/Radiant/Ergo+IronFish+ZIL/KAWPOW/Equihash/Cortex  (Read 308224 times)
diguan
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 02, 2023, 01:22:38 AM
 #2681

GMiner v3.19 available for download

v3.19
+ Improved DUAL mining (ETC+KASPA, Ergo+KASPA). Added ability to use fractional intensity values, which leads to higher hash rate
+ Improved Ergo mining hashrate in single mining mode for 10xx and 20xx Nvidia GPUs

Could anyone tell me the config for triple mining KASPA+ZIL+DERO in simplemining with gminer (v3.37)? Now I am mining only KASPA I don`t Know to set or the code for the other two coins...
sxemini
Member
**
Offline Offline

Activity: 1556
Merit: 74


View Profile
May 02, 2023, 05:36:15 PM
 #2682

GMiner v3.19 available for download

v3.19
+ Improved DUAL mining (ETC+KASPA, Ergo+KASPA). Added ability to use fractional intensity values, which leads to higher hash rate
+ Improved Ergo mining hashrate in single mining mode for 10xx and 20xx Nvidia GPUs

Could anyone tell me the config for triple mining KASPA+ZIL+DERO in simplemining with gminer (v3.37)? Now I am mining only KASPA I don`t Know to set or the code for the other two coins...

Dero? Dero is an CPU mineable coin and is only mineable with specific miners. And the rest is explained well. DYOR and don´t be so lazy  Roll Eyes
91to
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
May 02, 2023, 09:47:28 PM
 #2683

coin Dynex will be?
Zminer777 (OP)
Member
**
Offline Offline

Activity: 493
Merit: 38


View Profile
May 06, 2023, 02:39:13 PM
 #2684

GMiner v3.38 available for download

v3.38
+ added IronFish, IronFish+ZIL solvers for Nvidia GPUs
+ added Ergo+IronFish, Ergo+IronFish+ZIL solvers for Nvidia GPUs
+ added ETC+IronFish, ETC+IronFish+ZIL solvers for Nvidia GPUs
+ added Conflux+IronFish, Conflux+IronFish+ZIL solvers for Nvidia GPUs
+ fixed share difficulty calculation for Radiant

Telegram chat: https://t.me/gminer_talk
Telegram announcements: https://t.me/gminer_releases
Discord: https://discord.gg/J7RUG3FDYw

mmpOS update command:
Code:
cd /tmp && wget https://github.com/develsoftware/GMinerRelease/releases/download/3.38/gminer_3_38_linux64.tar.xz && tar -xvf gminer_3_38_linux64.tar.xz && cd /opt/mmp/miners/gminer && agent-stop && cp /tmp/miner . && agent-start

Hive OS update command:
Code:
cd /tmp && wget https://github.com/develsoftware/GMinerRelease/releases/download/3.38/gminer_3_38_linux64.tar.xz && tar -xvf gminer_3_38_linux64.tar.xz && cd /hive/miners/gminer && miner stop && cp /tmp/miner $(ls -d1 */ | tail -1)/gminer && miner start

minerstat OS update command:
Code:
cd /tmp; wget https://github.com/develsoftware/GMinerRelease/releases/download/3.38/gminer_3_38_linux64.tar.xz; tar -xvf gminer_3_38_linux64.tar.xz; sudo cp /tmp/miner /home/minerstat/minerstat-os/clients/gminer; mstart
Zminer777 (OP)
Member
**
Offline Offline

Activity: 493
Merit: 38


View Profile
May 08, 2023, 03:11:08 PM
 #2685

GMiner v3.39 available for download

v3.39
+ fixed miner crashes on IronFish+ZIL, ETC+IronFish+ZIL, Ergo+IronFish+ZIL and Conflux+IronFish+ZIL when ZIL dual intensity is -1 (-zildi -1)

Telegram chat: https://t.me/gminer_talk
Telegram announcements: https://t.me/gminer_releases
Discord: https://discord.gg/J7RUG3FDYw

mmpOS update command:
Code:
cd /tmp && wget https://github.com/develsoftware/GMinerRelease/releases/download/3.39/gminer_3_39_linux64.tar.xz && tar -xvf gminer_3_39_linux64.tar.xz && cd /opt/mmp/miners/gminer && agent-stop && cp /tmp/miner . && agent-start

Hive OS update command:
Code:
cd /tmp && wget https://github.com/develsoftware/GMinerRelease/releases/download/3.39/gminer_3_39_linux64.tar.xz && tar -xvf gminer_3_39_linux64.tar.xz && cd /hive/miners/gminer && miner stop && cp /tmp/miner $(ls -d1 */ | tail -1)/gminer && miner start

minerstat OS update command:
Code:
cd /tmp; wget https://github.com/develsoftware/GMinerRelease/releases/download/3.39/gminer_3_39_linux64.tar.xz; tar -xvf gminer_3_39_linux64.tar.xz; sudo cp /tmp/miner /home/minerstat/minerstat-os/clients/gminer; mstart
Divinity666
Jr. Member
*
Offline Offline

Activity: 312
Merit: 2


View Profile
May 10, 2023, 06:28:00 AM
 #2686

Hi. I'm getting 47sol\s on my 6800XTs mining 125,4 with this miner while miniz gives me 72sol\s+, any plans to improve Gminer efficiency?
Zminer777 (OP)
Member
**
Offline Offline

Activity: 493
Merit: 38


View Profile
May 10, 2023, 03:33:01 PM
 #2687

GMiner v3.40 available for download

v3.40
+ significant hashrate improvements on IronFish algorithm (up to +10%)

Telegram chat: https://t.me/gminer_talk
Telegram announcements: https://t.me/gminer_releases
Discord: https://discord.gg/J7RUG3FDYw

mmpOS update command:
Code:
cd /tmp && wget https://github.com/develsoftware/GMinerRelease/releases/download/3.40/gminer_3_40_linux64.tar.xz && tar -xvf gminer_3_40_linux64.tar.xz && cd /opt/mmp/miners/gminer && agent-stop && cp /tmp/miner . && agent-start

Hive OS update command:
Code:
cd /tmp && wget https://github.com/develsoftware/GMinerRelease/releases/download/3.40/gminer_3_40_linux64.tar.xz && tar -xvf gminer_3_40_linux64.tar.xz && cd /hive/miners/gminer && miner stop && cp /tmp/miner $(ls -d1 */ | tail -1)/gminer && miner start

minerstat OS update command:
Code:
cd /tmp; wget https://github.com/develsoftware/GMinerRelease/releases/download/3.40/gminer_3_40_linux64.tar.xz; tar -xvf gminer_3_40_linux64.tar.xz; sudo cp /tmp/miner /home/minerstat/minerstat-os/clients/gminer; mstart
Andru1985
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
May 10, 2023, 06:09:20 PM
 #2688

I'm mining Erg + zil .... tell me what command can I do so that when the ZIL round comes up, ERG mining is stopped forcibly and all resources are given to ZIL mining .... it's just that at that moment the power supplies turn off in defense and I have such a feeling that DUAL turns on without losing hashrate with high consumption...
WARMANGALAXY
Jr. Member
*
Offline Offline

Activity: 69
Merit: 1


View Profile
May 14, 2023, 04:46:18 AM
 #2689

I'm mining Erg + zil .... tell me what command can I do so that when the ZIL round comes up, ERG mining is stopped forcibly and all resources are given to ZIL mining .... it's just that at that moment the power supplies turn off in defense and I have such a feeling that DUAL turns on without losing hashrate with high consumption...

Hi. -zildi -1
lijingang
Newbie
*
Offline Offline

Activity: 99
Merit: 0


View Profile
June 20, 2023, 12:26:45 PM
 #2690

Hello Gminer, I'm a big fan of yours, could you please help to add the ability to mine apepe on GPU? See please reply, thank you.


I recently discovered a new interesting project (apepepow) that claims to be designed for the Monero (XMR) meme enthusiast community, developed by Monero developers. Is anyone interested in this project or has more information?I just read an article on a cryptocurrency blog about apepepow as an interesting meme coin for the monero community. I would like to know what people think about this project?

New minable pow coin: apepepow (apepe)
Monroe community meme coin, the first privacy meme coin, Monero developers, no pre-mining, no ICO, fair mining, let apepepow make pepe again
Algorithm: memehash
Web site: https://apepepow.com
Blocks the browser: https://scan.apepepow.com
Mining Pool:: https://ekapool.com/apepe/
bitcointalk:https://bitcointalk.org/index.php?topic=5455236.0
Discord: https://discord.gg/s5ZgwcnGzT
github:https://github.com/APEPEPOW/APEPEPOW
cpuminer-memehash:https://github.com/APEPEPOW/cpuminer-memehash
Zminer777 (OP)
Member
**
Offline Offline

Activity: 493
Merit: 38


View Profile
July 07, 2023, 09:04:26 AM
Last edit: July 22, 2023, 05:15:05 PM by Zminer777
 #2691

GMiner v3.41 available for download

v3.41
+ supports Zil mining on epoch #1 for non ZMP protocol

Telegram chat: https://t.me/gminer_talk
Telegram announcements: https://t.me/gminer_releases
Discord: https://discord.gg/J7RUG3FDYw

mmpOS update command:
Code:
cd /tmp && wget https://github.com/develsoftware/GMinerRelease/releases/download/3.41/gminer_3_41_linux64.tar.xz && tar -xvf gminer_3_41_linux64.tar.xz && cd /opt/mmp/miners/gminer && agent-stop && cp /tmp/miner . && agent-start

Hive OS update command:
Code:
cd /tmp && wget https://github.com/develsoftware/GMinerRelease/releases/download/3.41/gminer_3_41_linux64.tar.xz && tar -xvf gminer_3_41_linux64.tar.xz && cd /hive/miners/gminer && miner stop && cp /tmp/miner $(ls -d1 */ | tail -1)/gminer && miner start

minerstat OS update command:
Code:
cd /tmp; wget https://github.com/develsoftware/GMinerRelease/releases/download/3.41/gminer_3_41_linux64.tar.xz; tar -xvf gminer_3_41_linux64.tar.xz; sudo cp /tmp/miner /home/minerstat/minerstat-os/clients/gminer; mstart
MegaVlad
Newbie
*
Offline Offline

Activity: 24
Merit: 1


View Profile
July 20, 2023, 10:58:35 AM
 #2692

GMiner v3.41 available for download
v3.41
+ significant hashrate improvements on IronFish algorithm (up to +10%)

Is this the only improvement of v3.41?
Maybe you have also "improved" the fee for kawpow (up to 2%), but keep quiet about it? Is the kawpow(neoxa) fee still 1% as stated on the first page?
Or you imperceptibly "improve" it?  Angry

CryptoSDesigner
Copper Member
Member
**
Offline Offline

Activity: 241
Merit: 26

High quality Design for Cryptocurrency


View Profile WWW
July 22, 2023, 07:44:36 PM
 #2693

how to solo mining with GMiner  , card Nvidia RTX 4070 , please config for ethash ?

High quality cryptocurrencies building service Discord https://discord.gg/W6mUUVM Thread Services  https://bitcointalk.org/index.php?topic=5182619.0
Mining Pool : http://mining-coins.com/
deedeeranged
Member
**
Offline Offline

Activity: 325
Merit: 42


View Profile
July 24, 2023, 06:20:40 PM
 #2694

how to solo mining with GMiner  , card Nvidia RTX 4070 , please config for ethash ?

If you would have examined the configs on the firts page you would have found out that you need to connect  to a solo miningpool.
batsonxl
Member
**
Offline Offline

Activity: 1217
Merit: 30


View Profile
August 13, 2023, 06:42:00 PM
 #2695

Hey Gminer can you pleas add nexa?
Thanks!!!
fenomenyaa
Jr. Member
*
Offline Offline

Activity: 149
Merit: 2


View Profile
August 15, 2023, 03:19:59 PM
 #2696

Hey Gminer can you pleas add nexa?
Thanks!!!

Maybe dynex too?
angelbbs
Full Member
***
Offline Offline

Activity: 1335
Merit: 236


View Profile
September 09, 2023, 09:56:26 PM
 #2697

Due to the fact that there is a constant switching of orders to DaggerHashimoto on NiceHash, and the appearance of mining coins with an epoch of 0 (for example, PowBlocks - XPB), additional ZIL mining becomes impossible. Please add the ZIL API to determine the real ZIL mining round.
https://github.com/Zilliqa/apidocs/blob/master/source/index.html.md
POST Method GetNumTxBlocks to https://api.zilliqa.com
WARMANGALAXY
Jr. Member
*
Offline Offline

Activity: 69
Merit: 1


View Profile
September 10, 2023, 07:08:39 AM
 #2698

Due to the fact that there is a constant switching of orders to DaggerHashimoto on NiceHash, and the appearance of mining coins with an epoch of 0 (for example, PowBlocks - XPB), additional ZIL mining becomes impossible. Please add the ZIL API to determine the real ZIL mining round.
https://github.com/Zilliqa/apidocs/blob/master/source/index.html.md
POST Method GetNumTxBlocks to https://api.zilliqa.com


Use the latest version of the miner 3.41. ZIL currently has epoch 1
angelbbs
Full Member
***
Offline Offline

Activity: 1335
Merit: 236


View Profile
September 10, 2023, 08:10:46 AM
 #2699

Due to the fact that there is a constant switching of orders to DaggerHashimoto on NiceHash, and the appearance of mining coins with an epoch of 0 (for example, PowBlocks - XPB), additional ZIL mining becomes impossible. Please add the ZIL API to determine the real ZIL mining round.
https://github.com/Zilliqa/apidocs/blob/master/source/index.html.md
POST Method GetNumTxBlocks to https://api.zilliqa.com


Use the latest version of the miner 3.41. ZIL currently has epoch 1
GMiner mistakenly perceives 0 epoch as the ZIL epoch. Including version 3.41

Code:
miner.exe --watchdog_restart_delay 5 --mt 1 --proto stratum --algo autolykos2 --dalgo ironfish -s autolykos.auto.nicehash.com:9200 -u ***** -p x --ssl 0 --dserver ironfish.auto.nicehash.com:9200 --duser ***** --dpass x --dssl 0 --zilserver stratum+tcp://daggerhashimoto.auto.nicehash.com:9200 --ziluser *****

Code:
11:04:35 [IronFish] Connected to ironfish.auto.nicehash.com:9200 [34.110.146.218]
11:04:35 [ZIL] Connected to daggerhashimoto.auto.nicehash.com:9200 [34.149.10.66]
11:04:35 [Autolykos2] Connected to autolykos.auto.nicehash.com:9200 [34.149.62.115]
11:04:35 [IronFish] Authorized on Stratum Server
11:04:35 [IronFish] New Job: 730319408 Diff: 137.4G
11:04:35 [ZIL] Subscribed to Stratum Server
11:04:35 [ZIL] Set Extra Nonce: 22394a
11:04:35 [Autolykos2] Subscribed to Stratum Server
11:04:35 [Autolykos2] Set Extra Nonce: 0f94
11:04:35 [ZIL] Authorized on Stratum Server
11:04:35 [ZIL] New Job: 00000000a9bcbd5e Epoch: #0 Diff: 1.073G
11:04:35 ZIL Mining round started
11:04:35 [Autolykos2] Authorized on Stratum Server
11:04:35 [Autolykos2] New Job: 0000000066dfc4bb Height: 1087871 Diff: 2.147G
11:04:35 Started Mining on GPU0: NVIDIA NVIDIA GeForce RTX 3060 12GB [0000:03:00.0]
11:04:36 [ZIL] GPU0: Generating DAG for epoch #0 [Single Buffer 1024 MB]
11:04:38 [ZIL] GPU0: DAG generated in 1.85s [553 MB/s]
11:04:38 [ZIL] GPU0: DAG verification passed
11:04:39 [ZIL] GPU0: Share #1 verified on CPU, difficulty: 9.190G
11:04:39 [ZIL] GPU0: Share #1 accepted 49 ms
11:04:43 [Autolykos2] New Job: 0000000066dfc4bc Height: 1087872 Diff: 2.147G
11:04:43 [ZIL] New Job: 00000000a9bcbd5f Epoch: #0 Diff: 1.073G
11:04:45 [ZIL] New Job: 00000000a9bcbd60 Epoch: #0 Diff: 1.073G
batsonxl
Member
**
Offline Offline

Activity: 1217
Merit: 30


View Profile
October 24, 2023, 04:19:12 PM
 #2700

Dear developer if you reading this please add new coins.more coins more miners  Shocked
Pages: « 1 ... 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 [135] 136 137 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!