flipflop.0
Newbie
Offline
Activity: 34
Merit: 0
|
|
February 13, 2018, 06:35:07 AM |
|
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?
|
|
|
|
OverEasy
|
|
February 13, 2018, 04:57:13 PM |
|
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
|
|
|
|
tutulfo (OP)
|
|
February 13, 2018, 06:59:34 PM |
|
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)
|
Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM ------- LTC: LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr -------- ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
|
|
|
tutulfo (OP)
|
|
February 13, 2018, 07:01:58 PM |
|
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.
|
Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM ------- LTC: LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr -------- ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
|
|
|
tutulfo (OP)
|
|
February 13, 2018, 07:02:13 PM |
|
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.
|
Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM ------- LTC: LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr -------- ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
|
|
|
OverEasy
|
|
February 14, 2018, 12:10:22 PM |
|
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!
|
|
|
|
allpozitiv
Jr. Member
Offline
Activity: 420
Merit: 1
|
|
February 15, 2018, 01:28:34 PM Last edit: February 15, 2018, 02:58:15 PM by allpozitiv |
|
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.
|
|
|
|
celofan
Member
Offline
Activity: 86
Merit: 10
|
|
February 15, 2018, 08:50:08 PM |
|
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.
|
|
|
|
tutulfo (OP)
|
|
February 16, 2018, 08:09:51 AM |
|
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
|
Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM ------- LTC: LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr -------- ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
|
|
|
tutulfo (OP)
|
|
February 16, 2018, 08:10:54 AM |
|
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?
|
Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM ------- LTC: LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr -------- ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
|
|
|
tutulfo (OP)
|
|
February 16, 2018, 08:12:15 AM |
|
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
|
Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM ------- LTC: LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr -------- ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
|
|
|
celofan
Member
Offline
Activity: 86
Merit: 10
|
|
February 16, 2018, 02:33:53 PM |
|
Incorrect hashrate,power and profit calculation for cpu when cpumining is enabled.
|
|
|
|
DrTerrible
Newbie
Offline
Activity: 2
Merit: 0
|
|
February 18, 2018, 03:06:17 PM |
|
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
|
|
|
|
flipflop.0
Newbie
Offline
Activity: 34
Merit: 0
|
|
February 19, 2018, 12:26:37 PM |
|
Hi tutulfo, short question. Going through the Include.ps1, I wonder if it is possible to set the max power limit of the GPU to a fixed number, not a percentage? So for example, 150w for one card instead of 80%. This would be very useful, but I am not sure if that is something possible to do by software. Keep up the good work
|
|
|
|
tutulfo (OP)
|
|
February 21, 2018, 10:52:22 AM |
|
Incorrect hashrate,power and profit calculation for cpu when cpumining is enabled.
I have opened issue for jaydee cpu miner, it is not returning speed in api call.
|
Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM ------- LTC: LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr -------- ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
|
|
|
tutulfo (OP)
|
|
February 21, 2018, 10:54:39 AM |
|
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
There is no difference between AMD and NVIDIA for benchmarking. You must have a file in stats folder for each algo/miner combo. Inside that file you must have speeds reads, only speeds for 2/3 last of intervaltime are valid for hashrate calculation
|
Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM ------- LTC: LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr -------- ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
|
|
|
tutulfo (OP)
|
|
February 21, 2018, 10:56:37 AM |
|
Hi tutulfo, short question. Going through the Include.ps1, I wonder if it is possible to set the max power limit of the GPU to a fixed number, not a percentage? So for example, 150w for one card instead of 80%. This would be very useful, but I am not sure if that is something possible to do by software. Keep up the good work Not possible but you can calculate this fixed number percent and set to that percent.
|
Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM ------- LTC: LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr -------- ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
|
|
|
|
tutulfo (OP)
|
|
February 22, 2018, 08:42:05 AM |
|
Hey Tutulino, Nice work on the upgrades since I last posted. Quick question on something new that i've stumbled upon. and looking at a rough glance should be possible to incorporate into your megaminer? Nplusminer? I wont link as i don't want to advertise other multi algo miners in your thread What is nplusminer?
|
Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM ------- LTC: LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr -------- ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
|
|
|
nitrobg
Member
Offline
Activity: 413
Merit: 17
|
|
February 22, 2018, 08:51:55 AM |
|
What is nplusminer?
Fork of NemosMiner with a smarter profit calculations: Uses calculations based on 24hractual and currentestimate ahashpool prices to get more realistic estimate. Includes some trust index based on past 1hr currentestimate variation from 24hr. AND is NOT sensible to spikes. This shows less switching than following Current Estimate and more switching that following the 24hr Actual. Better profitability. AFAIK NemosMiner also recently has added this.
|
|
|
|
|