Bitcoin Forum
May 25, 2024, 07:16:05 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][HashTap™][FlexFee™] The miners multipool >-░▒▓█ on: June 16, 2017, 04:04:10 AM
I have the exact same graph! How do I mine more of THAT  Grin
22  Alternate cryptocurrencies / Mining (Altcoins) / Re: NemosMiner-v1.7.5 multi algo profit switching NVIDIA miner for MPH & ZPOOL on: June 14, 2017, 06:49:46 PM

"I started running two .bat files on the same rig this morning. So far it seems to be working fine.
I have a Zpool.bat file running on my 1st 1080 Ti and a MPH.bat file running on my 2nd 1080 Ti.
I'm trying this out so that I can compare the returns between Zpool and MPH. I'll report the results in a day or two."

Hey, can you copy and paste me your .bat files.  Im in the same situation as you and would like to try.
Thanks!  Cool

Here you go :

MPH
Quote
@echo off
SETLOCAL EnableExtensions
SET USER=username.worker
SET PASS=x
SET GPUequihash=0
SET GPUccminer=0
SET A=ethminer.exe
SET B=zminer.exe
SET C=ccminersp-mod
SET D=ccminerAlexis78.exe
SET E=ccminerTanguy.exe
SET POOL=hub.miningpoolhub.com
:start
ECHO Starting NemosMiner-v1.7.2 if this helped you please donate #Nemo....
%A% --cuda-devices %GPUequihash% --farm-retries 0 -U -S us-east.ethash-%POOL%:12020 -O %USER%:%PASS% -FS exit
%B% --cuda-devices %GPUequihash% --server us-east.equihash-%POOL% --port 12023 --fee 0 --eexit 2 --user %USER% --pass %PASS%
%E% -d %GPUccminer% -r 0 -a cryptonight -o stratum+tcp://us-east.cryptonight-%POOL%:12024 -u %USER% -p %PASS%
%D% -d %GPUccminer% -r 0 -a neoscrypt -o stratum+tcp://%POOL%:12012 -u %USER% -p %PASS% -i 15
%E% -d %GPUccminer% -r 0 -a groestl -o stratum+tcp://%POOL%:12004 -u %USER% -p %PASS%
%D% -d %GPUccminer% -r 0 -a lyra2v2 -o stratum+tcp://%POOL%:12018 -u %USER% -p %PASS%
%D% -d %GPUccminer% -r 0 -a myr-gr -o stratum+tcp://%POOL%:12005 -u %USER% -p %PASS%
%D% -d %GPUccminer% -r 0 -a skein -o stratum+tcp://%POOL%:12016 -u %USER% -p %PASS%
ECHO Starting NemosMiner-v1.7.2 if this helped you please donate #Nemo....
GOTO start

Zpool:
Quote
@echo off
SETLOCAL EnableExtensions
SET ADDY=walletaddressgoeshere
SET GPUequihash=1
SET GPUccminer=1
SET A=ccminerAlexis78.exe
SET B=ccminerTanguy.exe
SET C=zminer.exe
SET D=ccminersp-mod.exe
SET POOL=mine.zpool.ca
SET A01=equihash
SET A02=lyra2z
SET A03=myr-gr
REM SET A04=x15
SET A05=lyra2v2
SET A06=neoscrypt
SET A07=decred
SET A08=blakecoin
SET A09=c11
SET A10=groestl
SET A11=blake2s
REM SET A12=x14
SET A13=x17
SET A14=nist5
SET A15=skein
SET A16=sib
SET A17=x11evo
SET A18=lbry
SET A19=timetravel
SET A20=veltor
SET A21=bitcore
SET A22=hmq1725
SET PASS=c=BTC,equihash=0.68,lyra2z=2.53,myr-gr=115,lyra2v2=66,neoscrypt=1.35,decred=4.3,blakecoin=7.2,c11=27.9,groestl=58,blake2s=6.6,x17=18.25,nist5=78.2,skein=895,sib=20.5,x11evo=12.5,lbry=468,timetravel=36,veltor=54.9,bitcore=25.1,hmq1725=7.2,stats
:start
ECHO Starting NemosMiner-v1.7.5 if this helped you please donate #Nemo....
%C% --cuda_devices %GPUequihash% --server %A01%.%POOL% --port 2142 --fee 0 --eexit 2 --user %ADDY% --pass %PASS%
%B% -d %GPUccminer% -r 0 -a %A02% -o stratum+tcp://%A02%.%POOL%:4553 -u %ADDY% -p %PASS%
%A% -d %GPUccminer% -r 0 -a %A03% -o stratum+tcp://%A03%.%POOL%:5433 -u %ADDY% -p %PASS%
REM %A% -d %GPUccminer% -r 0 -a %A04% -o stratum+tcp://%A04%.%POOL%:3733 -u %ADDY% -p %PASS%
%A% -d %GPUccminer% -r 0 -a %A05% -o stratum+tcp://%A05%.%POOL%:4533 -u %ADDY% -p %PASS% -i 24
%B% -d %GPUccminer% -r 0 -a %A06% -o stratum+tcp://%A06%.%POOL%:4233 -u %ADDY% -p %PASS% -i 15
%B% -d %GPUccminer% -r 0 -a %A07% -o stratum+tcp://%A07%.%POOL%:5744 -u %ADDY% -p %PASS%
%B% -d %GPUccminer% -r 0 -a %A08% -o stratum+tcp://%A08%.%POOL%:5743 -u %ADDY% -p %PASS%
%A% -d %GPUccminer% -r 0 -a %A09% -o stratum+tcp://%A09%.%POOL%:3573 -u %ADDY% -p %PASS% -i 21
%B% -d %GPUccminer% -r 0 -a %A10% -o stratum+tcp://%A10%.%POOL%:5333 -u %ADDY% -p %PASS%
%A% -d %GPUccminer% -r 0 -a %A11% -o stratum+tcp://%A11%.%POOL%:5766 -u %ADDY% -p %PASS%
REM %A% -d %GPUccminer% -r 0 -a %A12% -o stratum+tcp://%A12%.%POOL%:3933 -u %ADDY% -p %PASS%
%A% -d %GPUccminer% -r 0 -a %A13% -o stratum+tcp://%A13%.%POOL%:3737 -u %ADDY% -p %PASS% -i 21.5
%A% -d %GPUccminer% -r 0 -a %A14% -o stratum+tcp://%A14%.%POOL%:3833 -u %ADDY% -p %PASS% -i 25
%A% -d %GPUccminer% -r 0 -a %A15% -o stratum+tcp://%A15%.%POOL%:4933 -u %ADDY% -p %PASS% -i 28
%A% -d %GPUccminer% -r 0 -a %A16% -o stratum+tcp://%A16%.%POOL%:5033 -u %ADDY% -p %PASS% -i 21
%A% -d %GPUccminer% -r 0 -a %A17% -o stratum+tcp://%A17%.%POOL%:3553 -u %ADDY% -p %PASS% -i 21
%A% -d %GPUccminer% -r 0 -a %A18% -o stratum+tcp://%A18%.%POOL%:3334 -u %ADDY% -p %PASS% -i 28
%B% -d %GPUccminer% -r 0 -a %A19% -o stratum+tcp://%A19%.%POOL%:3555 -u %ADDY% -p %PASS% -i 25
%A% -d %GPUccminer% -r 0 -a %A20% -o stratum+tcp://%A20%.%POOL%:5034 -u %ADDY% -p %PASS%
%B% -d %GPUccminer% -r 0 -a %A21% -o stratum+tcp://%A21%.%POOL%:3556 -u %ADDY% -p %PASS%
%B% -d %GPUccminer% -r 0 -a %A22% -o stratum+tcp://%A22%.%POOL%:3747 -u %ADDY% -p %PASS%
ECHO Starting NemosMiner-v1.7.5 if this helped you please donate #Nemo....
GOTO start
23  Alternate cryptocurrencies / Mining (Altcoins) / Re: NemosMiner-v1.7.5 multi algo profit switching NVIDIA miner for MPH & ZPOOL on: June 14, 2017, 03:10:58 PM
I started running two .bat files on the same rig this morning. So far it seems to be working fine.

I have a Zpool.bat file running on my 1st 1080 Ti and a MPH.bat file running on my 2nd 1080 Ti.

I'm trying this out so that I can compare the returns between Zpool and MPH. I'll report the results in a day or two.
24  Alternate cryptocurrencies / Mining (Altcoins) / Re: NemosMiner-v1.7.5 multi algo profit switching NVIDIA miner for MPH & ZPOOL on: June 14, 2017, 01:37:51 PM
Not sure what to say except that it works fine on my 1080Ti using NemosMiner-v1.7.2-MPH.

I'm guessing you already tried restarting your computer, resetting the overclock, checking the timezone, checking the server is the closest to you, etc.?
25  Alternate cryptocurrencies / Mining (Altcoins) / Re: NemosMiner-v1.7.5 multi algo profit switching NVIDIA miner for MPH & ZPOOL on: June 14, 2017, 12:54:26 PM
Huge thanks for this ! I've been wishing to see the ability to select GPU's and am really excited to see you've added this to the Zpool version!!!

In that spirit, I attempted to update your MPH code to include the GPU selection you added to the Zpool code.

This is what I came up with, let me know if I messed up anywhere:
NemosMiner-v1.7.2-MPH_GPU_SELECT.bat
Code:
@echo off
SETLOCAL EnableExtensions
SET USER=nemo.1050ti
SET PASS=x
SET GPUequihash=0
SET GPUccminer=0
SET A=ethminer.exe
SET B=zminer.exe
SET C=ccminersp-mod
SET D=ccminerAlexis78.exe
SET E=ccminerTanguy.exe
SET POOL=hub.miningpoolhub.com
:start
ECHO Starting NemosMiner-v1.7.2 if this helped you please donate #Nemo....
%A% --cuda-devices %GPUequihash% --farm-retries 0 -U -S us-east.ethash-%POOL%:12020 -O %USER%:%PASS% -FS exit
%B% --cuda-devices %GPUequihash% --server us-east.equihash-%POOL% --port 12023 --fee 0 --eexit 2 --user %USER% --pass %PASS%
%E% -d %GPUccminer% -r 0 -a cryptonight -o stratum+tcp://us-east.cryptonight-%POOL%:12024 -u %USER% -p %PASS%
%D% -d %GPUccminer% -r 0 -a neoscrypt -o stratum+tcp://%POOL%:12012 -u %USER% -p %PASS% -i 15
%E% -d %GPUccminer% -r 0 -a groestl -o stratum+tcp://%POOL%:12004 -u %USER% -p %PASS%
%D% -d %GPUccminer% -r 0 -a lyra2v2 -o stratum+tcp://%POOL%:12018 -u %USER% -p %PASS%
%D% -d %GPUccminer% -r 0 -a myr-gr -o stratum+tcp://%POOL%:12005 -u %USER% -p %PASS%
%D% -d %GPUccminer% -r 0 -a skein -o stratum+tcp://%POOL%:12016 -u %USER% -p %PASS%
ECHO Starting NemosMiner-v1.7.2 if this helped you please donate #Nemo....
GOTO start

Edit: also switched to us-east servers, because I'm not in Asia
Edit2: changed "cuda_devices" for "cuda-devices"
Edit3: changed "-G" for "-U"


26  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][Hash Rentals][Multipool] The miners multipool >-░▒▓█ on: June 13, 2017, 02:32:08 AM
is anyone else getting low earnings on zpool today? my 4xGTX1080tis have been doing like 95% blake2s since the nist5 issue this morning.. ive only make around $6.50 worth of btc since restarting the miner with nist5 disabled at 8am this morning...so $6.50 on 4 cards over 13 hour period....

Same problem for me with 2x 1080Ti's. I switched to MPH in the meantime, until the blake2s issue gets resolved (or whatever is going on). I avereged 15 USD for the last 24 hours ending at 18:00 EST today.

15 on zpool or MPH?

15 USD on Zpool over the last 24h ending at 18h00 EST. I got sucked into the nist5 mining as well for approx 6 of those hours.
from 6h00 to 18h00 EST, I made ~ 7USD/~0.00284 BTC.

However, I'm not sure how to interpret the immature mBTC values.
27  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][Hash Rentals][Multipool] The miners multipool >-░▒▓█ on: June 13, 2017, 02:20:59 AM
is anyone else getting low earnings on zpool today? my 4xGTX1080tis have been doing like 95% blake2s since the nist5 issue this morning.. ive only make around $6.50 worth of btc since restarting the miner with nist5 disabled at 8am this morning...so $6.50 on 4 cards over 13 hour period....

Same problem for me with 2x 1080Ti's. I switched to MPH in the meantime, until the blake2s issue gets resolved (or whatever is going on). I avereged 15 USD for the last 24 hours ending at 18:00 EST today.

Multipoolminer/MPH is reporting ~ 30 USD/day, but frankly, I don't know if I can trust those estimates. MPH refreshes the balance every 6-8h and since I switched my autoexchange to Ethereum, it will probably take even longer until I see values appear in the balance page.
28  Alternate cryptocurrencies / Mining (Altcoins) / Re: NemosMiner-v1.7.4 multi algo profit switching NVIDIA miner for MPH & ZPOOL on: June 10, 2017, 10:21:21 PM
Code:
%B% -r 0 -a %A06% -o stratum+tcp://%A06%.%POOL%:4233 -u %ADDY% -p %PASS% -15
Swtiching to "B" did not work on it's own, but switching to "B" and ALSO removing the -i 15 DID!!!

Code:
%B% -r 0 -a %A06% -o stratum+tcp://%A06%.%POOL%:4233 -u %ADDY% -p %PASS% 

Went from ~500 kH/s to 1445 kH/s Smiley
Code:
Starting NemosMiner-v1.7.4 if this helped you please donate #Nemo....
*** ccminer alexis-1.0 for nVidia GPUs from alexis78@github ***
*** Built with VC++ 2013 and nVidia CUDA SDK 7.5 (Recommended)

*** Based on tpruvot@github ccminer
*** Originally based on Christian Buchner and Christian H. project
*** Include some of the work of djm34, sp, tsiv and klausT.

[2017-06-10 18:19:03] Starting on stratum+tcp://myr-gr.mine.zpool.ca:5433
[2017-06-10 18:19:03] NVML GPU monitoring enabled.
[2017-06-10 18:19:03] 1 miner thread started, using 'myr-gr' algorithm.
[2017-06-10 18:19:03] ...terminating workio thread
*** ccminer alexis-1.0 for nVidia GPUs from alexis78@github ***
*** Built with VC++ 2013 and nVidia CUDA SDK 7.5 (Recommended)

*** Based on tpruvot@github ccminer
*** Originally based on Christian Buchner and Christian H. project
*** Include some of the work of djm34, sp, tsiv and klausT.

[2017-06-10 18:19:03] Starting on stratum+tcp://lyra2v2.mine.zpool.ca:4533
[2017-06-10 18:19:03] NVML GPU monitoring enabled.
[2017-06-10 18:19:03] 1 miner thread started, using 'lyra2v2' algorithm.
[2017-06-10 18:19:04] ...terminating workio thread
*** ccminer 2.0 for nVidia GPUs by tpruvot@github ***
    Built with VC++ 2013 and nVidia CUDA SDK 8.0 64-bits

  Originally based on Christian Buchner and Christian H. project
  Include some algos from alexis78, djm34, sp, tsiv and klausT.

BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo (tpruvot)

[2017-06-10 18:19:04] Starting on stratum+tcp://neoscrypt.mine.zpool.ca:4233
[2017-06-10 18:19:04] NVML GPU monitoring enabled.
[2017-06-10 18:19:04] NVAPI GPU monitoring enabled.
[2017-06-10 18:19:04] 1 miner thread started, using 'neoscrypt' algorithm.
[2017-06-10 18:19:04] Stratum difficulty set to 16 (0.00024)
[2017-06-10 18:19:04] neoscrypt block 1403251, diff 0.246
[2017-06-10 18:19:05] GPU #0: Intensity set to 16 (+5), 65536 cuda threads
[2017-06-10 18:19:06] GPU #0: MSI GTX 1080 Ti, 1467.94 kH/s
[2017-06-10 18:19:06] accepted: 1/1 (diff 0.001), 1467.94 kH/s yes!
[2017-06-10 18:19:06] neoscrypt block 828155, diff 0.169
[2017-06-10 18:19:08] accepted: 2/2 (diff 0.001), 1471.63 kH/s yes!
[2017-06-10 18:19:08] accepted: 3/3 (diff 0.000), 1474.37 kH/s yes!
[2017-06-10 18:19:09] accepted: 4/4 (diff 0.001), 1471.73 kH/s yes!
[2017-06-10 18:19:09] accepted: 5/5 (diff 0.002), 1469.97 kH/s yes!
[2017-06-10 18:19:10] GPU #0: MSI GTX 1080 Ti, 1447.89 kH/s
[2017-06-10 18:19:10] accepted: 6/6 (diff 0.001), 1465.55 kH/s yes!
[2017-06-10 18:19:11] accepted: 7/7 (diff 0.000), 1466.64 kH/s yes!
[2017-06-10 18:19:11] accepted: 8/8 (diff 0.000), 1467.09 kH/s yes!
[2017-06-10 18:19:11] accepted: 9/9 (diff 0.002), 1465.27 kH/s yes!
[2017-06-10 18:19:12] accepted: 10/10 (diff 0.000), 1462.07 kH/s yes!
[2017-06-10 18:19:12] accepted: 11/11 (diff 0.000), 1462.20 kH/s yes!
[2017-06-10 18:19:12] accepted: 12/12 (diff 0.000), 1461.54 kH/s yes!
[2017-06-10 18:19:13] accepted: 13/13 (diff 0.000), 1459.25 kH/s yes!

Much thanks!
29  Alternate cryptocurrencies / Mining (Altcoins) / Re: NemosMiner-v1.7.4 multi algo profit switching NVIDIA miner for MPH & ZPOOL on: June 10, 2017, 08:50:55 PM
I have a MSI GTX 1080 Ti Gaming X running at Stock 100% TDP (1835MHz GPU, 5005MHz MEM). Here are my benchmarks:

Code:
SET PASS=c=BTC,equihash=0.42,myr-gr=124,lyra2z=2.7,lyra2v2=64,neoscrypt=1.47,blakecoin=8.3,c11=16.4,groestl=68,blake2s=7.4,x15=17.7,x17=16.7,nist5=83.4,skein=900,sib=15.4,lbry=492,timetravel=21,decred=4.8,veltor=39,bitcore=27.8,hmq1725=7.81,stats

Hope it helps.

Interesting results. Mostly the extra 20% on the power limit gives a boost as expected. But there are strange outliers.

You neoscrypt performance is more in line with the stock 1070 benchmark, clearly something is very wrong with my 0.56 performance.
My blakecoin performance is also very low compared to yours.

However...

Even at 80% I have quite a performance boost on c11, x17, sib, timetravel and veltor. I also get nearer to 0.63 with equihash at 80%.

Assuming we are using the same version of the miner, 1.7.4? I can only imagine the major difference could be the driver? What are you using? I'm on 382.53.

Cheers

Ok, so I checked again since everyone was having different results. It turns out I just took the neoscrypt
benchmark values from ccminer-2.0-release-x64-cuda-8.0.7z found here : https://github.com/tpruvot/ccminer/releases.

In order to get benchmarks, I created a benchmark.bat file in the same directory as the one I extracted the ccminer-x64.exe and used the flowing code:
Code:
ccminer-x64.exe --benchmark > benchmark.txt

The values I received for that benchmark were the following:
Code:
[2017-06-08 15:44:54]    blakecoin :    8304139.4 kH/s, -10999 MB, 67108864 thr.
[2017-06-08 15:44:54]        blake :    4767552.0 kH/s,     2 MB, 67108864 thr.
[2017-06-08 15:44:54]      blake2s :    6717441.6 kH/s,     2 MB, 33554432 thr.
[2017-06-08 15:44:54]          bmw :    2876996.4 kH/s,    66 MB,  2097152 thr.
[2017-06-08 15:44:54]      bastion :      19386.4 kH/s,   234 MB,  1048576 thr.
[2017-06-08 15:44:54]         deep :      66240.6 kH/s,    34 MB,   524288 thr.
[2017-06-08 15:44:54]       decred :    4961711.2 kH/s,     2 MB, 33554432 thr.
[2017-06-08 15:44:54]        fresh :      25065.3 kH/s,   610 MB,   524288 thr.
[2017-06-08 15:44:54]     fugue256 :     723228.2 kH/s,   130 MB,  4194304 thr.
[2017-06-08 15:44:54]      groestl :      68094.8 kH/s,     2 MB,   524288 thr.
[2017-06-08 15:44:54]        heavy :      64930.8 kH/s,   166 MB,   524032 thr.
[2017-06-08 15:44:54]      hmq1725 :       7810.9 kH/s,   644 MB,   524288 thr.
[2017-06-08 15:44:54]       keccak :    1026037.0 kH/s,   130 MB,  2097152 thr.
[2017-06-08 15:44:54]      jackpot :      18548.2 kH/s,   108 MB,  1048576 thr.
[2017-06-08 15:44:54]          jha :      25728.4 kH/s,   134 MB,  1048576 thr.
[2017-06-08 15:44:54]         lbry :     492183.5 kH/s,     2 MB,  8388608 thr.
[2017-06-08 15:44:54]        luffa :     549619.1 kH/s,   130 MB,  2097152 thr.
[2017-06-08 15:44:54]        lyra2 :       5103.1 kH/s,    12 MB,    65536 thr.
[2017-06-08 15:44:54]      lyra2v2 :      64216.9 kH/s,  1570 MB,  1048576 thr.
[2017-06-08 15:44:54]       lyra2z :       2651.5 kH/s,    12 MB,    65536 thr.
[2017-06-08 15:44:54]       myr-gr :     124930.4 kH/s,    66 MB,  1048576 thr.
[2017-06-08 15:44:54]    neoscrypt :       1475.3 kH/s,   306 MB,    65536 thr.
[2017-06-08 15:44:54]        nist5 :      83465.4 kH/s,    66 MB,  1048576 thr.
[2017-06-08 15:44:54]        penta :      26863.5 kH/s,    34 MB,   524288 thr.
[2017-06-08 15:44:54]        qubit :      32965.1 kH/s,   610 MB,   524288 thr.
[2017-06-08 15:44:54]      sha256d :    1846864.9 kH/s,     2 MB, 33554432 thr.
[2017-06-08 15:44:54]      sha256t :    1066858.2 kH/s,     2 MB,  8388608 thr.
[2017-06-08 15:44:54]          sia :    3129930.5 kH/s,     2 MB, 67108864 thr.
[2017-06-08 15:44:54]          sib :      15462.1 kH/s,  1218 MB,  1048576 thr.
[2017-06-08 15:44:54]        skein :     706579.5 kH/s,     2 MB,  1048576 thr.
[2017-06-08 15:44:54]       skein2 :     640114.9 kH/s,    34 MB,   524288 thr.
[2017-06-08 15:44:54]           s3 :      66537.9 kH/s,   610 MB,   524288 thr.
[2017-06-08 15:44:54]   timetravel :      21979.2 kH/s,    34 MB,   524288 thr.
[2017-06-08 15:44:54]      bitcore :      27810.0 kH/s,   610 MB,   524288 thr.
[2017-06-08 15:44:54]       x11evo :      12635.2 kH/s,   610 MB,   524288 thr.
[2017-06-08 15:44:54]          x11 :      16460.0 kH/s,   610 MB,   524288 thr.
[2017-06-08 15:44:54]          x13 :      17518.1 kH/s,   610 MB,   524288 thr.
[2017-06-08 15:44:54]          x14 :      17889.2 kH/s,   610 MB,   524288 thr.
[2017-06-08 15:44:54]          x15 :      17076.3 kH/s,   610 MB,   524288 thr.
[2017-06-08 15:44:54]          x17 :      16736.9 kH/s,   610 MB,   524288 thr.
[2017-06-08 15:44:54]      vanilla :    6290462.1 kH/s,     2 MB, 16777216 thr.
[2017-06-08 15:44:54]       veltor :      39056.8 kH/s,   130 MB,  2097152 thr.
[2017-06-08 15:44:54]    whirlpool :      78090.1 kH/s,     2 MB,   524288 thr.
[2017-06-08 15:44:54]          zr5 :       6622.8 kH/s,    88 MB,   262144 thr.
[2017-06-08 15:44:54] GPU #1: Intensity set to 18, 262144 cuda threads

However, when I am mining with Nemosminer-v1.7.4, I am indeed only getting ~ 500-600 kH/s for neoscrypt.

Would be good if the author of Nemosminer could intergrate ccminer-2.0-release-x64-cuda-8.0 into his already excellent application.

Thanks for everyone's input
30  Alternate cryptocurrencies / Mining (Altcoins) / Re: NemosMiner-v1.7.4 multi algo profit switching NVIDIA miner for MPH & ZPOOL on: June 10, 2017, 02:10:26 AM
I have a MSI GTX 1080 Ti Gaming X running at Stock 100% TDP (1835MHz GPU, 5005MHz MEM). Here are my benchmarks:

Code:
SET PASS=c=BTC,equihash=0.42,myr-gr=124,lyra2z=2.7,lyra2v2=64,neoscrypt=1.47,blakecoin=8.3,c11=16.4,groestl=68,blake2s=7.4,x15=17.7,x17=16.7,nist5=83.4,skein=900,sib=15.4,lbry=492,timetravel=21,decred=4.8,veltor=39,bitcore=27.8,hmq1725=7.81,stats

Hope it helps.
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!