Bitcoin Forum
May 03, 2024, 12:51:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 ... 228 »
  Print  
Author Topic: [NemosMiner] multi algo profit switching NVIDIA/CPU miner  (Read 289387 times)
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


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


View Profile WWW
October 09, 2017, 09:40:25 PM
 #1221

v 2.2 crashes when asked for pool stats in xevan algo , any ways to disable stats in -p for xevan algo Huh
This might be a pool issue.  I had this with skunk for the first few weeks.  Id check with crackfoo to see if its the same problem. (if zpool of course)

Post your machine stats, as well as miner version you are using for xevan in nemosminer's script.

I haven't browsed over his modified script in a while, but it may be as simple as doing a char search for stats, and removing it and the comma before it.  Im sure its appended to all password strings that the script assembles.



Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
1714697497
Hero Member
*
Offline Offline

Posts: 1714697497

View Profile Personal Message (Offline)

Ignore
1714697497
Reply with quote  #2

1714697497
Report to moderator
1714697497
Hero Member
*
Offline Offline

Posts: 1714697497

View Profile Personal Message (Offline)

Ignore
1714697497
Reply with quote  #2

1714697497
Report to moderator
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714697497
Hero Member
*
Offline Offline

Posts: 1714697497

View Profile Personal Message (Offline)

Ignore
1714697497
Reply with quote  #2

1714697497
Report to moderator
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
October 09, 2017, 09:57:44 PM
 #1222

v 2.2 crashes when asked for pool stats in xevan algo , any ways to disable stats in -p for xevan algo Huh

fixed

NemosMiner-v3.8.1.3
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
October 09, 2017, 11:17:49 PM
 #1223

NemosMiner-v2.2 Zpool/NiceHash

https://github.com/nemosminer/NemosMiner-v2.2/releases/download/NemosMiner-v2.2/NemosMiner-v2.2.7z

2.2

Enabled: Xevan Algo
Updated: ccminers
Added: -SelGPU
Added: USD/AUD/GBP per day
Added: Current BTC price

NemosMiner-v2.2 Monitors mining pools in real-time in order to find the most profitable Algo / Auto Benchmarks Each algo to get optimal speeds / Fully automated / Auto Downloads Miners

edit: start.bat

1.change BTC address to yours

2.select how many gpu's you have eg: (1gpu ewbf 0 cc 0) (default 2 gpu ewbf 0 1 cc 0,1) (6gpu ewbf 0 1 2 3 4 5 cc 0,1,2,3,4,5)

3.remove any algos you do not want to mine (default all supported algos enabled)

4.there is a default 5minute per day fee, that can be disabled by changing -Doante 5 to 0

5.run start.bat

If you have Windows 7, please update PowerShell: https://www.microsoft.com/en-us/download/details.aspx?id=50395

CCMiner may need 'MSVCR120.dll' if you don't already have it: https://www.microsoft.com/en-gb/download/details.aspx?id=40784

CCMiner may need 'VCRUNTIME140.DLL' if you don't already have it: https://www.microsoft.com/en-us/download/details.aspx?id=48145

running multiple cards its recommend to increase Virtual Memory 32gb-64gb is optimal

thankyou to aaronsace for devoloping and maintaining "MultiPoolMiner" this is a free project feel free to donate be much appreciated:

aaronsace = 1MsrCoAt8qM53HUMsUxvy9gMj3QVbHLazH

nemo = 1QGADhdMRpp9Pk5u5zG1TrHKRrdK5R81TE

NemosMiner-v3.8.1.3
known-user
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
October 10, 2017, 12:19:35 AM
 #1224


note, there is no start.bat anymore. you might want to update the readme

i have downloaded the new version and i'm getting the following errors / can't continue because of that:

Quote
At C:\Users\jeffs\Desktop\cryptocoins\NemosMiner\_NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:344
+ ... = ‘^(‘ + (($_.Type | ForEach {[Regex]::Escape($_)}) -join “|†...
+                                                                  ~
You must provide a value expression following the '-join' operator.
At C:\Users\jeffs\Desktop\cryptocoins\NemosMiner\_NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:345
+ ... ˜^(‘ + (($_.Type | ForEach {[Regex]::Escape($_)}) -join “|â€) +  ...
+                                                               ~~~
Unexpected token '“' in expression or statement.
At C:\Users\jeffs\Desktop\cryptocoins\NemosMiner\_NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:344
+ ... = ‘^(‘ + (($_.Type | ForEach {[Regex]::Escape($_)}) -join “|†...
+                                                                  ~
Missing closing ')' in expression.
At C:\Users\jeffs\Desktop\cryptocoins\NemosMiner\_NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:222
+ ... [PSCustomObject]@{Combination = $Miner_Type_Combo | ForEach {$Miner_T ...
+                                                                 ~
Missing closing '}' in statement block or type definition.
At C:\Users\jeffs\Desktop\cryptocoins\NemosMiner\_NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:359
+ ... $_.Type | ForEach {[Regex]::Escape($_)}) -join “|â€) + ‘)$’; $ ...
+                                                                  ~
The hash literal was incomplete.
At C:\Users\jeffs\Desktop\cryptocoins\NemosMiner\_NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:124
+ ... Type_Combo = $_.Combination; $Miners_Index_Combos | ForEach {$Miner_I ...
+                                                                 ~
Missing closing '}' in statement block or type definition.
At C:\Users\jeffs\Desktop\cryptocoins\NemosMiner\_NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:56
+     $BestMiners_Combos = $Miners_Type_Combos | ForEach {$Miner_Type_C ...
+                                                        ~
Missing closing '}' in statement block or type definition.
At C:\Users\jeffs\Desktop\cryptocoins\NemosMiner\_NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:74 char:1
+ {
+ ~
Missing closing '}' in statement block or type definition.
At C:\Users\jeffs\Desktop\cryptocoins\NemosMiner\_NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:359
+ ... _.Type | ForEach {[Regex]::Escape($_)}) -join “|â€) + ‘)$’; $M ...
+                                                                 ~
Unexpected token ')' in expression or statement.
At C:\Users\jeffs\Desktop\cryptocoins\NemosMiner\_NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 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: (Smiley [], ParseException
    + FullyQualifiedErrorId : ExpectedValueExpression
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
October 10, 2017, 12:24:48 AM
Last edit: October 10, 2017, 12:35:26 AM by minerx117
 #1225

re download that error is fixed now..

im currently running/testing (v2.2 from that link) on 6 different rigs atm.. 6x1060 4x1060 2x1080ti(x3) 1x1070 

 

NemosMiner-v3.8.1.3
known-user
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
October 10, 2017, 01:02:27 AM
 #1226

re download that error is fixed now..

im currently running/testing (v2.2 from that link) on 6 different rigs atm.. 6x1060 4x1060 2x1080ti(x3) 1x1070 

 

re-downloaded, it works now, thanks!
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
October 10, 2017, 01:11:25 AM
 #1227

re download that error is fixed now..

im currently running/testing (v2.2 from that link) on 6 different rigs atm.. 6x1060 4x1060 2x1080ti(x3) 1x1070 

 

re-downloaded, it works now, thanks!

: )

Best Regards
Nemo

NemosMiner-v3.8.1.3
killerelite
Full Member
***
Offline Offline

Activity: 205
Merit: 100


View Profile
October 10, 2017, 01:57:30 AM
 #1228

v 2.2 crashes when asked for pool stats in xevan algo , any ways to disable stats in -p for xevan algo Huh

fixed
Thanks its working good now , Anyways , Will zpool and nemosminer support HShare soon ?
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
October 10, 2017, 05:06:05 AM
Last edit: October 10, 2017, 05:27:42 AM by minerx117
 #1229

Will zpool and nemosminer support HShare soon ? = Yes

NemosMiner-v3.8.1.3
kopija
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
October 10, 2017, 07:22:19 AM
 #1230

Hi MinerX,
nice to see you back in action.
Is Cuda9 runtime required for latest version of Nemos?
Thanks.

we are nothing but a smart contracts on a cosmic blockchain
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
October 10, 2017, 07:29:38 AM
Last edit: October 10, 2017, 07:57:33 AM by minerx117
 #1231

Hi MinerX,
nice to see you back in action.
Is Cuda9 runtime required for latest version of Nemos?
Thanks.

no just any Nvidia Driver newer than 384.76

NemosMiner-v3.8.1.3
D3legacy
Full Member
***
Offline Offline

Activity: 178
Merit: 100



View Profile
October 11, 2017, 09:52:41 PM
 #1232

Will zpool and nemosminer support HShare soon ? = Yes
Can you tell us an approximated time frame when it will be supported?

MikeBuzz
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
October 11, 2017, 09:55:04 PM
 #1233

Will zpool and nemosminer support HShare soon ? = Yes
Can you tell us an approximated time frame when it will be supported?

Zpool already support hsr and if you check out the latest hit commits it’s already there in Nemos

Or check out

https://github.com/MikeBuzz/Megaminer/releases

Beat the withdrawal fees using Coinbase and Revolut Fee Free Banking!!
agapes
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
October 12, 2017, 04:19:40 AM
 #1234

i start mining hsr with nemos but no coin after 8 hours on zpool
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
October 12, 2017, 05:23:16 AM
Last edit: October 12, 2017, 07:51:27 AM by minerx117
 #1235

Will zpool and nemosminer support HShare soon ? = Yes
Can you tell us an approximated time frame when it will be supported?

v2.2 + phi & hsr support

https://github.com/nemosminer/NemosMiner-v2.2/archive/master.zip

Best Regards
Nemo

NemosMiner-v3.8.1.3
crackfoo
Legendary
*
Offline Offline

Activity: 3458
Merit: 1126



View Profile WWW
October 12, 2017, 07:00:07 PM
 #1236

i start mining hsr with nemos but no coin after 8 hours on zpool

need more hashrate is all. Hang in there. More will come Smiley

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!
danspasiva
Full Member
***
Offline Offline

Activity: 417
Merit: 105


View Profile
October 12, 2017, 10:27:01 PM
 #1237

Will zpool and nemosminer support HShare soon ? = Yes
Can you tell us an approximated time frame when it will be supported?

v2.2 + phi & hsr support

https://github.com/nemosminer/NemosMiner-v2.2/archive/master.zip

Best Regards
Nemo

Hey minerx,

have u done any speed improvements on any of the miners in 2.2?
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
October 12, 2017, 10:42:00 PM
 #1238

yes every algo has the fastest hashing version of ccminer that i know of.... if you find any faster let me know (tested with 1060,1070,1080ti)

NemosMiner-v3.8.1.3
danspasiva
Full Member
***
Offline Offline

Activity: 417
Merit: 105


View Profile
October 12, 2017, 11:17:03 PM
 #1239

yes every algo has the fastest hashing version of ccminer that i know of.... if you find any faster let me know (tested with 1060,1070,1080ti)

awesome, is the alexis miner any different than the one in 2.0.9?  Is it any faster or does it load all 6 cards now? Or still same problem?
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
October 12, 2017, 11:33:28 PM
 #1240

normal Alexis78 is still the same with cuda 7.5 same as 2.0.9...

2.2 also has ccminerAlexis78 with cuda 8.0 for hsr algo

and CcminerPalgin which is a fork of Alexis78 which seems to work well with 6 gpus..

NemosMiner-v3.8.1.3
Pages: « 1 ... 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 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 ... 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!