Pages:
Author

Topic: Megaminer 6.3 - Multi pool / Multi Algo launcher - page 9. (Read 70970 times)

newbie
Activity: 2
Merit: 0
I really like Megaminer but whenever I need to re-start my computer, and start MM up again, it seems like my benchmarking never saves. I am constantly benchmarking. Stats folder is looks ok I guess.

I have 2 rigs. Nvidia and AMD. Nvidia works fine but AMD is always benchmarking.

Not sure what the problem is
member
Activity: 86
Merit: 10
Incorrect hashrate,power and profit calculation for cpu when cpumining is enabled.

full member
Activity: 322
Merit: 105
Miner running pretty good.
With this new version I often lose the profits screen on AMD rigs.
No data on screen.

Anyways can you PLEASE implement BlazePool ASAP. Zerg just has too many issues.
http://blazepool.com/

thanks


Added Blazepool on master branch code.


Please check last code, if bug still appears open an issue in github and upload log (with @@debuglog option enabled)

Thanks I am on BlazePool now with all miners. BlazePool.ps1 had some old zpool stuff in it i changed with find / replace.
I'm not sure if its BlazePool site or what but they seem to need ID=x to pass the rig name. I think MM is passing C=BTC,Rigx
Maybe...Check on that please. I have no worker names showing. Might be Blaze site....
Thanks for implementing pool so fast!




Uploaded with that changes
full member
Activity: 322
Merit: 105
Dear tutulfo,

When staring *start* file, after selection all pools under 99 index, I got the following issue as below,



it is smth with Get-MpPreference, it is saying that it is not recognazing as command.



This lines add MM path to windows defender exclusions. If you have added manually you can delete them


Do you have windows 7?
full member
Activity: 322
Merit: 105
Please, tell me the correct filling of the cost of electricity at two cost zones.
In MM for example presents next string: [{"HourStart":12,"HourEnd":21,"CostKwh":0.105609},{"HourStart":22,"HourEnd":11,"CostKwh":0.703759}]
I have a day zone from 7-00 to 23-00 cost 0.000006 btc and night zone from 23-00 to 7-00 cost 0.000003 btc
So how i can correct fill it?
@@ELECTRICITYCOST=[{"HourStart":7,"HourEnd":23,"CostKwh":0.000006},{"HourStart":23,"HourEnd":7,"CostKwh":0.000003}]
or
@@ELECTRICITYCOST=[{"HourStart":7,"HourEnd":23,"CostKwh":0.000006},{"HourStart":00,"HourEnd":6,"CostKwh":0.000003}] ?
Or any other way with minutes?
And how many digits is correct value?
I.e. correct is 7 or 07 or doesn't matter?
And how MM will calculate 00 hours?
Tnx.





@@ELECTRICITYCOST=[{"HourStart":7,"HourEnd":23,"CostKwh":0.000006},{"HourStart":00,"HourEnd":6,"CostKwh":0.000003}] ?


9 and 09  both are correct

MM compares system hour with your config
member
Activity: 86
Merit: 10
Please, tell me the correct filling of the cost of electricity at two cost zones.
In MM for example presents next string: [{"HourStart":12,"HourEnd":21,"CostKwh":0.105609},{"HourStart":22,"HourEnd":11,"CostKwh":0.703759}]
I have a day zone from 7-00 to 23-00 cost 0.000006 btc and night zone from 23-00 to 7-00 cost 0.000003 btc
So how i can correct fill it?
@@ELECTRICITYCOST=[{"HourStart":7,"HourEnd":23,"CostKwh":0.000006},{"HourStart":23,"HourEnd":7,"CostKwh":0.000003}]
or
@@ELECTRICITYCOST=[{"HourStart":7,"HourEnd":23,"CostKwh":0.000006},{"HourStart":00,"HourEnd":6,"CostKwh":0.000003}] ?
Or any other way with minutes?
And how many digits is correct value?
I.e. correct is 7 or 07 or doesn't matter?
And how MM will calculate 00 hours?
Tnx.

jr. member
Activity: 420
Merit: 1
Dear tutulfo,

When staring *start* file, after selection all pools under 99 index, I got the following issue as below,



it is smth with Get-MpPreference, it is saying that it is not recognazing as command.
sr. member
Activity: 301
Merit: 251
Miner running pretty good.
With this new version I often lose the profits screen on AMD rigs.
No data on screen.

Anyways can you PLEASE implement BlazePool ASAP. Zerg just has too many issues.
http://blazepool.com/

thanks


Added Blazepool on master branch code.


Please check last code, if bug still appears open an issue in github and upload log (with @@debuglog option enabled)

Thanks I am on BlazePool now with all miners. BlazePool.ps1 had some old zpool stuff in it i changed with find / replace.
I'm not sure if its BlazePool site or what but they seem to need ID=x to pass the rig name. I think MM is passing C=BTC,Rigx
Maybe...Check on that please. I have no worker names showing. Might be Blaze site....
Thanks for implementing pool so fast!


full member
Activity: 322
Merit: 105
Today I got issues with the coindesk api. MM could not receive it. Opened the address in my browser, it worked. So I set the timeout in core.ps1 to 5 seconds and it also worked in MM.

Suggestion for a failsave: Would it be possible to save the last api locally and call the local file if the api is not available online? Or, as an alternative, save the output from the coindesk api in the log file and use last stats from the logs if the api is unavailable?



 

While MM is running, if coindesk api is not responding, last right call data are used, but data are not stored from one MM start to other.
full member
Activity: 322
Merit: 105
Today I got issues with the coindesk api. MM could not receive it. Opened the address in my browser, it worked. So I set the timeout in core.ps1 to 5 seconds and it also worked in MM.

Suggestion for a failsave: Would it be possible to save the last api locally and call the local file if the api is not available online? Or, as an alternative, save the output from the coindesk api in the log file and use last stats from the logs if the api is unavailable?


While MM is running, if coindesk api is not responding, last right call data are used, but data are not stored from one MM cold execution to other.
full member
Activity: 322
Merit: 105
Miner running pretty good.
With this new version I often lose the profits screen on AMD rigs.
No data on screen.

Anyways can you PLEASE implement BlazePool ASAP. Zerg just has too many issues.
http://blazepool.com/

thanks


Added Blazepool on master branch code.


Please check last code, if bug still appears open an issue in github and upload log (with @@debuglog option enabled)
sr. member
Activity: 301
Merit: 251
Miner running pretty good.
With this new version I often lose the profits screen on AMD rigs.
No data on screen.

Anyways can you PLEASE implement BlazePool ASAP. Zerg just has too many issues.
http://blazepool.com/

thanks
newbie
Activity: 34
Merit: 0
Today I got issues with the coindesk api. MM could not receive it. Opened the address in my browser, it worked. So I set the timeout in core.ps1 to 5 seconds and it also worked in MM.

Suggestion for a failsave: Would it be possible to save the last api locally and call the local file if the api is not available online? Or, as an alternative, save the output from the coindesk api in the log file and use last stats from the logs if the api is unavailable?
newbie
Activity: 42
Merit: 0
Fine.

Thank you Smiley
full member
Activity: 322
Merit: 105
Hello Friends,

i have a question...
This time i have 2 Rigs with total 18 NVDIA Cards.

I will buy to AMD Cards to working this 2 Rigs so i can make:

1x Rig = 9 x NVDIA + 9x AMD
1x Rig = 9 x NVDIA + 9x AMD

Megaminer have no problem working with mixed AMD/NVDIA Rig or?

Thank you

No problem
newbie
Activity: 42
Merit: 0
Hello Friends,

i have a question...
This time i have 2 Rigs with total 18 NVDIA Cards.

I will buy to AMD Cards to working this 2 Rigs so i can make:

1x Rig = 9 x NVDIA + 9x AMD
1x Rig = 9 x NVDIA + 9x AMD

Megaminer have no problem working with mixed AMD/NVDIA Rig or?

Thank you
member
Activity: 86
Merit: 10
After several tests I can say that there are certain problems with the excavator. When using an excavator on those algorithms that are supported by miningpoolhub, we get zero speed.
Therefore, you need to either force the excavator to work with miningpoolhub, or delete the algorithms that support miningpoolhub in the * .json file if you want use miningpoolhub.
Then I again ask you to include in the next release the miner from palgin for neoscrypt and hsr algos https://github.com/palginpav/hsrminer/tree/master/Neoscrypt%20algo/Windows
https://github.com/palginpav/hsrminer/tree/master/HSR%20algo/Windows
Because palgin the best miner at neoscrypt algo for pascal based cards and it works with miningpoolhub

Palgin miner for neoscrypt is included in additional miners folder

WOW  Shocked
I definitely need to rest  Grin

Sorry for my blindness Sad
Thank you, I will test it.

UPD Working but show next message on screen:   + CategoryInfo          : ObjectNotFound: (C:\Megaminer-6.0b1\Wrapper_4068.txt:String) [Get-Content], ItemNotFoundException

UPD2 Not working  Sad strange profit and speed showed

   + CategoryInfo          : ObjectNotFound: (C:\Megaminer-6.0b1\Wrapper_4068.txt:String) [Get-Content], ItemNotFoundException
GroupName MMPowLmt LocalSpeed   Rev./Day Rev./Day Profit/Day Algorithm Coin      Miner           Power Efficiency PoolSpeed Workers Loc. Pool
--------- -------- ----------   -------- -------- ---------- --------- ----      -----           ----- ---------- --------- ------- ---- ----
3x1080ti             0.0 ph/s 0.00000btc   0.0036     0.0036 NEOSCRYPT neoscrypt N-PalginNeoWrap  589W   0.0 ph/W  0.0 ph/s    1103 US   AHASH

UPD3 Working with N-PalginNeo.json file from "Not Compatibles with more than one gpu group of same type" directory

full member
Activity: 322
Merit: 105
After several tests I can say that there are certain problems with the excavator. When using an excavator on those algorithms that are supported by miningpoolhub, we get zero speed.
Therefore, you need to either force the excavator to work with miningpoolhub, or delete the algorithms that support miningpoolhub in the * .json file if you want use miningpoolhub.
Then I again ask you to include in the next release the miner from palgin for neoscrypt and hsr algos https://github.com/palginpav/hsrminer/tree/master/Neoscrypt%20algo/Windows
https://github.com/palginpav/hsrminer/tree/master/HSR%20algo/Windows
Because palgin the best miner at neoscrypt algo for pascal based cards and it works with miningpoolhub

Palgin miner for neoscrypt is included in additional miners folder
member
Activity: 86
Merit: 10
After several tests I can say that there are certain problems with the excavator. When using an excavator on those algorithms that are supported by miningpoolhub, we get zero speed.
Therefore, you need to either force the excavator to work with miningpoolhub, or delete the algorithms that support miningpoolhub in the * .json file if you want use miningpoolhub.
Then I again ask you to include in the next release the miner from palgin for neoscrypt and hsr algos https://github.com/palginpav/hsrminer/tree/master/Neoscrypt%20algo/Windows
https://github.com/palginpav/hsrminer/tree/master/HSR%20algo/Windows
Because palgin the best miner at neoscrypt algo for pascal based cards and it works with miningpoolhub
newbie
Activity: 3
Merit: 0
Post the example config.txt pls... How to set suprnova and MPH username?Huh I still reciving error!!!
Pages:
Jump to: