Author

Topic: [ mining os ] nvoc - page 221. (Read 418546 times)

full member
Activity: 378
Merit: 104
nvOC forever
September 21, 2017, 04:39:52 AM
Guys, how do we mine Nexus? is it possible? thanks!
Whats the Nexus algo ?

hmmmm not sure what algo...
Then what's the miner, I will compile it for you

Its bit confusing as the announcement says

https://bitcointalksearch.org/topic/nexus-pure-sha3-cpugpu-npos-15-active-innovations-more-to-come-657601

Algorithm
SHA3 [Skein and Keccak]

but this pool suggests CPU Mining using Wolf or something else!!

http://www.nexusminingpool.com/mininginfo
full member
Activity: 378
Merit: 104
nvOC forever
September 21, 2017, 04:34:34 AM
I want to test Vertcoin with my nvOC rig, any pool suggestions ?

so I tried mining VTC with the pool already in 1bash and the VTC dev pool, no success.

Anyone managed to mine VTC with nvOC ?

EDIT: for some reason ubuntu crashed while rebooting
you can mine vertcoin in MPH, 
should have no problems

Yes, use MiningPoolHub, if you don't know how to use it; please follow the below instructions:

To use Miningpoolhub please make sure you set this to 'NO'

Code:
VTC_AUTOCONVERT_TO_BTC="NO"        #YES  NO

Worker is something you add up in the the miningpool hub portal.

Code:
VTC_WORKER="yourMiningPoolHubWorkerName"
VTC_ADDRESS="yourMiningPoolHubLoginName"
VTC_POOL="stratum+tcp://hub.miningpoolhub.com:20507"

Hope it helps.
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
September 20, 2017, 11:56:24 PM
I want to test Vertcoin with my nvOC rig, any pool suggestions ?

so I tried mining VTC with the pool already in 1bash and the VTC dev pool, no success.

Anyone managed to mine VTC with nvOC ?

EDIT: for some reason ubuntu crashed while rebooting
you can mine vertcoin in MPH, 
should have no problems
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
September 20, 2017, 11:55:19 PM
Klaust ccminer is fixed!
Compiled it with new makefile.am and its working like a champ
Raised my neoscrypt hash rate by more than 20% from 800 to 1030~1060 on GTX-1070

And here is the compiled link if any one wanted

KTccminer Dropbox Download Link

Download, Extract to /home/m1/KTccminer
Then change neoscrypt lines in 3main

from :
Code:
if [ $COIN == "FTC" ]
then
HCD='/home/m1/SPccminer/ccminer'

To:
Code:
if [ $COIN == "FTC" ]
then
HCD='/home/m1/KTccminer/ccminer'

And in  Nicehash and MPH_switcher lines :

From:
Code:
    "cmd": "/home/m1/SPccminer/ccminer -a neoscrypt ... rest_of_the_line ...

To:
Code:
    "cmd": "/home/m1/KTccminer/ccminer -a neoscrypt ... rest_of_the_line ...



Should you also use this version of "KTccminer" that you compiled to undermine cryptonignht (monero) or does it need another directory with a different version of "KTccminer"?

This question because in a previous post you told me to simply remove "-a cryptonight" on the line that concerns this algo


If you use "KTccminer-crytponight" which salfter compiled u should not use "-a algo"
If you use the one I compiled you should use "-a algo"
full member
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
September 20, 2017, 05:34:47 PM
Klaust ccminer is fixed!
Compiled it with new makefile.am and its working like a champ
Raised my neoscrypt hash rate by more than 20% from 800 to 1030~1060 on GTX-1070

And here is the compiled link if any one wanted

KTccminer Dropbox Download Link

Download, Extract to /home/m1/KTccminer
Then change neoscrypt lines in 3main

from :
Code:
if [ $COIN == "FTC" ]
then
HCD='/home/m1/SPccminer/ccminer'

To:
Code:
if [ $COIN == "FTC" ]
then
HCD='/home/m1/KTccminer/ccminer'

And in  Nicehash and MPH_switcher lines :

From:
Code:
    "cmd": "/home/m1/SPccminer/ccminer -a neoscrypt ... rest_of_the_line ...

To:
Code:
    "cmd": "/home/m1/KTccminer/ccminer -a neoscrypt ... rest_of_the_line ...



Should you also use this version of "KTccminer" that you compiled to undermine cryptonignht (monero) or does it need another directory with a different version of "KTccminer"?

This question because in a previous post you told me to simply remove "-a cryptonight" on the line that concerns this algo

full member
Activity: 224
Merit: 100
September 20, 2017, 05:09:59 PM
I want to test Vertcoin with my nvOC rig, any pool suggestions ?

so I tried mining VTC with the pool already in 1bash and the VTC dev pool, no success.

Anyone managed to mine VTC with nvOC ?

EDIT: for some reason ubuntu crashed while rebooting
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
September 20, 2017, 04:25:39 PM
Guys, how do we mine Nexus? is it possible? thanks!
Whats the Nexus algo ?

hmmmm not sure what algo...
Then what's the miner, I will compile it for you
newbie
Activity: 31
Merit: 0
September 20, 2017, 04:11:32 PM
Guys, how do we mine Nexus? is it possible? thanks!
Whats the Nexus algo ?

hmmmm not sure what algo...
full member
Activity: 378
Merit: 104
nvOC forever
September 20, 2017, 03:48:40 PM
Klaust ccminer is fixed!
Compiled it with new makefile.am and its working like a champ
Raised my neoscrypt hash rate by more than 20% from 800 to 1030~1060 on GTX-1070

And here is the compiled link if any one wanted

KTccminer Dropbox Download Link

Download, Extract to /home/m1/KTccminer
Then change neoscrypt lines in 3main

from :
Code:
if [ $COIN == "FTC" ]
then
HCD='/home/m1/SPccminer/ccminer'

To:
Code:
if [ $COIN == "FTC" ]
then
HCD='/home/m1/KTccminer/ccminer'

And in  Nicehash and MPH_switcher lines :

From:
Code:
    "cmd": "/home/m1/SPccminer/ccminer -a neoscrypt ... rest_of_the_line ...

To:
Code:
    "cmd": "/home/m1/KTccminer/ccminer -a neoscrypt ... rest_of_the_line ...


Code:
m1@m1-desktop-102:~/Downloads/ccminer-klaust$  ./ccminer -a neoscrypt -o stratum+tcp://hub.miningpoolhub.com:20510 -u papampi.nv101 -p x
ccminer 8.13-KlausT (64bit) for nVidia GPUs
Compiled with GCC 5.4 using Nvidia CUDA Toolkit 8.0

Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
CUDA support by Christian Buchner, Christian H. and DJM34
Includes optimizations implemented by sp-hash, klaust, tpruvot and tsiv.

[2017-09-20 23:01:54] Starting Stratum on stratum+tcp://hub.miningpoolhub.com:20510
[2017-09-20 23:01:55] NVML GPU monitoring enabled.
0
1
2
3
[2017-09-20 23:01:55] GPU #1: waiting for data
[2017-09-20 23:01:55] 7 miner threads started, using 'neoscrypt' algorithm.
[2017-09-20 23:01:55] GPU #3: waiting for data
[2017-09-20 23:01:55] GPU #6: waiting for data
[2017-09-20 23:01:55] GPU #5: waiting for data
[2017-09-20 23:01:55] GPU #2: waiting for data
[2017-09-20 23:01:55] GPU #0: waiting for data
[2017-09-20 23:01:55] GPU #4: waiting for data
[2017-09-20 23:01:55] Stratum difficulty set to 256
[2017-09-20 23:01:55] Stratum difficulty set to 1374.19
[2017-09-20 23:01:55] hub.miningpoolhub.com:20510 neoscrypt block 1891623
[2017-09-20 23:01:56] hub.miningpoolhub.com:20510 neoscrypt block 1891624
[2017-09-20 23:02:00] hub.miningpoolhub.com:20510 neoscrypt block 1891625
[2017-09-20 23:02:02] GPU #2: Gigabyte GTX 1070, 1047.67 kH/s
[2017-09-20 23:02:02] GPU #1: Gigabyte GTX 1070, 1047.00 kH/s
[2017-09-20 23:02:02] GPU #0: Gigabyte GTX 1070, 1036.62 kH/s
[2017-09-20 23:02:02] GPU #5: Gigabyte GTX 1070, 1053.91 kH/s
[2017-09-20 23:02:02] GPU #6: Gigabyte GTX 1070, 1050.90 kH/s
[2017-09-20 23:02:02] GPU #4: Gigabyte GTX 1070, 1029.65 kH/s
[2017-09-20 23:02:02] GPU #3: Gigabyte GTX 1070, 1016.98 kH/s
[2017-09-20 23:02:08] GPU #3: Gigabyte GTX 1070, 1019.92 kH/s
[2017-09-20 23:02:09] accepted: 1/1 (100.00%), 7284.19 kH/s yay!!!
[2017-09-20 23:02:20] hub.miningpoolhub.com:20510 neoscrypt block 1891626
[2017-09-20 23:02:20] GPU #6: Gigabyte GTX 1070, 1060.29 kH/s
[2017-09-20 23:02:20] GPU #2: Gigabyte GTX 1070, 1048.35 kH/s
[2017-09-20 23:02:20] GPU #5: Gigabyte GTX 1070, 1051.61 kH/s
[2017-09-20 23:02:20] GPU #0: Gigabyte GTX 1070, 1028.51 kH/s
[2017-09-20 23:02:20] GPU #3: Gigabyte GTX 1070, 1022.12 kH/s
[2017-09-20 23:02:20] GPU #1: Gigabyte GTX 1070, 1045.29 kH/s
[2017-09-20 23:02:20] GPU #4: Gigabyte GTX 1070, 1030.82 kH/s

Good job mate, will try this now and test it with other neoscrypt coins too Smiley

BTW, thanks for sharing your OC settings; can you please mention your memory manufacturer (Samsung/Hynix/Micron)?


No idea how can I check memory manufacturer, is it possible under Linux ?


We can't check that on linux, only gpuz on windows will allow you to check that! I will put that field as unknown then Smiley
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
September 20, 2017, 03:32:44 PM
Klaust ccminer is fixed!
Compiled it with new makefile.am and its working like a champ
Raised my neoscrypt hash rate by more than 20% from 800 to 1030~1060 on GTX-1070

And here is the compiled link if any one wanted

KTccminer Dropbox Download Link

Download, Extract to /home/m1/KTccminer
Then change neoscrypt lines in 3main

from :
Code:
if [ $COIN == "FTC" ]
then
HCD='/home/m1/SPccminer/ccminer'

To:
Code:
if [ $COIN == "FTC" ]
then
HCD='/home/m1/KTccminer/ccminer'

And in  Nicehash and MPH_switcher lines :

From:
Code:
    "cmd": "/home/m1/SPccminer/ccminer -a neoscrypt ... rest_of_the_line ...

To:
Code:
    "cmd": "/home/m1/KTccminer/ccminer -a neoscrypt ... rest_of_the_line ...


Code:
m1@m1-desktop-102:~/Downloads/ccminer-klaust$  ./ccminer -a neoscrypt -o stratum+tcp://hub.miningpoolhub.com:20510 -u papampi.nv101 -p x
ccminer 8.13-KlausT (64bit) for nVidia GPUs
Compiled with GCC 5.4 using Nvidia CUDA Toolkit 8.0

Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
CUDA support by Christian Buchner, Christian H. and DJM34
Includes optimizations implemented by sp-hash, klaust, tpruvot and tsiv.

[2017-09-20 23:01:54] Starting Stratum on stratum+tcp://hub.miningpoolhub.com:20510
[2017-09-20 23:01:55] NVML GPU monitoring enabled.
0
1
2
3
[2017-09-20 23:01:55] GPU #1: waiting for data
[2017-09-20 23:01:55] 7 miner threads started, using 'neoscrypt' algorithm.
[2017-09-20 23:01:55] GPU #3: waiting for data
[2017-09-20 23:01:55] GPU #6: waiting for data
[2017-09-20 23:01:55] GPU #5: waiting for data
[2017-09-20 23:01:55] GPU #2: waiting for data
[2017-09-20 23:01:55] GPU #0: waiting for data
[2017-09-20 23:01:55] GPU #4: waiting for data
[2017-09-20 23:01:55] Stratum difficulty set to 256
[2017-09-20 23:01:55] Stratum difficulty set to 1374.19
[2017-09-20 23:01:55] hub.miningpoolhub.com:20510 neoscrypt block 1891623
[2017-09-20 23:01:56] hub.miningpoolhub.com:20510 neoscrypt block 1891624
[2017-09-20 23:02:00] hub.miningpoolhub.com:20510 neoscrypt block 1891625
[2017-09-20 23:02:02] GPU #2: Gigabyte GTX 1070, 1047.67 kH/s
[2017-09-20 23:02:02] GPU #1: Gigabyte GTX 1070, 1047.00 kH/s
[2017-09-20 23:02:02] GPU #0: Gigabyte GTX 1070, 1036.62 kH/s
[2017-09-20 23:02:02] GPU #5: Gigabyte GTX 1070, 1053.91 kH/s
[2017-09-20 23:02:02] GPU #6: Gigabyte GTX 1070, 1050.90 kH/s
[2017-09-20 23:02:02] GPU #4: Gigabyte GTX 1070, 1029.65 kH/s
[2017-09-20 23:02:02] GPU #3: Gigabyte GTX 1070, 1016.98 kH/s
[2017-09-20 23:02:08] GPU #3: Gigabyte GTX 1070, 1019.92 kH/s
[2017-09-20 23:02:09] accepted: 1/1 (100.00%), 7284.19 kH/s yay!!!
[2017-09-20 23:02:20] hub.miningpoolhub.com:20510 neoscrypt block 1891626
[2017-09-20 23:02:20] GPU #6: Gigabyte GTX 1070, 1060.29 kH/s
[2017-09-20 23:02:20] GPU #2: Gigabyte GTX 1070, 1048.35 kH/s
[2017-09-20 23:02:20] GPU #5: Gigabyte GTX 1070, 1051.61 kH/s
[2017-09-20 23:02:20] GPU #0: Gigabyte GTX 1070, 1028.51 kH/s
[2017-09-20 23:02:20] GPU #3: Gigabyte GTX 1070, 1022.12 kH/s
[2017-09-20 23:02:20] GPU #1: Gigabyte GTX 1070, 1045.29 kH/s
[2017-09-20 23:02:20] GPU #4: Gigabyte GTX 1070, 1030.82 kH/s

Good job mate, will try this now and test it with other neoscrypt coins too Smiley

BTW, thanks for sharing your OC settings; can you please mention your memory manufacturer (Samsung/Hynix/Micron)?


No idea how can I check memory manufacturer, is it possible under Linux ?
full member
Activity: 378
Merit: 104
nvOC forever
September 20, 2017, 03:08:25 PM
Would there be any issues with running v0019 on the new Asus B250 Mining Expert motherboard?  (the one with 19 PCIe slots)

Will it support running, say 19x 1050Ti's for example?

Looking at the bash script, it looks like support only goes up to 14.  If I modify it to allow up to 19, will it work?

Yes it does, you need to edit 1bash, 3main, watchdog and auto temp scripts too, to accommodate 19 GPU.

Fullzero said that he is already working on it, we may see that in the upcoming update.
full member
Activity: 558
Merit: 194
September 20, 2017, 03:05:40 PM
Would there be any issues with running v0019 on the new Asus B250 Mining Expert motherboard?  (the one with 19 PCIe slots)

Will it support running, say 19x 1050Ti's for example?

Looking at the bash script, it looks like support only goes up to 14.  If I modify it to allow up to 19, will it work?
full member
Activity: 378
Merit: 104
nvOC forever
September 20, 2017, 02:56:51 PM
Hi guys, Im new here on this forum.

First of all I want to thank Mr. Fullzero for this brilliant nvOC.

I just started to use it on the following hardware:

Motherboard - Gigabyte - GA-M61SME-S2
CPU - AMD Athlon 2100+ - 2 cores - 65w
USB 3.0 memory stick SanDisk 32Gb
GPU0 - Assus Gtx 1050Ti 4Gb Expedition
GPU1 - Assus Gtx 1060 6Gb Expedition
Risers - v006

I am currently mining NiceEth with nvOC_v0019 and the results are:
Speed is between 36.7 - 37.8Mh
Power consumption 217w for the entire system on the wall.

OC settings Gtx 1050Ti 4Gb:
GPU clock - 100
Memory clock - 1000 (Micron memory)
Power target - 70
Temp target - 67
The fans are automatic (Manual_Fan="NO") and they run in 49
Read temp - 66-67
Power used - 63-64

OC settings for Gtx 1060 6Gb:
GPU clock - 100
Memory clock - 1000 (Micron memory)
Power target - 100
Temp target - 67
The fans are automatic (Manual_Fan="NO") and they run in 43
Read temp - 66-67
Power used - 98-100

Thx again.

Do you mind sharing your OC settings here please; it would help other miners too

https://bitcointalksearch.org/topic/all-oc-settings-in-one-place-2176936

EDIT:

I mean your hashrates with above OC settings. Thanks.
full member
Activity: 378
Merit: 104
nvOC forever
September 20, 2017, 02:54:27 PM
Klaust ccminer is fixed!
Compiled it with new makefile.am and its working like a champ
Raised my neoscrypt hash rate by more than 20% from 800 to 1030~1060 on GTX-1070

And here is the compiled link if any one wanted

KTccminer Dropbox Download Link

Download, Extract to /home/m1/KTccminer
Then change neoscrypt lines in 3main

from :
Code:
if [ $COIN == "FTC" ]
then
HCD='/home/m1/SPccminer/ccminer'

To:
Code:
if [ $COIN == "FTC" ]
then
HCD='/home/m1/KTccminer/ccminer'

And in  Nicehash and MPH_switcher lines :

From:
Code:
    "cmd": "/home/m1/SPccminer/ccminer -a neoscrypt ... rest_of_the_line ...

To:
Code:
    "cmd": "/home/m1/KTccminer/ccminer -a neoscrypt ... rest_of_the_line ...


Code:
m1@m1-desktop-102:~/Downloads/ccminer-klaust$  ./ccminer -a neoscrypt -o stratum+tcp://hub.miningpoolhub.com:20510 -u papampi.nv101 -p x
ccminer 8.13-KlausT (64bit) for nVidia GPUs
Compiled with GCC 5.4 using Nvidia CUDA Toolkit 8.0

Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
CUDA support by Christian Buchner, Christian H. and DJM34
Includes optimizations implemented by sp-hash, klaust, tpruvot and tsiv.

[2017-09-20 23:01:54] Starting Stratum on stratum+tcp://hub.miningpoolhub.com:20510
[2017-09-20 23:01:55] NVML GPU monitoring enabled.
0
1
2
3
[2017-09-20 23:01:55] GPU #1: waiting for data
[2017-09-20 23:01:55] 7 miner threads started, using 'neoscrypt' algorithm.
[2017-09-20 23:01:55] GPU #3: waiting for data
[2017-09-20 23:01:55] GPU #6: waiting for data
[2017-09-20 23:01:55] GPU #5: waiting for data
[2017-09-20 23:01:55] GPU #2: waiting for data
[2017-09-20 23:01:55] GPU #0: waiting for data
[2017-09-20 23:01:55] GPU #4: waiting for data
[2017-09-20 23:01:55] Stratum difficulty set to 256
[2017-09-20 23:01:55] Stratum difficulty set to 1374.19
[2017-09-20 23:01:55] hub.miningpoolhub.com:20510 neoscrypt block 1891623
[2017-09-20 23:01:56] hub.miningpoolhub.com:20510 neoscrypt block 1891624
[2017-09-20 23:02:00] hub.miningpoolhub.com:20510 neoscrypt block 1891625
[2017-09-20 23:02:02] GPU #2: Gigabyte GTX 1070, 1047.67 kH/s
[2017-09-20 23:02:02] GPU #1: Gigabyte GTX 1070, 1047.00 kH/s
[2017-09-20 23:02:02] GPU #0: Gigabyte GTX 1070, 1036.62 kH/s
[2017-09-20 23:02:02] GPU #5: Gigabyte GTX 1070, 1053.91 kH/s
[2017-09-20 23:02:02] GPU #6: Gigabyte GTX 1070, 1050.90 kH/s
[2017-09-20 23:02:02] GPU #4: Gigabyte GTX 1070, 1029.65 kH/s
[2017-09-20 23:02:02] GPU #3: Gigabyte GTX 1070, 1016.98 kH/s
[2017-09-20 23:02:08] GPU #3: Gigabyte GTX 1070, 1019.92 kH/s
[2017-09-20 23:02:09] accepted: 1/1 (100.00%), 7284.19 kH/s yay!!!
[2017-09-20 23:02:20] hub.miningpoolhub.com:20510 neoscrypt block 1891626
[2017-09-20 23:02:20] GPU #6: Gigabyte GTX 1070, 1060.29 kH/s
[2017-09-20 23:02:20] GPU #2: Gigabyte GTX 1070, 1048.35 kH/s
[2017-09-20 23:02:20] GPU #5: Gigabyte GTX 1070, 1051.61 kH/s
[2017-09-20 23:02:20] GPU #0: Gigabyte GTX 1070, 1028.51 kH/s
[2017-09-20 23:02:20] GPU #3: Gigabyte GTX 1070, 1022.12 kH/s
[2017-09-20 23:02:20] GPU #1: Gigabyte GTX 1070, 1045.29 kH/s
[2017-09-20 23:02:20] GPU #4: Gigabyte GTX 1070, 1030.82 kH/s

Good job mate, will try this now and test it with other neoscrypt coins too Smiley

BTW, thanks for sharing your OC settings; can you please mention your memory manufacturer (Samsung/Hynix/Micron)?

full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
September 20, 2017, 02:53:06 PM


Can u share power, cc and mc settings for 1070

Sure.
These values for equihash, (was same when I tested neoscrypt)
Gigabyte 1070 :
Code:
Power 140
CC +150
MC +600
450Sol/s
Asus 1070:
Code:
Power : 130
CC +125
MC +400
440Sol/s


For eth I use these for both rigs:
Code:
Power 135
CC -100
MC +900
31 MH/s
newbie
Activity: 14
Merit: 0
September 20, 2017, 02:18:54 PM
Klaust ccminer is fixed!
Compiled it with new makefile.am and its working like a champ
Raised my neoscrypt hash rate by more than 20% from 800 to 1030~1060 on GTX-1070

And here is the compiled link if any one wanted

KTccminer Dropbox Download Link

Download, Extract to /home/m1/KTccminer
Then change neoscrypt lines in 3main

from :
Code:
if [ $COIN == "FTC" ]
then
HCD='/home/m1/SPccminer/ccminer'

To:
Code:
if [ $COIN == "FTC" ]
then
HCD='/home/m1/KTccminer/ccminer'

And in  Nicehash and MPH_switcher lines :

From:
Code:
    "cmd": "/home/m1/SPccminer/ccminer -a neoscrypt ... rest_of_the_line ...

To:
Code:
    "cmd": "/home/m1/KTccminer/ccminer -a neoscrypt ... rest_of_the_line ...


Code:
m1@m1-desktop-102:~/Downloads/ccminer-klaust$  ./ccminer -a neoscrypt -o stratum+tcp://hub.miningpoolhub.com:20510 -u papampi.nv101 -p x
ccminer 8.13-KlausT (64bit) for nVidia GPUs
Compiled with GCC 5.4 using Nvidia CUDA Toolkit 8.0

Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
CUDA support by Christian Buchner, Christian H. and DJM34
Includes optimizations implemented by sp-hash, klaust, tpruvot and tsiv.

[2017-09-20 23:01:54] Starting Stratum on stratum+tcp://hub.miningpoolhub.com:20510
[2017-09-20 23:01:55] NVML GPU monitoring enabled.
0
1
2
3
[2017-09-20 23:01:55] GPU #1: waiting for data
[2017-09-20 23:01:55] 7 miner threads started, using 'neoscrypt' algorithm.
[2017-09-20 23:01:55] GPU #3: waiting for data
[2017-09-20 23:01:55] GPU #6: waiting for data
[2017-09-20 23:01:55] GPU #5: waiting for data
[2017-09-20 23:01:55] GPU #2: waiting for data
[2017-09-20 23:01:55] GPU #0: waiting for data
[2017-09-20 23:01:55] GPU #4: waiting for data
[2017-09-20 23:01:55] Stratum difficulty set to 256
[2017-09-20 23:01:55] Stratum difficulty set to 1374.19
[2017-09-20 23:01:55] hub.miningpoolhub.com:20510 neoscrypt block 1891623
[2017-09-20 23:01:56] hub.miningpoolhub.com:20510 neoscrypt block 1891624
[2017-09-20 23:02:00] hub.miningpoolhub.com:20510 neoscrypt block 1891625
[2017-09-20 23:02:02] GPU #2: Gigabyte GTX 1070, 1047.67 kH/s
[2017-09-20 23:02:02] GPU #1: Gigabyte GTX 1070, 1047.00 kH/s
[2017-09-20 23:02:02] GPU #0: Gigabyte GTX 1070, 1036.62 kH/s
[2017-09-20 23:02:02] GPU #5: Gigabyte GTX 1070, 1053.91 kH/s
[2017-09-20 23:02:02] GPU #6: Gigabyte GTX 1070, 1050.90 kH/s
[2017-09-20 23:02:02] GPU #4: Gigabyte GTX 1070, 1029.65 kH/s
[2017-09-20 23:02:02] GPU #3: Gigabyte GTX 1070, 1016.98 kH/s
[2017-09-20 23:02:08] GPU #3: Gigabyte GTX 1070, 1019.92 kH/s
[2017-09-20 23:02:09] accepted: 1/1 (100.00%), 7284.19 kH/s yay!!!
[2017-09-20 23:02:20] hub.miningpoolhub.com:20510 neoscrypt block 1891626
[2017-09-20 23:02:20] GPU #6: Gigabyte GTX 1070, 1060.29 kH/s
[2017-09-20 23:02:20] GPU #2: Gigabyte GTX 1070, 1048.35 kH/s
[2017-09-20 23:02:20] GPU #5: Gigabyte GTX 1070, 1051.61 kH/s
[2017-09-20 23:02:20] GPU #0: Gigabyte GTX 1070, 1028.51 kH/s
[2017-09-20 23:02:20] GPU #3: Gigabyte GTX 1070, 1022.12 kH/s
[2017-09-20 23:02:20] GPU #1: Gigabyte GTX 1070, 1045.29 kH/s
[2017-09-20 23:02:20] GPU #4: Gigabyte GTX 1070, 1030.82 kH/s

Can u share power, cc and mc settings for 1070
full member
Activity: 224
Merit: 100
September 20, 2017, 02:13:42 PM
I want to test Vertcoin with my nvOC rig, any pool suggestions ?
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
September 20, 2017, 01:46:19 PM
Klaust ccminer is fixed!
Compiled it with new makefile.am and its working like a champ
Raised my neoscrypt hash rate by more than 20% from 800 to 1030~1060 on GTX-1070

And here is the compiled link if any one wanted

KTccminer Dropbox Download Link

Download, Extract to /home/m1/KTccminer
Then change neoscrypt lines in 3main

from :
Code:
if [ $COIN == "FTC" ]
then
HCD='/home/m1/SPccminer/ccminer'

To:
Code:
if [ $COIN == "FTC" ]
then
HCD='/home/m1/KTccminer/ccminer'

And in  Nicehash and MPH_switcher lines :

From:
Code:
    "cmd": "/home/m1/SPccminer/ccminer -a neoscrypt ... rest_of_the_line ...

To:
Code:
    "cmd": "/home/m1/KTccminer/ccminer -a neoscrypt ... rest_of_the_line ...


Code:
m1@m1-desktop-102:~/Downloads/ccminer-klaust$  ./ccminer -a neoscrypt -o stratum+tcp://hub.miningpoolhub.com:20510 -u papampi.nv101 -p x
ccminer 8.13-KlausT (64bit) for nVidia GPUs
Compiled with GCC 5.4 using Nvidia CUDA Toolkit 8.0

Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
CUDA support by Christian Buchner, Christian H. and DJM34
Includes optimizations implemented by sp-hash, klaust, tpruvot and tsiv.

[2017-09-20 23:01:54] Starting Stratum on stratum+tcp://hub.miningpoolhub.com:20510
[2017-09-20 23:01:55] NVML GPU monitoring enabled.
0
1
2
3
[2017-09-20 23:01:55] GPU #1: waiting for data
[2017-09-20 23:01:55] 7 miner threads started, using 'neoscrypt' algorithm.
[2017-09-20 23:01:55] GPU #3: waiting for data
[2017-09-20 23:01:55] GPU #6: waiting for data
[2017-09-20 23:01:55] GPU #5: waiting for data
[2017-09-20 23:01:55] GPU #2: waiting for data
[2017-09-20 23:01:55] GPU #0: waiting for data
[2017-09-20 23:01:55] GPU #4: waiting for data
[2017-09-20 23:01:55] Stratum difficulty set to 256
[2017-09-20 23:01:55] Stratum difficulty set to 1374.19
[2017-09-20 23:01:55] hub.miningpoolhub.com:20510 neoscrypt block 1891623
[2017-09-20 23:01:56] hub.miningpoolhub.com:20510 neoscrypt block 1891624
[2017-09-20 23:02:00] hub.miningpoolhub.com:20510 neoscrypt block 1891625
[2017-09-20 23:02:02] GPU #2: Gigabyte GTX 1070, 1047.67 kH/s
[2017-09-20 23:02:02] GPU #1: Gigabyte GTX 1070, 1047.00 kH/s
[2017-09-20 23:02:02] GPU #0: Gigabyte GTX 1070, 1036.62 kH/s
[2017-09-20 23:02:02] GPU #5: Gigabyte GTX 1070, 1053.91 kH/s
[2017-09-20 23:02:02] GPU #6: Gigabyte GTX 1070, 1050.90 kH/s
[2017-09-20 23:02:02] GPU #4: Gigabyte GTX 1070, 1029.65 kH/s
[2017-09-20 23:02:02] GPU #3: Gigabyte GTX 1070, 1016.98 kH/s
[2017-09-20 23:02:08] GPU #3: Gigabyte GTX 1070, 1019.92 kH/s
[2017-09-20 23:02:09] accepted: 1/1 (100.00%), 7284.19 kH/s yay!!!
[2017-09-20 23:02:20] hub.miningpoolhub.com:20510 neoscrypt block 1891626
[2017-09-20 23:02:20] GPU #6: Gigabyte GTX 1070, 1060.29 kH/s
[2017-09-20 23:02:20] GPU #2: Gigabyte GTX 1070, 1048.35 kH/s
[2017-09-20 23:02:20] GPU #5: Gigabyte GTX 1070, 1051.61 kH/s
[2017-09-20 23:02:20] GPU #0: Gigabyte GTX 1070, 1028.51 kH/s
[2017-09-20 23:02:20] GPU #3: Gigabyte GTX 1070, 1022.12 kH/s
[2017-09-20 23:02:20] GPU #1: Gigabyte GTX 1070, 1045.29 kH/s
[2017-09-20 23:02:20] GPU #4: Gigabyte GTX 1070, 1030.82 kH/s
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
September 20, 2017, 01:17:44 PM
Guys, how do we mine Nexus? is it possible? thanks!
Whats the Nexus algo ?
newbie
Activity: 31
Merit: 0
September 20, 2017, 12:23:31 PM
Guys, how do we mine Nexus? is it possible? thanks!
Jump to: