Bitcoin Forum
September 12, 2024, 03:40:26 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs (5.2.0) on: January 25, 2018, 05:49:32 PM
[INFO] [2018-01-25T18:45:25+01:00] Total 2738.64 Sol/s 1463.18 Nonce/s Accepted shares 12451 Rejected shares 67
on pool side i have average ~2500 Sols (6x1070 - after running more than 24 hours).

DTSM showed correct values for me on same rig. bminer has 8%!!! difference. crazy. i swtich back to dtsm
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs (5.2.0) on: January 24, 2018, 04:59:23 PM
same error:
relocation error: /home/mining/bminer/bminer: symbol _ZTTNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEE, version GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time reference

ubuntu 14.04 is not supported?
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] dstm's ZCash Nvidia Miner v0.4.5 (Linux) on: October 01, 2017, 10:19:11 AM
New Version 0.5

con: support set_extranonce rpc
con: improve handling of temporary slow network conditions
con: add monitoring support using web browser
con: add monitoring support using json-rpc
mp: rebalance queue sizes - this improves the solution rate as
seen by the pool, especially on pool that submit new jobs often


This is a testing version, it has a lot internal changes and is less tested. Feedback on stability performance is welcome. Rebalanced queue sizes improve the solution rate on pool side, however this might reduce the performance in situations of heavy cpu load - pls check if there are any improvement on the pool side for you. Telemetry is pretty simple currently, if there is anything more you need - suggestions are welcome.

new version works fine and stable. API works fine as well.
- could you please add current values in JSON as well and not only average values. ( i put all values into grafana for monitoring and statistics)
- lower sols/s on poolside is fixed. localy i have ~2644 and currently (after 24 hours) on flypool up to 2600- (even less than the devfee of 2%). So average Sols/s on poolside is now perfect. very well done.

4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] dstm's ZCash Nvidia Miner v0.4.5 (Linux) on: September 29, 2017, 05:05:15 PM
I've done a 10h test on flypool: local 79.7 - pool 78.1  79.7/78.1=1.0204. I'll do some more test on different pools with a 10GPU system this week.

Edit:
1-(78.1/79.7) = 0.020075

6x1070 System - local 2632 Sols
flypool: 2540 (24 hours average)
(1-(2540/2632) = 0.03495

Previously i had ~5% difference before flypool changed default diffictulty. Not sure what could be the reason of the remaining 1.495% difference ( 3,495%-2%) but for me low enough to "accept" it without further investigation.

- Is the miner already fully optimized or do you think there is even chance for further optimizations and few more sols/s ?
- miner is stable for me except that outage yesterday as flypool changed default difficulty. (manual restart of miner was necessary)
- could you also put timestamp for each line to console output? i created script to parse output and import data into grafana and timestamp would be usefull. as soon as API is available i wouldnt need it anymore ;-)
- thx for good work and enjoy your dev fee. i plan to use your miner on my 2nd rig as well as soon API is available.
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] dstm's ZCash Nvidia Miner v0.4.5 (Linux) on: September 26, 2017, 05:33:38 AM
5x1070 OC

Code:
   GPU1 57°C  Sol/s: 444.5  Sol/W: 4.05  Avg: 444.2  I/s: 238.3  Sh/s: 0.111
   GPU3 58°C  Sol/s: 444.1  Sol/W: 3.97  Avg: 435.2  I/s: 233.2  Sh/s: 0.110
   GPU0 60°C  Sol/s: 436.1  Sol/W: 3.97  Avg: 435.6  I/s: 233.7  Sh/s: 0.106
   GPU2 59°C  Sol/s: 435.3  Sol/W: 4.01  Avg: 439.6  I/s: 235.8  Sh/s: 0.106  +
   GPU4 57°C  Sol/s: 437.9  Sol/W: 4.01  Avg: 440.5  I/s: 236.2  Sh/s: 0.106  +
   ========== Sol/s: 2197.9 Sol/W: 4.00  Avg: 2195.0 I/s: 1177.2 Sh/s: 0.538

Flypool Statistics:

Local:   ~2190 Sols/sec
Flypool: ~2085 Sols/sec

~5% difference (2% should be fee)

For next version i vote for API support ;-)
Btw, nicehash doesnt work very well with your miner. (extranounce support is missing)

Can you please post your OC and Power Limit settings? I'm also using 1070s and only get 3.82 Sol/W

Thanks!

Code:
export DISPLAY=:0
nvidia-smi -pm ENABLED
nvidia-smi -pl 110
export GPU_FORCE_64BIT_PTR=0
export GPU_MAX_HEAP_SIZE=100
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=100
export GPU_SINGLE_ALLOC_PERCENT=100
DISPLAY=:0 XAUTHORITY=/home/mining/.Xauthority nvidia-settings -a GPUPowerMizerMode=1  | logger
DISPLAY=:0 XAUTHORITY=/home/mining/.Xauthority nvidia-settings -a GPUMemoryTransferRateOffset[3]=1000 | logger
DISPLAY=:0 XAUTHORITY=/home/mining/.Xauthority nvidia-settings -a GPUGraphicsClockOffset[3]=100  | logger
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] dstm's ZCash Nvidia Miner v0.4.5 (Linux) on: September 25, 2017, 04:58:56 PM
5x1070 OC

Code:
   GPU1 57°C  Sol/s: 444.5  Sol/W: 4.05  Avg: 444.2  I/s: 238.3  Sh/s: 0.111
   GPU3 58°C  Sol/s: 444.1  Sol/W: 3.97  Avg: 435.2  I/s: 233.2  Sh/s: 0.110
   GPU0 60°C  Sol/s: 436.1  Sol/W: 3.97  Avg: 435.6  I/s: 233.7  Sh/s: 0.106
   GPU2 59°C  Sol/s: 435.3  Sol/W: 4.01  Avg: 439.6  I/s: 235.8  Sh/s: 0.106  +
   GPU4 57°C  Sol/s: 437.9  Sol/W: 4.01  Avg: 440.5  I/s: 236.2  Sh/s: 0.106  +
   ========== Sol/s: 2197.9 Sol/W: 4.00  Avg: 2195.0 I/s: 1177.2 Sh/s: 0.538

Flypool Statistics:

Local:   ~2190 Sols/sec
Flypool: ~2085 Sols/sec

~5% difference (2% should be fee)

For next version i vote for API support ;-)
Btw, nicehash doesnt work very well with your miner. (extranounce support is missing)
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!