Pages:
Author

Topic: GMiner v3.24 Ergo+KASPA+ZIL/KAWPOW/Equihash/Cortex - page 30. (Read 306650 times)

newbie
Activity: 196
Merit: 0
REQUEST:

Include Fidelity / Effective Hash rate of miner in API.
legendary
Activity: 1852
Merit: 2841
All good things to those who wait
I tested gminer with amd R9 390 8Gb hawaii cards under smos. It starts hashing and even finds 1 share, but after that just keeps hashing without any accepted share as shown both in the miner and the pool. Neither of the cards on any of my rigs hangs. They keep hashing but with no accepted share except the 1st one. There is also some linux error message for not finding a file to read in a directory, may be this is the cause. Any fix for this?

Edit. Today I tested it on hiveos and it is working really well with <2% stale shares.
sr. member
Activity: 776
Merit: 308
GeoCoin Developer - GIS Technologist
Great job with GMiner!  I found your miner on a list of Etchash supported miners, great job supporting the new Ethash variant.

I was wondering if you had any interest in adding support for Ubqhash?

Here's some of the technicals to help explain the algo changes more in depth:  https://blog.ubiqsmart.com/introducing-ubqhash-8fa515befd7

Ubiq has quite a large community of miners, but the current number of mining programs is somewhat limited.  I'm reaching out on behalf of the Ubiq community to see if you're interested in potentially adding Ubqhash support, thanks!
member
Activity: 488
Merit: 37
GMiner v2.33 available for download

v2.33
+ Fixed critical bug caused miner restarts when running under watchdog. This bug appears in v2.30 and v2.31

Telegram group: https://t.me/gminer_equihash
Telegram beta test group: https://t.me/gminer_beta

Download links:
GitHub: https://github.com/develsoftware/GMinerRelease/releases/tag/2.33
full member
Activity: 1264
Merit: 138
I went to Nvidia and got the driver there...

https://www.nvidia.com/en-us/drivers/results/166883/

gets the linux-64 30 series 3080

Then i execute the download to install


Im sure there are other ways...but i never had any luck with the Ubuntu Software/Upate system for the drivers


Once you get them properly installed:
nvidia-smi should show something like this (well format wont look so bad):


Thu Nov 26 13:43:12 2020       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 410.57                 Driver Version: 410.57                    |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GTX 1080    On   | 00000000:01:00.0 Off |                  N/A |
| 95%   54C    P2   144W / 145W |   4283MiB /  8119MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+
|   1  GeForce GTX 1080    On   | 00000000:02:00.0 Off |                  N/A |
| 75%   43C    P2   140W / 140W |   4255MiB /  8119MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+
|   2  GeForce GTX 1080    On   | 00000000:03:00.0 Off |                  N/A |
| 80%   48C    P2   138W / 140W |   4255MiB /  8119MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+
|   3  GeForce GTX 1080    On   | 00000000:04:00.0 Off |                  N/A |
| 95%   53C    P2   135W / 140W |   4255MiB /  8119MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+
|   4  GeForce GTX 1080    On   | 00000000:05:00.0 Off |                  N/A |
| 75%   46C    P2   138W / 140W |   4255MiB /  8119MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+
|   5  GeForce GTX 1080    On   | 00000000:06:00.0 Off |                  N/A |
| 90%   44C    P2   137W / 140W |   4255MiB /  8119MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|    0      2063      G   /usr/bin/X                                    35MiB |
|    0      7445      C   /opt/miners/claymore/claymore               4235MiB |
|    1      2063      G   /usr/bin/X                                     7MiB |
|    1      7445      C   /opt/miners/claymore/claymore               4235MiB |
|    2      2063      G   /usr/bin/X                                     7MiB |
|    2      7445      C   /opt/miners/claymore/claymore               4235MiB |
|    3      2063      G   /usr/bin/X                                     7MiB |
|    3      7445      C   /opt/miners/claymore/claymore               4235MiB |
|    4      2063      G   /usr/bin/X                                     7MiB |
|    4      7445      C   /opt/miners/claymore/claymore               4235MiB |
|    5      2063      G   /usr/bin/X                                     7MiB |
|    5      7445      C   /opt/miners/claymore/claymore               4235MiB |
+-----------------------------------------------------------------------------+
sr. member
Activity: 504
Merit: 259
Nvidia drivers not installed (properly) it appears.

I dont use the gui automated system for this....i just go to the nvidia web page and dl the driver... then install that (manually not through installer of ubuntu) then nvidia-smi works.  Then the miner will work.

HI,

I have used

apt search nvidia-driver

sudo apt install nvidia-driver-455


And am still getting the same error.

Should this not have worked?

full member
Activity: 1264
Merit: 138
Nvidia drivers not installed (properly) it appears.

I dont use the gui automated system for this....i just go to the nvidia web page and dl the driver... then install that (manually not through installer of ubuntu) then nvidia-smi works.  Then the miner will work.
sr. member
Activity: 504
Merit: 259
Hi,

I am trying to use Gminer on Ubuntu 20.04 but I simply get the error 'no device detected', and nothing else.

I have the latest Nvidea driver active.

Can't seem to find any info on this.

Any advice?
Hi,

Can you show your command line arguments?
Also can you provide output from nvidia-smi command?

Best Regards
Thank you for getting back to my so quickly.

I have simply filled in the mine_beam.sh file that was already present in the Gminer map with my details:

#!/bin/sh
./miner --algo beamhash --server beam-eu.leafpool.com:3333 --ssl 1 --user [my permanent beam address].pavilion


nividia-smi seems to identify the problem:

knepala@knepala-HP-Pavilion-Gaming-Laptop-15-dk1xxx:~/Crypto/Gminer$ ./mine_beam.sh
No device found
knepala@knepala-HP-Pavilion-Gaming-Laptop-15-dk1xxx:~/Crypto/Gminer$ nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.


As far as I can tell from settings, I am running the latest Nvidia driver. This is just a two day old laptop.


member
Activity: 488
Merit: 37
Hi,

I am trying to use Gminer on Ubuntu 20.04 but I simply get the error 'no device detected', and nothing else.

I have the latest Nvidea driver active.

Can't seem to find any info on this.

Any advice?
Hi,

Can you show your command line arguments?
Also can you provide output from nvidia-smi command?

Best Regards
sr. member
Activity: 504
Merit: 259
Hi,

I am trying to use Gminer on Ubuntu 20.04 but I simply get the error 'no device detected', and nothing else.

I have the latest Nvidea driver active.

Can't seem to find any info on this.

Any advice?
member
Activity: 488
Merit: 37
GMiner v2.32 available for download

v2.32
+ fixed "out of memory" error for Ethash on Nvidia rigs

Note:
Ethash DevFee is 0.65%

Telegram group: https://t.me/gminer_equihash
Telegram beta test group: https://t.me/gminer_beta

Download links:
GitHub: https://github.com/develsoftware/GMinerRelease/releases/tag/2.32
member
Activity: 488
Merit: 37
Same "out of memory"  issue on another rig on 2.31:

Win10 64
2080
457.09


Both on ETH
Thank you for report, we will release update with fix soon
jr. member
Activity: 161
Merit: 1
Same "out of memory"  issue on another rig on 2.31:

Win10 64
2080
457.09


Both on ETH
jr. member
Activity: 161
Merit: 1
Getting "Out of Memory" errors for all cards on 2.3 and 2.31    2.29 works fine

Win 10 64
1080ti
457.30

Thoughts?
member
Activity: 488
Merit: 37
GMiner v2.31 available for download

v2.31
+ fixed bug due miner sent stale shares on all algorithms (this fix should significantly decrease stale share percentage on all algorithms)
+ implemented unique mechanism that minimize stale shares on Ethash/Etchash algorithm (~+1% accepted shares to total accepted share count)
+ significant performance improvement for Ethash/Etchash algorithm on AMD cards in OC mode

Note:
Remember GMiner supports Ethash/Etchash algorithms on Nvidia and AMD cards
Supports ETC hardfork (use --algo etchash for auto-switch)

Telegram group: https://t.me/gminer_equihash
Telegram beta test group: https://t.me/gminer_beta

Download links:
GitHub: https://github.com/develsoftware/GMinerRelease/releases/tag/2.31
newbie
Activity: 19
Merit: 0
GMiner v2.30 available for download

v2.30
+ major performance improvements for BeamHashIII (up to +2-3% dependent on GPU)
+ added AMD solvers for Ethash and Etchash
+ significantly reduced stale shares percentage on Ethash algorithm, it will improve hashrate on pool side
+ support Etchash algorithm (Ethereum classic algorithm after hardfork), use --algo etchash, miner auto switch to HF algorithm on epoch 390. Also you can use --algo etchash_test for testing Etchash on test network (HF epoch is 82)
+ reduced memory usage for Cortex 8GB solver (about 50MB)

Version 2.27, 2.29 and 2.30 have problem (ethereum mine): All devfee mining pools are unavailable
Version 2.28 good, no errors.
Please fix this error


Now 2.28 doesn't work. All devfee mining pools are unavailable...
You will have to change the miner until you fix your gminer ((
newbie
Activity: 1
Merit: 0
Same problem here.
"All devfee mining pools are unavailable"
tried with versions 2.28, 2.29 and 2.30 same result

Code:
+----------------------------------------------------------------+
|                          GMiner v2.30                          |
+----------------------------------------------------------------+
Algorithm:          Ethash
DevFee:             0.65%
Stratum server:
  host:             eu1-3g.whalesburg.com:8083
  user:             0xC69bF61B20a91db480de8d501044B0C2f1af339c.TeoMan2
  password:         x
Power calculator:   on
Color output:       on
Watchdog:           on
API:                off
Log to file:        off
Selected devices:   GPU0
Intensity:          100
Temperature limits: 90C
------------------------------------------------------------------
13:36:05 Connected to eu1-3g.whalesburg.com:8083
13:36:05 Authorized on Stratum Server
13:36:05 New Job: 834a3873 Difficulty: 4.00G
13:36:05 Started Mining on GPU0: ZOTAC GeForce GTX 1650 4GB
13:36:07 GPU0: generating DAG for epoch #137
13:36:08 New Job: 120b5a4c Difficulty: 4.00G
13:36:15 GPU0: DAG generated in 8.32s
+------+----+-----------+------+-----+-----------+
|  GPU  Temp    Speed    Shares Power Efficiency |
+------+----+-----------+------+-----+-----------+
|  GPU0 58 C  16.48 MH/s    0/0   N/A        N/A |
+------+----+-----------+------+-----+-----------+
13:36:35 Uptime: 0d 00:00:30
13:36:43 New Job: 8522c00d Difficulty: 4.00G
13:36:59 All devfee mining pools are unavailable
13:36:59 Stopped Mining on GPU0
13:36:59 Miner terminated, watchdog will restart process after 10 seconds
full member
Activity: 1167
Merit: 209
Version 2.27, 2.29 and 2.30 have problem (ethereum mine): All devfee mining pools are unavailable
Version 2.28 good, no errors.
Please fix this error


Please provide more details how to reproduce this problem, provide sample command line arguments.
Thanks
miner --cuda 0 --devices 1 3 2 0 --algo ethash --server daggerhashimoto.eu.nicehash.com --user **** --pass x --port 3353
Code:
Cp 18.11.20 1:48:48 Added           miner.exe            TCP 192.168.1.111:54472    172.65.200.133:3353   
Cp 18.11.20 1:48:50 Added           miner.exe            TCP 192.168.1.111:54473    51.89.112.180:5555   
Cp 18.11.20 1:48:52 Added           miner.exe            TCP 192.168.1.111:54475    81.4.110.148:8443     
Cp 18.11.20 1:48:54 Added           miner.exe            TCP 192.168.1.111:54477    172.65.200.133:3353   
Cp 18.11.20 1:48:54 Added           miner.exe            TCP 192.168.1.111:54479    51.89.112.180:5555   
Cp 18.11.20 1:48:54 Removed         miner.exe            TCP 192.168.1.111:54475    81.4.110.148:8443     
Cp 18.11.20 1:49:00 Added           miner.exe            TCP 192.168.1.111:54482    172.65.207.106:4444   
Cp 18.11.20 1:49:00 Removed         miner.exe            TCP 192.168.1.111:54473    51.89.112.180:5555   
Cp 18.11.20 1:49:04 Added           miner.exe            TCP 192.168.1.111:54483    172.65.207.106:4444   
Cp 18.11.20 1:49:04 Removed         miner.exe            TCP 192.168.1.111:54479    51.89.112.180:5555   
Cp 18.11.20 1:49:10 Added           miner.exe            TCP 192.168.1.111:54484    51.89.112.180:4444   
Cp 18.11.20 1:49:10 Removed         miner.exe            TCP 192.168.1.111:54482    172.65.207.106:4444   
Cp 18.11.20 1:49:14 Added           miner.exe            TCP 192.168.1.111:54485    51.89.112.180:4444   
Cp 18.11.20 1:49:14 Removed         miner.exe            TCP 192.168.1.111:54483    172.65.207.106:4444   
Cp 18.11.20 1:50:44 Removed         miner.exe            TCP 192.168.1.111:54484    51.89.112.180:4444   
Cp 18.11.20 1:50:50 Added           miner.exe            TCP 192.168.1.111:54486    51.89.112.180:4444   
Cp 18.11.20 1:51:10 Added           miner.exe            TCP 192.168.1.111:54487    172.65.232.146:4444   
Cp 18.11.20 1:51:10 Added           miner.exe            TCP 192.168.1.111:54488    172.65.232.146:4444   
Cp 18.11.20 1:51:10 Removed         miner.exe            TCP 192.168.1.111:54486    51.89.112.180:4444   
Cp 18.11.20 1:51:10 Removed         miner.exe            TCP 192.168.1.111:54485    51.89.112.180:4444   
Cp 18.11.20 1:51:19 Added           miner.exe            TCP 192.168.1.111:54489    51.89.96.118:6060     
Cp 18.11.20 1:51:19 Removed         miner.exe            TCP 192.168.1.111:54487    172.65.232.146:4444   
Cp 18.11.20 1:51:19 Removed         miner.exe            TCP 192.168.1.111:54488    172.65.232.146:4444   
Cp 18.11.20 1:51:19 Removed         miner.exe            TCP 192.168.1.111:54472    172.65.200.133:3353   
Cp 18.11.20 1:51:33 Added           miner.exe            TCP 192.168.1.111:54497    81.4.110.148:8443     
Cp 18.11.20 1:51:35 Added           miner.exe            TCP 192.168.1.111:54500    172.65.200.133:3353   
Cp 18.11.20 1:51:35 Added           miner.exe            TCP 192.168.1.111:54502    51.89.112.180:5555   
Cp 18.11.20 1:51:35 Removed         miner.exe            TCP 192.168.1.111:54497    81.4.110.148:8443     
Cp 18.11.20 1:51:35 Removed         miner.exe            TCP 192.168.1.111:54498    51.89.96.115:9090     
Cp 18.11.20 1:51:45 Added           miner.exe            TCP 192.168.1.111:54505    172.65.207.106:4444   
Cp 18.11.20 1:51:47 Added           miner.exe            TCP 192.168.1.111:54506    51.89.96.115:9090     
Cp 18.11.20 1:51:57 Removed         miner.exe            TCP 192.168.1.111:54505    172.65.207.106:4444   
Cp 18.11.20 1:52:05 Added           miner.exe            TCP 192.168.1.111:54514    81.4.110.148:8443     
Cp 18.11.20 1:52:07 Added           miner.exe            TCP 192.168.1.111:54516    172.65.200.133:3353   
Cp 18.11.20 1:52:07 Added           miner.exe            TCP 192.168.1.111:54517    51.89.112.180:5555   
Cp 18.11.20 1:52:07 Removed         miner.exe            TCP 192.168.1.111:54514    81.4.110.148:8443     
After this - All devfee mining pools are unavailable
newbie
Activity: 19
Merit: 0
Please provide more details how to reproduce this problem, provide sample command line arguments.
Thanks
https://drive.google.com/file/d/1tSxSrJYHZks3iMqVGGLfHLWIbFuH5Gcb/view

May be in Russia devfee mining pool is not available from version 2.27 2.29 and 2.30, but may be version 2.28 have another address devfee pool?
member
Activity: 488
Merit: 37
Version 2.27, 2.29 and 2.30 have problem (ethereum mine): All devfee mining pools are unavailable
Version 2.28 good, no errors.
Please fix this error


Please provide more details how to reproduce this problem, provide sample command line arguments.
Thanks
Pages:
Jump to: