Pages:
Author

Topic: GMiner v3.24 Ergo+KASPA+ZIL/KAWPOW/Equihash/Cortex (Read 306240 times)

member
Activity: 488
Merit: 37
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
jr. member
Activity: 69
Merit: 1
Yes. You can prescribe overclocking parameters for each flight sheet without using HiveOS overclocking just by specifying in extra config
hero member
Activity: 2016
Merit: 608
Online Security & Investment Corporation
--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.
full member
Activity: 1125
Merit: 204
On NiceHash any algo + ZIL, GMiner detect epoch 0 mining coin as ZIL mining (but true ZIL epoch 1, at this moment ). Its BUG.
jr. member
Activity: 94
Merit: 5
Decred has gone back to gpu mining,  could you guys ad blake3 pow for that coin?
member
Activity: 488
Merit: 37
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
full member
Activity: 1358
Merit: 215
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.
member
Activity: 1193
Merit: 26
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
member
Activity: 488
Merit: 37
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
full member
Activity: 1358
Merit: 215
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.
member
Activity: 1557
Merit: 69
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.
member
Activity: 1193
Merit: 26
Dear developer if you reading this please add new coins.more coins more miners  Shocked
full member
Activity: 1125
Merit: 204
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
jr. member
Activity: 69
Merit: 1
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
full member
Activity: 1125
Merit: 204
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
jr. member
Activity: 125
Merit: 2
Hey Gminer can you pleas add nexa?
Thanks!!!

Maybe dynex too?
member
Activity: 1193
Merit: 26
Hey Gminer can you pleas add nexa?
Thanks!!!
member
Activity: 324
Merit: 42
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.
copper member
Activity: 249
Merit: 26
High quality Design for Cryptocurrency
how to solo mining with GMiner  , card Nvidia RTX 4070 , please config for ethash ?
newbie
Activity: 24
Merit: 1
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

Pages:
Jump to: