Bitcoin Forum
August 16, 2025, 01:31:58 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 113 114 115 116 ... 227 »
  Print  
Author Topic: [NemosMiner] multi algo profit switching NVIDIA/CPU miner  (Read 289490 times)
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
October 27, 2017, 10:15:13 PM
 #1301

possible to run 2 instances? how many gb virtual memory do i need?


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

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

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
October 28, 2017, 07:19:39 AM
 #1302

im working on adding: more info

last 24hours;

unpaid balance
current balance
paid balance

https://imgur.com/a/c5Yv0

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

Activity: 287
Merit: 100



View Profile
October 28, 2017, 08:45:34 AM
 #1303

hey nemo - can you add ahashpool to your pools for mining?
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
October 28, 2017, 04:41:19 PM
 #1304

hey nemo - can you add ahashpool to your pools for mining?

is on my to do list:

https://github.com/nemosminer/NemosMiner-v2.2/issues

Regards
Nemo

NemosMiner-v3.8.1.3
cryptolelefla
Member
**
Offline Offline

Activity: 121
Merit: 10


View Profile
October 28, 2017, 05:49:40 PM
Last edit: October 28, 2017, 07:31:46 PM by cryptolelefla
 #1305

i solved my crash problems modifing:

 #"bitcore" = "" #Bitcore
    "blake2s" = " -d $SelGPUCC" #Blake2s
    "blakecoin" = " -d $SelGPUCC" #Blakecoin
    #"vanilla" = "" #BlakeVanilla
    #"cryptonight" = "" #Cryptonight
    "veltor" = "" #Veltor

changed to

 #"bitcore" = "" #Bitcore
    "blake2s" = " -d $SelGPUCC" #Blake2s
    "blakecoin" = " -d $SelGPUCC" #Blakecoin
    #"vanilla" = "" #BlakeVanilla
    #"cryptonight" = "-d $SelGPUCC -i 23" #Cryptonight
    "veltor" = "" #Veltor


because intensity was auto setted at 25. too much for my 1060. also have trouble because no SelGPUCC running two instances....
nostrakhan
Full Member
***
Offline Offline

Activity: 245
Merit: 105



View Profile
October 28, 2017, 06:17:23 PM
 #1306

i solved my crash problems modifing:

 #"bitcore" = "" #Bitcore
    "blake2s" = " -d $SelGPUCC" #Blake2s
    "blakecoin" = " -d $SelGPUCC" #Blakecoin
    #"vanilla" = "" #BlakeVanilla
    #"cryptonight" = "" #Cryptonight
    "veltor" = "" #Veltor

changed to

 #"bitcore" = "" #Bitcore
    "blake2s" = " -d $SelGPUCC" #Blake2s
    "blakecoin" = " -d $SelGPUCC" #Blakecoin
    #"vanilla" = "" #BlakeVanilla
    #"cryptonight" = "-d $SelGPUCC -i 23" #Cryptonight
    "veltor" = "" #Veltor


because intensity was auto sette at 25. too much for my 1060. also have trouble because no SelGPUCC running two instances....


That is strange if that solved it, because cryptonight is disabled for that miner since it has the "#" in front of it.
cryptolelefla
Member
**
Offline Offline

Activity: 121
Merit: 10


View Profile
October 28, 2017, 07:31:15 PM
 #1307

i solved my crash problems modifing:

 #"bitcore" = "" #Bitcore
    "blake2s" = " -d $SelGPUCC" #Blake2s
    "blakecoin" = " -d $SelGPUCC" #Blakecoin
    #"vanilla" = "" #BlakeVanilla
    #"cryptonight" = "" #Cryptonight
    "veltor" = "" #Veltor

changed to

 #"bitcore" = "" #Bitcore
    "blake2s" = " -d $SelGPUCC" #Blake2s
    "blakecoin" = " -d $SelGPUCC" #Blakecoin
    #"vanilla" = "" #BlakeVanilla
    #"cryptonight" = "-d $SelGPUCC -i 23" #Cryptonight
    "veltor" = "" #Veltor


because intensity was auto sette at 25. too much for my 1060. also have trouble because no SelGPUCC running two instances....


That is strange if that solved it, because cryptonight is disabled for that miner since it has the "#" in front of it.


 #"bitcore" = "" #Bitcore
    "blake2s" = " -d $SelGPUCC" #Blake2s
    "blakecoin" = " -d $SelGPUCC" #Blakecoin
    #"vanilla" = "" #BlakeVanilla
    #"cryptonight" = "" #Cryptonight
    "veltor" = "-d $SelGPUCC -i 23" #Veltor

wrong paste sorry
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
October 28, 2017, 08:12:40 PM
 #1308

i solved my crash problems modifing:

 #"bitcore" = "" #Bitcore
    "blake2s" = " -d $SelGPUCC" #Blake2s
    "blakecoin" = " -d $SelGPUCC" #Blakecoin
    #"vanilla" = "" #BlakeVanilla
    #"cryptonight" = "" #Cryptonight
    "veltor" = "" #Veltor

changed to

 #"bitcore" = "" #Bitcore
    "blake2s" = " -d $SelGPUCC" #Blake2s
    "blakecoin" = " -d $SelGPUCC" #Blakecoin
    #"vanilla" = "" #BlakeVanilla
    #"cryptonight" = "-d $SelGPUCC -i 23" #Cryptonight
    "veltor" = "" #Veltor


because intensity was auto sette at 25. too much for my 1060. also have trouble because no SelGPUCC running two instances....


That is strange if that solved it, because cryptonight is disabled for that miner since it has the "#" in front of it.


 #"bitcore" = "" #Bitcore
    "blake2s" = " -d $SelGPUCC" #Blake2s
    "blakecoin" = " -d $SelGPUCC" #Blakecoin
    #"vanilla" = "" #BlakeVanilla
    #"cryptonight" = "" #Cryptonight
    "veltor" = "-d $SelGPUCC -i 23" #Veltor

wrong paste sorry

thankyou

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

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
October 28, 2017, 08:49:06 PM
Last edit: October 28, 2017, 09:23:13 PM by minerx117
 #1309

hey nemo - can you add ahashpool to your pools for mining?

done :
(testing atm)
will need a few changes to API profitability (currently based on 24hour Actual price for each algo will be changing that soon for ashashpool)

Best Regards
Nemo

https://www.ahashpool.com

NemosMiner-v3.8.1.3
Max3k
Newbie
*
Offline Offline

Activity: 79
Merit: 0


View Profile
October 29, 2017, 09:13:06 AM
 #1310

hey nemo - can you add ahashpool to your pools for mining?
For quantity can add another pool: pool.hashrefinery.com
Make one executable file (start_all_pool.bat) which will have all the algorithms (example - startzpool), only instead of one pool, add all at once:
Code:
-Location US -PoolName zpool,ahashpool,hashrefinery,nicehash
Now NemosMiner will decide not only the most profitable algorithm, but also the pool.
https://prnt.sc/h3enyo

Of course, it is necessary to test for large stretches of time, because the payments are shifted in time (especially NiceHash).
D3legacy
Full Member
***
Offline Offline

Activity: 178
Merit: 100



View Profile
October 29, 2017, 10:22:18 AM
 #1311

Since a short period of time my kaspersky frequently blocks the ps1 files from the miner Sad i tried everything a added the whole nemo miner to the exceptions folder i even added every ps1 file to the exceptions but kaspersky screws my miner several times a day Sad anybody had the same issue and maybe already found a solution?

Headsam
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
October 29, 2017, 11:01:06 AM
 #1312

Hi , i've downloaded the 2.2 version , but it only the cmd.exe opens not the miners window
Anyone can help?
Thanks
Max3k
Newbie
*
Offline Offline

Activity: 79
Merit: 0


View Profile
October 29, 2017, 05:17:44 PM
 #1313

Hi , i've downloaded the 2.2 version , but it only the cmd.exe opens not the miners window
What exactly do you launch? After downloading the file:
https://github.com/nemosminer/NemosMiner-v2.2/archive/master.zip
It is necessary to unpack, for example in the file (right-click-change) "startzpool.bat" replace your BTC address, save and this same file to run.
As soon as all the clients are downloaded, the speed of the algorithms will start testing.
Kstudio
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
October 29, 2017, 06:52:13 PM
Last edit: October 29, 2017, 07:20:26 PM by Kstudio
 #1314

how do i manually add hashrefinery pool?

EDIT: nevermind, i took hash.ps1 from sniffdogminer and that seems to be working.

Just need ahashpool profitability based on current profitability now instead of 24 hour.
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
October 29, 2017, 09:06:56 PM
 #1315

add Mining Pool Hub support to v2.2 is next on my to do list..  

Best Regards
Nemo

NemosMiner-v3.8.1.3
sundownz
Hero Member
*****
Offline Offline

Activity: 714
Merit: 512


View Profile WWW
October 29, 2017, 09:16:39 PM
 #1316

try: Reset Profit.bat then re run see if that fixes problem  

v2.2 uses different profit api request than all other versions of Nemosminer..

it doesn't switch nearly as much now its meant to be like that,

here is my gaming pc with a single 1070 been running for over 24hour straight..
https://imgur.com/a/w1NYg

make sure your running latest commits i have done a lot of changes even since v2.2 was released
https://github.com/nemosminer/NemosMiner-v2.2/archive/master.zip

Regards
Nemo

ResetProfit.bat does not fix it.

I will try the newest revision of 2.2

I will having workers sitting on an algo for days that is clearly extremely low on profit when it sticks -- unless I restart the program.

Newer version of 2.2 does seem to fix the issue I was having.

-----

On another topic... is there a way to make the NEMO software use the "estimate_current" data instead of the "actual_last24h" data ?

I tried changing both reference to "actual_last24h" in the Zpool.ps1 file but when I do so it won't show the list of algos.

The reason I ask... a huge amount of my hash power has been sitting on "sib" for over 2 hours since the "actual_last24h" figure is 0.027 (making it look like a good choice) -- but the "estimate_current" is 0.0044 -- the "estimate_current" seems more like reality as I have literally made nothing in 2 hours from my workers on sib (20 machines right now with 80 GPUs).

Before I updated to the newer 2.2 none of my PCs would work on "sib" -- wasn't even on my list. I thought about disabling it... but I imagine the same problem could happen again with a different algo.

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
October 29, 2017, 09:56:14 PM
Last edit: October 29, 2017, 11:27:01 PM by minerx117
 #1317

Glad to here its sorted for you

i find for zpool the 24hour actual is the most accurate price thats how i used to manually work it out with pen and paper before i started making nemosminer, i used to have zpool running of estimates instead of 24 Actual.. all version's before v2.2 still uses estimates for zpool...  

or (i can make two zpool.bats 1=24hourActual 1=estimates) as i prefer to use 24hour Actual myself (this is what im currently running on all my own mining rigs)

i'll make ashashpool/hashrefinery and mining pool hub run off estimates or realtime stats so you will have options..
  
Sib is doing pretty well at the moment

Best Regards
Nemo
  

NemosMiner-v3.8.1.3
earlmo
Jr. Member
*
Offline Offline

Activity: 39
Merit: 1


View Profile
October 30, 2017, 12:20:52 AM
 #1318

On another topic... is there a way to make the NEMO software use the "estimate_current" data instead of the "actual_last24h" data ?

I tried changing both reference to "actual_last24h" in the Zpool.ps1 file but when I do so it won't show the list of algos.

The reason I ask... a huge amount of my hash power has been sitting on "sib" for over 2 hours since the "actual_last24h" figure is 0.027 (making it look like a good choice) -- but the "estimate_current" is 0.0044 -- the "estimate_current" seems more like reality as I have literally made nothing in 2 hours from my workers on sib (20 machines right now with 80 GPUs).

Before I updated to the newer 2.2 none of my PCs would work on "sib" -- wasn't even on my list. I thought about disabling it... but I imagine the same problem could happen again with a different algo.
In addition to the above changes, I also set $Divisor = 1000000 as the current estimate is different.  NemosMiner popped up some error message the first time it encountered each algorithm, but worked just fine after that.

.earl
sundownz
Hero Member
*****
Offline Offline

Activity: 714
Merit: 512


View Profile WWW
October 30, 2017, 02:29:46 AM
 #1319

Glad to here its sorted for you

i find for zpool the 24hour actual is the most accurate price thats how i used to manually work it out with pen and paper before i started making nemosminer, i used to have zpool running of estimates instead of 24 Actual.. all version's before v2.2 still uses estimates for zpool...  

Sib is doing pretty well at the moment

Best Regards
Nemo


free image storage sharing

This has been my experience so far since updating to the "new" 2.2 version.

I don't lose connection constantly & most of my miners do the same thing as one another now (awesome; thanks for the update) -- but it's been very low in profit.

Maybe a coincidence, though ?

I'll leave it alone for ~48 hours or so and see if it was just a fluke =)

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
October 30, 2017, 02:46:10 AM
Last edit: October 30, 2017, 07:40:47 AM by minerx117
 #1320

updated:

change: ahashpool.bat -api request from 24hr Actual to -api profit based on ahashpools current estimate and 24hr estimate

create: zpool24hr.bat ( new v2.2 ) -api profit based on zpool's 24hour Actual Price

create: zpool.bat (exactly the same as v2.1 and v2.0) -api profit based on zpools current estimate and 24hr estimate) just updated algos and newer miners

Best Regards
Nemo

NemosMiner-v3.8.1.3
Pages: « 1 ... 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 113 114 115 116 ... 227 »
  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!