Bitcoin Forum
June 19, 2024, 07:28:41 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 [40] 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 ... 228 »
  Print  
Author Topic: [NemosMiner] multi algo profit switching NVIDIA/CPU miner  (Read 289401 times)
danspasiva
Full Member
***
Offline Offline

Activity: 417
Merit: 105


View Profile
July 19, 2017, 01:11:43 AM
Last edit: July 19, 2017, 01:25:05 AM by danspasiva
 #781

can anyone help me?  Id gladly tip whoever helps me get this thing set up.  No matter what i do it constantly giving the error  ccminer blah blah is not recognized as an internal or external process and i have been trying forever and cant get the miner to work

running 6x 1070's and not finding how to make this thing work.  What is my .bat file supposed to look like?  IS there anything else besides the bat file that needs to be edited or any other programs that needed to be downlaoded to make this work?

I have read through 40 pages and tried to copy paste some peoples bat files and still nothing works
"blah blah" is not descriptive at all.

Post the actual error.

Sounds like there is no ccminer.exe available to be executed... which you would need to download it......

fixed it, i was an idiot and missed a simple step, now im wondering do i need to change any settings or intensity levels or something to make the my gtx 1070's work best? or does the 2.0.7 stock script notice its a 1070 and put the best settings already?
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
July 19, 2017, 01:27:25 AM
 #782

I dont use his miner scripts; can't comment.

Intensity varies per card and per manufacturer and per card model.  Each has its own sweet spot.

He has done work to get in the ballpark for what he's tested with... so, you'll have to manually launch the miner app (see the --help for ccminer) and test different settings to find what works best for each of your cards.

Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
RDMPlaysGames
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
July 19, 2017, 06:31:23 AM
 #783

Hi all,

I couldn't figure out this duration bug. Just so you know, I take no responsibility if this script doesn't work for you:
Please don't use this for bench-marking as you can't see the miners title anymore. I suggest you use this when you have tweaked out your rig + miners.
Also I have not used it with mixed GPUs rigs, so .. good luck with that.

NemosMiner Euro/day: Download here on GitHub!
Image: https://i.imgur.com/rt7jA77.jpg

Features:
-clean overview
-snapshot overview of profit per day in euro
-no scrolling required

Installation:
-Get the file and place it next to NemosMiner-v2.0.7.ps1 file (same folder)
-Replace NemosMiner-v2.0.7.ps1 with NemosMiner-v2.0.7EuroTrash.ps1 in your start.bat file
-??
-Profit (in euros)

Known issues:
"Time running" is sometimes broken.

now just to figure out how to convert that to USD....my powershellfu is not as good as it should be.


edit:

Code:
At C:\Miner\NemosMiner 1.7.6\NemosMiner-v2.0.7.ps1:224 char:344
+ ... = ‘^(‘ + (($_.Type | ForEach {[Regex]::Escape($_)}) -join “|†...
+                                                                  ~
You must provide a value expression following the '-join' operator.
At C:\Miner\NemosMiner 1.7.6\NemosMiner-v2.0.7.ps1:224 char:345
+ ... ˜^(‘ + (($_.Type | ForEach {[Regex]::Escape($_)}) -join “|â€) +  ...
+                                                               ~~~
Unexpected token '“' in expression or statement.
At C:\Miner\NemosMiner 1.7.6\NemosMiner-v2.0.7.ps1:224 char:344
+ ... = ‘^(‘ + (($_.Type | ForEach {[Regex]::Escape($_)}) -join “|†...
+                                                                  ~
Missing closing ')' in expression.
At C:\Miner\NemosMiner 1.7.6\NemosMiner-v2.0.7.ps1:224 char:222
+ ... [PSCustomObject]@{Combination = $Miner_Type_Combo | ForEach {$Miner_T ...
+                                                                 ~
Missing closing '}' in statement block or type definition.
At C:\Miner\NemosMiner 1.7.6\NemosMiner-v2.0.7.ps1:224 char:359
+ ... $_.Type | ForEach {[Regex]::Escape($_)}) -join “|â€) + ‘)$’; $ ...
+                                                                  ~
The hash literal was incomplete.
At C:\Miner\NemosMiner 1.7.6\NemosMiner-v2.0.7.ps1:224 char:124
+ ... Type_Combo = $_.Combination; $Miners_Index_Combos | ForEach {$Miner_I ...
+                                                                 ~
Missing closing '}' in statement block or type definition.
At C:\Miner\NemosMiner 1.7.6\NemosMiner-v2.0.7.ps1:224 char:56
+     $BestMiners_Combos = $Miners_Type_Combos | ForEach {$Miner_Type_C ...
+                                                        ~
Missing closing '}' in statement block or type definition.
At C:\Miner\NemosMiner 1.7.6\NemosMiner-v2.0.7.ps1:68 char:1
+ {
+ ~
Missing closing '}' in statement block or type definition.
At C:\Miner\NemosMiner 1.7.6\NemosMiner-v2.0.7.ps1:224 char:359
+ ... _.Type | ForEach {[Regex]::Escape($_)}) -join “|â€) + ‘)$’; $M ...
+                                                                 ~
Unexpected token ')' in expression or statement.
At C:\Miner\NemosMiner 1.7.6\NemosMiner-v2.0.7.ps1:224 char:362
+ ... pe | ForEach {[Regex]::Escape($_)}) -join “|â€) + ‘)$’; $Miner ...
+                                                                ~~
Unexpected token '€™' in expression or statement.
Not all parse errors were reported.  Correct the reported errors and try again.
    + CategoryInfo          : ParserError: (:) [], ParseException
    + FullyQualifiedErrorId : ExpectedValueExpression
sky62
Full Member
***
Offline Offline

Activity: 197
Merit: 100



View Profile
July 19, 2017, 07:02:04 AM
 #784

Same mistake also for me

Farynthane
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
July 19, 2017, 08:33:58 AM
 #785

just replace every instance of EUR with USD in the eurotrash file. Should work fine.
sky62
Full Member
***
Offline Offline

Activity: 197
Merit: 100



View Profile
July 19, 2017, 09:26:39 AM
 #786

just replace every instance of EUR with USD in the eurotrash file. Should work fine.

Thank you, it work !
danspasiva
Full Member
***
Offline Offline

Activity: 417
Merit: 105


View Profile
July 19, 2017, 03:02:03 PM
 #787

hey guys so i got it all working but for some reason if i leave it on for more than 30+ minutes, it will freeze randomly on one of the algorithms and if im not there to restart it, it will just stay frozen on that specific algorith without mining anything until i close it and restart it.  Anyone know what could be causing it?  I'm not overclocking anything, runnig 6x 1070's.  Thanks
BitBustah
Hero Member
*****
Offline Offline

Activity: 1218
Merit: 534



View Profile
July 19, 2017, 03:55:21 PM
 #788

Still want to request if someone can share his 1080 Ti mods for all the newbies. Thanks.
BitBustah
Hero Member
*****
Offline Offline

Activity: 1218
Merit: 534



View Profile
July 19, 2017, 04:19:19 PM
 #789

Almost 24 hours have passed. I earned less than 3 euro. Nicehash is giving me 3,5 per day.


Am I missing something? What's wrong?
RDMPlaysGames
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
July 19, 2017, 04:27:08 PM
 #790



fixed. the issue is that the download version is bad. just copy past the raw from github.
kopija
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
July 19, 2017, 04:37:11 PM
 #791

I finally made the switch from 1.7 to 2.0, lazy ass me Smiley
So far so good.
Thank you developer.
Just one question: why is 2.0.7 recommended for 3+card rigs?
And one suggestion: when noobs see "-donation 5" parameter they may think that its 5%, not 5 minutes.
So maybe that should be explained in readme more transparently.

we are nothing but a smart contracts on a cosmic blockchain
danspasiva
Full Member
***
Offline Offline

Activity: 417
Merit: 105


View Profile
July 19, 2017, 06:31:32 PM
Last edit: July 19, 2017, 06:57:50 PM by danspasiva
 #792

Hello,

I am using the optimized miner for 1-3 cards. GTX 1070 x3 windows 10

I keep getting the error "statum authorization failed"  then "stratum connection failed"

then i get "terminating workio thread" and this just repeats endlessly while it tries to connect to the different algorithms.

OP or anyone know how to fix this?

ALSO getting "ERROR: cannot resolve hostname"
danspasiva
Full Member
***
Offline Offline

Activity: 417
Merit: 105


View Profile
July 19, 2017, 06:40:46 PM
Last edit: July 19, 2017, 06:54:38 PM by danspasiva
 #793

*** 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-07-19 14:39:23] Starting on stratum+tcp://neoscrypt.mine.zpool.ca:4233
[2017-07-19 14:39:23] NVML GPU monitoring enabled.
[2017-07-19 14:39:23] 3 miner threads started, using 'neoscrypt' algorithm.
[2017-07-19 14:39:23] ...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-07-19 14:39:24] Starting on stratum+tcp://decred.mine.zpool.ca:5744
[2017-07-19 14:39:24] NVML GPU monitoring enabled.
[2017-07-19 14:39:24] NVAPI GPU monitoring enabled.
[2017-07-19 14:39:24] 3 miner threads started, using 'decred' algorithm.
[2017-07-19 14:39:25] ...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-07-19 14:39:25] Starting on stratum+tcp://blakecoin.mine.zpool.ca:5743
[2017-07-19 14:39:25] NVML GPU monitoring enabled.
[2017-07-19 14:39:25] 3 miner threads started, using 'blakecoin' algorithm.
[2017-07-19 14:39:25] ...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-07-19 14:39:26] Starting on stratum+tcp://c11.mine.zpool.ca:3573
[2017-07-19 14:39:26] NVML GPU monitoring enabled.
[2017-07-19 14:39:26] 3 miner threads started, using 'c11' algorithm.
[2017-07-19 14:39:26] ...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-07-19 14:39:27] Starting on stratum+tcp://groestl.mine.zpool.ca:5333
[2017-07-19 14:39:28] NVML GPU monitoring enabled.
[2017-07-19 14:39:28] NVAPI GPU monitoring enabled.
[2017-07-19 14:39:28] 3 miner threads started, using 'groestl' algorithm.
[2017-07-19 14:39:28] ...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-07-19 14:39:28] Starting on stratum+tcp://blake2s.mine.zpool.ca:5766
[2017-07-19 14:39:28] NVML GPU monitoring enabled.
[2017-07-19 14:39:28] 3 miner threads started, using 'blake2s' algorithm.
[2017-07-19 14:39:29] ...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-07-19 14:39:29] Starting on stratum+tcp://x17.mine.zpool.ca:3737
[2017-07-19 14:39:30] NVML GPU monitoring enabled.
[2017-07-19 14:39:30] ...terminating workio thread
[2017-07-19 14:39:35] 3 miner threads started, using 'x17' algorithm.
*** 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-07-19 14:39:35] Starting on stratum+tcp://nist5.mine.zpool.ca:3833
[2017-07-19 14:39:35] NVML GPU monitoring enabled.
[2017-07-19 14:39:35] 3 miner threads started, using 'nist5' algorithm.
[2017-07-19 14:39:35] ...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-07-19 14:39:36] Starting on stratum+tcp://skein.mine.zpool.ca:4933
[2017-07-19 14:39:36] NVML GPU monitoring enabled.
[2017-07-19 14:39:36] 3 miner threads started, using 'skein' algorithm.
[2017-07-19 14:39:37] ...terminating workio thread
*** ccminer alexis-1.0 for nVidia GPUs from alexis78@github ***
*** Built with VC++ 2013 and nVidia CUDA SDK 7.5 (Recommended)

These errors repeat endlessly and i cant figure out how to fix it
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
July 19, 2017, 07:37:52 PM
 #794

Hello,

I am using the optimized miner for 1-3 cards. GTX 1070 x3 windows 10

I keep getting the error "statum authorization failed"  then "stratum connection failed"

then i get "terminating workio thread" and this just repeats endlessly while it tries to connect to the different algorithms.

OP or anyone know how to fix this?

ALSO getting "ERROR: cannot resolve hostname"

when you get these errors, ping neoscrypt.mine.zpool.ca, mine.zpool.ca, and zpool.ca and post results for each.... that error is the miner unable to connect to the pool.

if possible, run a traceroute to it as well.  May help shed light.

Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
danspasiva
Full Member
***
Offline Offline

Activity: 417
Merit: 105


View Profile
July 19, 2017, 07:40:18 PM
 #795

Hello,

I am using the optimized miner for 1-3 cards. GTX 1070 x3 windows 10

I keep getting the error "statum authorization failed"  then "stratum connection failed"

then i get "terminating workio thread" and this just repeats endlessly while it tries to connect to the different algorithms.

OP or anyone know how to fix this?

ALSO getting "ERROR: cannot resolve hostname"

when you get these errors, ping neoscrypt.mine.zpool.ca, mine.zpool.ca, and zpool.ca and post results for each.... that error is the miner unable to connect to the pool.

if possible, run a traceroute to it as well.  May help shed light.

thank for your reply!  How do i go about pinging those addresses and running a traceroute? im not quite as code savvy as i would like to be

Also, feel like i should mention that it works fine with the 2.0.7 miner but not with the optimized 1.7.6 alexisminer
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
July 19, 2017, 07:46:01 PM
 #796

Hello,

I am using the optimized miner for 1-3 cards. GTX 1070 x3 windows 10

I keep getting the error "statum authorization failed"  then "stratum connection failed"

then i get "terminating workio thread" and this just repeats endlessly while it tries to connect to the different algorithms.

OP or anyone know how to fix this?

ALSO getting "ERROR: cannot resolve hostname"

when you get these errors, ping neoscrypt.mine.zpool.ca, mine.zpool.ca, and zpool.ca and post results for each.... that error is the miner unable to connect to the pool.

if possible, run a traceroute to it as well.  May help shed light.

thank for your reply!  How do i go about pinging those addresses and running a traceroute? im not quite as code savvy as i would like to be

Also, feel like i should mention that it works fine with the 2.0.7 miner but not with the optimized alexisminer

Windows key+R
type "cmd" hit enter.  This is command prompt.

type: (without quotes)

"ping neoscrypt.mine.zpool.ca" get results.

modify address as per above, and repeat for other addresses.

for traceroute:

same cmd window; but instead:

"tracert mine.zpool.ca"  (just this one traceroute should be enough)



but first:  how many cards are in that rig?  What model(s)?

Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
danspasiva
Full Member
***
Offline Offline

Activity: 417
Merit: 105


View Profile
July 19, 2017, 08:39:56 PM
 #797


but first:  how many cards are in that rig?  What model(s)?


Thanks i will get to that when i get home and post it.

I am running 3x Gigabyte G1 gtx 1070s
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
July 19, 2017, 09:23:20 PM
 #798


but first:  how many cards are in that rig?  What model(s)?


Thanks i will get to that when i get home and post it.

I am running 3x Gigabyte G1 gtx 1070s

ok good;  not more than 3 cards so that throws some possible scenarios out the window.

but for sure that ccminer error is from it not being able to connect to the pool for whatever reason....  so I am going to predict that if the miner doesn't work again when you get home, that a ping will fail.  a traceroute may be able to point you to what hop along the data path your connection isn't making it through, as it will ping every "hop" or node, between you and the place you are tracing.

Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
cinderz45
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile WWW
July 19, 2017, 10:53:10 PM
 #799

Can anyone explain how zpool calculates the timetravel algorithm on its website?

With their benchmarks, everything seems normal for me (about 40-50 MH/s per 1080 Ti).

However, the total zpool timetravel hashrate displays only 298.6 MH/s, which is laughably wrong with over 109 miners hashing on timetravel.

My own cards display something like 850 KH/s combined on zpool's website. I'm totally confused.
crackfoo
Legendary
*
Offline Offline

Activity: 3500
Merit: 1126



View Profile WWW
July 19, 2017, 11:11:07 PM
 #800

Can anyone explain how zpool calculates the timetravel algorithm on its website?

With their benchmarks, everything seems normal for me (about 40-50 MH/s per 1080 Ti).

However, the total zpool timetravel hashrate displays only 298.6 MH/s, which is laughably wrong with over 109 miners hashing on timetravel.

My own cards display something like 850 KH/s combined on zpool's website. I'm totally confused.

I only see ~20 miners... and ~300MH

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 [40] 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 ... 228 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!