k2laci
Member
Offline
Activity: 172
Merit: 10
|
|
July 16, 2018, 05:38:26 PM |
|
I deleted switching.log and
I guess the miner is correctly mining? Do you see the word "Stratum" in the first line of switching.log? If so, i'd recommend trying to start with a fresh download of 4.2.3. Really only a guess here as I cannot repro it. MrPlus This is fresh install 4.2.3. Swithcing.log : "date","Type","algo","wallet","username","Stratum" "2018. 07. 16. 13:29:21","NVIDIA","X17","3KjbngWMVD8XrHStXGb3V9fGjVQK4E5CRs","k2laci",""
Could you share the miner command line listed in the console? Is anyone else seeing this behavior? Of course : But in Blazepool Miner 2.0 this function is work (Although there is not much use here) : I don't get it. Works like a charm on my rigs. Although there has been a small change on this bit in the last versions, no other users did report this issue... Could you share line 415 on Core.ps1 in your instance? It should be the following: [pscustomobject]@{date=(get-date);Type=$_.Type;algo=$_.Algorithms;wallet=$_.User;username=$Config.UserName;Stratum="$($_.Arguments.Split(' ') | ?{($_ -like '*.*:*') -and (-not ($_.Contains($Variables.NVIDIAMinerAPITCPPort) -or ($_.contains($Variables.CPUMinerAPITCPPort))))})"} | export-csv .\Logs\switching.log -Append -NoTypeInformation
Line 415 : [pscustomobject]@{date=(get-date);Type=$_.Type;algo=$_.Algorithms;wallet=$_.User;username=$Config.UserName;Stratum="$($_.Arguments.Split(' ') | ?{($_ -like '*.*:*') -and (-not ($_.Contains($Variables.NVIDIAMinerAPITCPPort) -or ($_.contains($Variables.CPUMinerAPITCPPort))))})"} | export-csv .\Logs\switching.log -Append -NoTypeInformation
|
|
|
|
MrPlus (OP)
|
|
July 16, 2018, 11:34:22 PM Last edit: July 16, 2018, 11:47:02 PM by MrPlus |
|
I can not seem to get the algo "aergo" / Aeriumx to run on zpool through plus. I did some searching and wondered if I was missing something. Any help would be appreciated.
Thanks.
You'd need to copy enemyzealot1.12.ps1 from .\OptionalMiners to .\miners and add Aeriumx to your algo list in config. Note that enemy is not recommended to be used. read the readme in OptionalMiners. MrPlus
|
|
|
|
MrPlus (OP)
|
|
July 17, 2018, 12:36:38 AM |
|
I can not seem to get the algo "aergo" / Aeriumx to run on zpool through plus. I did some searching and wondered if I was missing something. Any help would be appreciated.
Thanks.
You'd need to copy enemyzealot1.12.ps1 from .\OptionalMiners to .\miners and add Aeriumx to your algo list in config. Note that enemy is not recommended to be used. read the readme in OptionalMiners. MrPlus Thank you, but that did not work. Not sure what's up. Everything else works just fine. darelict Could you expand on what does not work? Any context on what you see would be helpful.
|
|
|
|
MrPlus (OP)
|
|
July 17, 2018, 05:25:39 PM |
|
I can not seem to get the algo "aergo" / Aeriumx to run on zpool through plus. I did some searching and wondered if I was missing something. Any help would be appreciated.
Thanks.
You'd need to copy enemyzealot1.12.ps1 from .\OptionalMiners to .\miners and add Aeriumx to your algo list in config. Note that enemy is not recommended to be used. read the readme in OptionalMiners. MrPlus Thank you, but that did not work. Not sure what's up. Everything else works just fine. darelict Could you expand on what does not work? Any context on what you see would be helpful. I copied the miner over as directed and added the algo/coin to the list. I ran the miner and it did not see the new listing for benchmarking. I checked the spelling, of course, and edited the intensity in case it was too high as I am running it on an older 980Ti card just now. It did seem to briefly blink like it wanted to load, but did not. Typically if a miner doesn't load it will show up on the task bar then stop if it can't continue mining but in this case the whole screen just seemed to blink very briefly instead. I tried to run it as the only algo on the line as well and had the same effect. The editing of the miner .ps1 file caused it to want to re-download again and took a long time to "decide" that it was done. I don't believe it downloaded again just seemed to go through the routine, but was delayed for some reason. Then the miner continued on to the algo that was highest on my list. Please try to launch the miner manually in a command prompt and see how it errors out.
|
|
|
|
MrPlus (OP)
|
|
July 18, 2018, 09:39:59 AM |
|
ZergPoolPlusTopCoin introduced as a new pool. Available on master. Note that it is in test. Only use if you are willing to test. There is no guaranty on impacts on earnings or switching rate. ZergPoolPlusTopCoin combines BrainPlus calculations for ZergPool and find the best coin for the best algo. Need to delete .\config\switching.log before first run Anyone willing to test please report here https://github.com/MrPlusGH/NPlusMiner/issues/104Do not select multiple variants of the same pool.MrPlus
|
|
|
|
MrPlus (OP)
|
|
July 18, 2018, 11:15:49 AM |
|
I deleted switching.log and
I guess the miner is correctly mining? Do you see the word "Stratum" in the first line of switching.log? If so, i'd recommend trying to start with a fresh download of 4.2.3. Really only a guess here as I cannot repro it. MrPlus This is fresh install 4.2.3. Swithcing.log : "date","Type","algo","wallet","username","Stratum" "2018. 07. 16. 13:29:21","NVIDIA","X17","3KjbngWMVD8XrHStXGb3V9fGjVQK4E5CRs","k2laci",""
Could you share the miner command line listed in the console? Is anyone else seeing this behavior? Of course : But in Blazepool Miner 2.0 this function is work (Although there is not much use here) : I don't get it. Works like a charm on my rigs. Although there has been a small change on this bit in the last versions, no other users did report this issue... Could you share line 415 on Core.ps1 in your instance? It should be the following: [pscustomobject]@{date=(get-date);Type=$_.Type;algo=$_.Algorithms;wallet=$_.User;username=$Config.UserName;Stratum="$($_.Arguments.Split(' ') | ?{($_ -like '*.*:*') -and (-not ($_.Contains($Variables.NVIDIAMinerAPITCPPort) -or ($_.contains($Variables.CPUMinerAPITCPPort))))})"} | export-csv .\Logs\switching.log -Append -NoTypeInformation
Line 415 : [pscustomobject]@{date=(get-date);Type=$_.Type;algo=$_.Algorithms;wallet=$_.User;username=$Config.UserName;Stratum="$($_.Arguments.Split(' ') | ?{($_ -like '*.*:*') -and (-not ($_.Contains($Variables.NVIDIAMinerAPITCPPort) -or ($_.contains($Variables.CPUMinerAPITCPPort))))})"} | export-csv .\Logs\switching.log -Append -NoTypeInformation
This version might fix you issue. https://bitcointalk.org/index.php?topic=2965976.msg42400985#msg42400985Logic has changed for switching.log MrPlus
|
|
|
|
MrPlus (OP)
|
|
July 18, 2018, 02:38:30 PM |
|
That works just fine. I was able to run manually from batch. I use Zealot1.12 to run Timetravel and Xevan and they work fine. Also with the miner and console screens up I select pause then reselect mine for any reason and my btc/gh/day values zero out and it tries to pull up and benchmark Aeriumx and can't saying something about a problem with port 80. I have to shut down and restart NPlus. Been like that since the beginning. Otherwise no problems.
To note, I downloaded a new copy of NPlus and copied over the stats. Assuming that would eliminate most corruption of files. Still the same.
The Pause/Mine issue will be fixed in next version. Fixed in master
|
|
|
|
MrPlus (OP)
|
|
July 18, 2018, 05:10:55 PM |
|
Released NPlusMiner 4.3https://github.com/MrPlusGH/NPlusMiner/releaseshttps://github.com/MrPlusGH/NPlusMiner/releases/tag/4.3NPlusMiner now with a GUI and AutoUpdate
Candidate for AutoUpdate = Yes - NPlusMiner checks for updates every 24 hours. - If you do not want to wait, simply restart NPlusMiner and it will pick it up on startup
- More responsive UI - Fixed wrong GPU selection while using ManualConfig - Fixed Pause/Mine function - Added CPU affinity for CPU miner - Changed Stratum to Host in Switching.log - Upgraded EWBFv2 to version 0.4 - Changed AutoUpdate function so we keep only the two last backups to avoid filling disk
|
|
|
|
MrPlus (OP)
|
|
July 18, 2018, 11:17:23 PM |
|
That works just fine. I was able to run manually from batch. I use Zealot1.12 to run Timetravel and Xevan and they work fine. Also with the miner and console screens up I select pause then reselect mine for any reason and my btc/gh/day values zero out and it tries to pull up and benchmark Aeriumx and can't saying something about a problem with port 80. I have to shut down and restart NPlus. Been like that since the beginning. Otherwise no problems.
To note, I downloaded a new copy of NPlus and copied over the stats. Assuming that would eliminate most corruption of files. Still the same.
The Pause/Mine issue will be fixed in next version. Fixed in master Yes it seems to be. Thank you. Also the Aeriumx issue is also cured as well. Thank you again. My Best, darelict Happy to help Thank you for the valuable feedback which helps make the product better. MrPlus
|
|
|
|
MrPlus (OP)
|
|
July 23, 2018, 11:14:30 AM |
|
Released NPlusMiner 4.3.1https://github.com/MrPlusGH/NPlusMiner/releaseshttps://github.com/MrPlusGH/NPlusMiner/releases/tag/4.3.1NPlusMiner now with a GUI and AutoUpdate
Candidate for AutoUpdate = Yes - NPlusMiner checks for updates every 24 hours. - If you do not want to wait, simply restart NPlusMiner and it will pick it up on startup
- Added new equihash144 coins (zergpool) - Thanks @pinpins - If equihash144 is part of the selected algo list, new coins will automatically added - Current coins (zergpool) - Zelcash - BitcoinZ - Snowgem - Added Miner TRex in OptionalMiners (testing)
|
|
|
|
|
|
Etherion
|
|
July 25, 2018, 09:19:42 PM |
|
is location working in this?
Im using nemosminer and when I stat EU i mine to jp. zpool also has a eu server now so would prefer mining there .
nicehash hodl would be great if one can mine hodl on the cpu.
#zpool We've launched a beta EU based stratum server located in Central Europe. Please, if you are in EU give it a try. stratum+tcp://.eu.mine.zpool.ca:
|
|
|
|
MrPlus (OP)
|
|
July 26, 2018, 08:31:44 AM |
|
is location working in this?
Im using nemosminer and when I stat EU i mine to jp. zpool also has a eu server now so would prefer mining there .
nicehash hodl would be great if one can mine hodl on the cpu.
#zpool We've launched a beta EU based stratum server located in Central Europe. Please, if you are in EU give it a try. stratum+tcp://.eu.mine.zpool.ca:
Use Europe and not EU in config. Works like a charm for NiceHash. Zpool regional servers are not yet supported. Coming soon. About Hodl, It is supported but we are voluntarily deactivating it has orders are low and when all orders are fullfiled, miners would keep running with no work. You can easily add it by uncommenting the Hodl line in CpuminerJayddeeSse2.ps1 MrPlus
|
|
|
|
infPICO
Newbie
Offline
Activity: 32
Merit: 0
|
|
July 26, 2018, 01:26:34 PM |
|
is it possible to modify benchmark result? If yes, in which file are those informations stored?
|
|
|
|
MrPlus (OP)
|
|
July 26, 2018, 01:42:43 PM |
|
is it possible to modify benchmark result? If yes, in which file are those informations stored?
You'll need to edit the corresponding files in the stats folder.
|
|
|
|
Privatoria
Member
Offline
Activity: 352
Merit: 10
|
|
July 27, 2018, 07:36:50 PM |
|
I don’t believe in such miners. When you are constantly switching and finish to mine first coin, the best is already second one. Using this method, you will always catch up the departing train. I think that it is better to mine one good coin until the price rises up and then sell it.
|
|
|
|
jimmykl
|
|
July 28, 2018, 08:20:17 AM |
|
I don’t believe in such miners. When you are constantly switching and finish to mine first coin, the best is already second one. Using this method, you will always catch up the departing train. I think that it is better to mine one good coin until the price rises up and then sell it.
I believe in them. They definitely exist.
|
|
|
|
abudfv2008
|
|
July 28, 2018, 10:12:11 AM |
|
I don’t believe in such miners. When you are constantly switching and finish to mine first coin, the best is already second one. Using this method, you will always catch up the departing train. I think that it is better to mine one good coin until the price rises up and then sell it.
The key word is "constantly" and frequently. Of cause if you switch every 5 minutes - you will only loose.
|
|
|
|
MrPlus (OP)
|
|
August 12, 2018, 09:41:37 AM |
|
Released NPlusMiner 4.4https://github.com/MrPlusGH/NPlusMiner/releaseshttps://github.com/MrPlusGH/NPlusMiner/releases/tag/4.4NPlusMiner now with a GUI and AutoUpdate
Candidate for AutoUpdate = Yes - NPlusMiner checks for updates every 24 hours. - If you do not want to wait, simply restart NPlusMiner and it will pick it up on startup
- Blank algo list in config will now activate any available algo (default config) - Implements auto pers for Equihash144 - Fixed miners not updated when running - Will now re-benchmark on miners updates - Updated Miners
|
|
|
|
|