Bitcoin Forum
September 18, 2025, 05:18:52 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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]
  Print  
Author Topic: GMiner v3.44 Dero/Karlsen/Radiant/Ergo+IronFish+ZIL/KAWPOW/Equihash/Cortex  (Read 307644 times)
angelbbs
Full Member
***
Offline Offline

Activity: 1293
Merit: 217


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

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: 1214
Merit: 30


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

Dear developer if you reading this please add new coins.more coins more miners  Shocked
sxemini
Member
**
Offline Offline

Activity: 1556
Merit: 74


View Profile
October 26, 2023, 01:11:55 PM
 #2703

Dear developer if you reading this please add new coins.more coins more miners  Shocked

This won´t happen, i think it is dead, like T-Rex miner. And it is better to write in the Gminer discord to get informations.
JayDDee
Full Member
***
Offline Offline

Activity: 1453
Merit: 240


View Profile
October 26, 2023, 03:26:53 PM
 #2704

Last official version from Zminer777 (master topic) is that  https://github.com/develsoftware/GMinerRelease/releases/tag/3.41


Beware for version above, could be an compromised (stollen account)!

EDIT:

It was deleted by staff, thanks!

Abandonned miners are easy targets to use as vehicles to spread malware, Claymore, Phoenix, now Gminer. A good rule is to always download from the OP.

Zminer777 (OP)
Member
**
Offline Offline

Activity: 492
Merit: 38


View Profile
November 13, 2023, 09:26:03 AM
 #2705

GMiner v3.42 available for download

v3.42
+ improved miner stability

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.42/gminer_3_42_linux64.tar.xz && tar -xvf gminer_3_42_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.42/gminer_3_42_linux64.tar.xz && tar -xvf gminer_3_42_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.42/gminer_3_42_linux64.tar.xz; tar -xvf gminer_3_42_linux64.tar.xz; sudo cp /tmp/miner /home/minerstat/minerstat-os/clients/gminer; mstart
batsonxl
Member
**
Offline Offline

Activity: 1214
Merit: 30


View Profile
December 04, 2023, 05:44:46 PM
 #2706

Can someone help please.
Win10 64 22h2. P104-8gb. Mining zhash on nicehash gives share above target rejected. Tried everything no oc still gets target above. Is this bug?or someone knows? Thanks
JayDDee
Full Member
***
Offline Offline

Activity: 1453
Merit: 240


View Profile
December 04, 2023, 06:11:36 PM
 #2707

Can someone help please.
Win10 64 22h2. P104-8gb. Mining zhash on nicehash gives share above target rejected. Tried everything no oc still gets target above. Is this bug?or someone knows? Thanks

Share above target is the same as low difficulty. Could be a bug or misconfiguration of either the miner, nicehash, or the actual coin.
Look for diff related options like diff-factor or diff-multiplier where you can tweak the target, Increase diff based on the rate of of rejects you're getting: 50% rejects increase by 2x.
Increase it too high and you'll reduce the effective hash rate by throwing away some valid shares.
This isn't a solution just a workaround.

Zminer777 (OP)
Member
**
Offline Offline

Activity: 492
Merit: 38


View Profile
December 08, 2023, 02:33:08 PM
 #2708

GMiner v3.43 available for download

v3.43
+ added KarlsenHash and KarlsenHash+ZIL support for Nvidia GPUs (DevFee 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.43/gminer_3_43_linux64.tar.xz && tar -xvf gminer_3_43_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.43/gminer_3_43_linux64.tar.xz && tar -xvf gminer_3_43_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.43/gminer_3_43_linux64.tar.xz; tar -xvf gminer_3_43_linux64.tar.xz; sudo cp /tmp/miner /home/minerstat/minerstat-os/clients/gminer; mstart
Spill
Jr. Member
*
Offline Offline

Activity: 95
Merit: 5


View Profile
December 09, 2023, 03:01:01 AM
 #2709

Decred has gone back to gpu mining,  could you guys ad blake3 pow for that coin?
angelbbs
Full Member
***
Offline Offline

Activity: 1293
Merit: 217


View Profile
December 16, 2023, 08:31:58 PM
 #2710

On NiceHash any algo + ZIL, GMiner detect epoch 0 mining coin as ZIL mining (but true ZIL epoch 1, at this moment ). Its BUG.
igotek
Hero Member
*****
Offline Offline

Activity: 2352
Merit: 646


Online Security & Investment Corporation


View Profile WWW
December 26, 2023, 08:07:24 PM
 #2711

--lock_cclock 1200 --mclock 1900

is it possible to set these values acording to algortihm ?

For example:
nexapow:  --lock_cclock 1600 --mclock 810
karlsenhash: --lock_cclock 1200 --mclock 810
etchash: ---lock_cclock 1150 --mclock 2900

I use HiveOS for all of my rigs.
I had to change manually this values each time I change the algo.
We can put them all in extra config then the miner automatically select it acording to the algorithm.

I cannot live, I cannot die, trapped in myself.
Hold my breath as I wish for death. Oh please god, help me !
WARMANGALAXY
Jr. Member
*
Offline Offline

Activity: 69
Merit: 1


View Profile
December 27, 2023, 03:50:49 AM
 #2712

Yes. You can prescribe overclocking parameters for each flight sheet without using HiveOS overclocking just by specifying in extra config
Zminer777 (OP)
Member
**
Offline Offline

Activity: 492
Merit: 38


View Profile
March 06, 2024, 01:42:54 PM
 #2713

GMiner v3.44 available for download

v3.44
+ added Dero and Dero + ZIL mining support on K1Pool (Nvidia only)

GPU Memory requirements:
13GB+, recommend card - RTX3090/RTX4090

Developer commission:
Dero - 5%
Dero + ZIL - 6% + 0%

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.44/gminer_3_44_linux64.tar.xz && tar -xvf gminer_3_44_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.44/gminer_3_44_linux64.tar.xz && tar -xvf gminer_3_44_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.44/gminer_3_44_linux64.tar.xz; tar -xvf gminer_3_44_linux64.tar.xz; sudo cp /tmp/miner /home/minerstat/minerstat-os/clients/gminer; mstart
igotek
Hero Member
*****
Offline Offline

Activity: 2352
Merit: 646


Online Security & Investment Corporation


View Profile WWW
May 22, 2024, 11:07:48 AM
Last edit: May 22, 2024, 12:16:30 PM by igotek
 #2714

gminer v3.44

--pl     from -50 to 200

Why ?

I want to use --pl for RTX3090 with 330W. But it gives error.
I think --pl in gminer as percent not W.
is it possible to set power limit as watt ?

IMAGE:
https://i.imgur.com/6A6YgDP.png

I use this command (--lock_cclock 1050 --cclock 200 --mclock 0) for kawpow RTX3090.
It is good for me. No high temp.

I m getting high temp if I mine kawpow + zil (mining zil)
So i had to put power limit 330W.

I also tried this command (--lock_cclock 1050 --cclock 200 --mclock 0 --zillock 1125 --zilmclock 0)
It gives error.

IMAGE:
https://i.imgur.com/DJrKfHY.png

I cannot live, I cannot die, trapped in myself.
Hold my breath as I wish for death. Oh please god, help me !
igotek
Hero Member
*****
Offline Offline

Activity: 2352
Merit: 646


Online Security & Investment Corporation


View Profile WWW
May 22, 2024, 11:18:25 AM
 #2715

About DERO:

Hiveos Config Image:
https://i.imgur.com/UOVbaY3.png

ERROR:
14:15:58 Connected to community-pools.mysrv.cloud:10300 [167.235.7.72]
14:15:58 Connection Error: Connection closed

I can mine DERO with astronv miner at this pool.
is there any special settings for gminer ?

I cannot live, I cannot die, trapped in myself.
Hold my breath as I wish for death. Oh please god, help me !
1971ECPT
Jr. Member
*
Offline Offline

Activity: 61
Merit: 2


View Profile
May 22, 2024, 08:20:00 PM
 #2716

6%? Greedy! That's why I never use Gminer.
batsonxl
Member
**
Offline Offline

Activity: 1214
Merit: 30


View Profile
September 18, 2024, 05:12:01 PM
 #2717

Please someone tell me why gminer consuming my celeron g3900 at 90%??
Win10/12 p104gpus/8gb ram/128gb ssd
miner29
Full Member
***
Offline Offline

Activity: 1290
Merit: 158


View Profile
September 19, 2024, 01:22:38 PM
 #2718

Please someone tell me why gminer consuming my celeron g3900 at 90%??
Win10/12 p104gpus/8gb ram/128gb ssd


Possibly share or dag verification.  If you can turn them off and see if it reduces cpu load.
igotek
Hero Member
*****
Offline Offline

Activity: 2352
Merit: 646


Online Security & Investment Corporation


View Profile WWW
May 27, 2025, 06:56:37 PM
 #2719



TENZ (Tenzura) Overclock Settings + Mining Pools + Exchanges  + Miners

https://youtu.be/3Hh5aQkDkmA

🚀 Unlock the Ultimate TENZURA Mining Guide: Maximize Your Profits Now! 💰

Ready to supercharge your TENZ (Tenzura) mining operation? This comprehensive guide is your ticket to maximizing profits and optimizing your setup. Whether you're a seasoned miner or just starting out, we've got you covered!

The overclock settings for NVIDIA Graphic Cards are optimized for GMiner.

I cannot live, I cannot die, trapped in myself.
Hold my breath as I wish for death. Oh please god, help me !
Pages: « 1 ... 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]
  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!