Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Miners error ? #393

Open
Rimplestilhskin opened this issue Apr 20, 2018 · 2 comments
Open

No Miners error ? #393

Rimplestilhskin opened this issue Apr 20, 2018 · 2 comments

Comments

@Rimplestilhskin
Copy link

Options 2,0,10 / manual coin,Ahashpool,M7M
When I use this options with M7M and other algorithms I get too many of this "NO MINERS" errors.

With miners in config set to =0 or = disabled or uncommented -- @@MINWORKERS=0

So how do I disable this min workers or get past it. other software shows anywhere up to 158 miners active but NO MINERS and then the software crashes ?

This errors below is with fresh download fromgithub ... config.txt

New interval starting.............
Next interval will be 0
Method invocation failed because [System.Object[]] does not contain a method named 'TrimEnd'.
At C:\Users\123\Desktop\Megaminer-master\core.ps1:329 char:21

  • ... ((Get-Content config.txt | Where-Object {$_ -like '@@Wall ...
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (:) [], RuntimeException
    • FullyQualifiedErrorId : MethodNotFound

ConvertFrom-Json : Cannot bind argument to parameter 'InputObject' because it is null.
At C:\Users\123\Desktop\Megaminer-master\core.ps1:341 char:63

  • ... ostValue= [double](($config.ElectricityCost |ConvertFrom-Json) |where ...
  •                                              ~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidData: (:) [ConvertFrom-Json], ParameterBindingValidationException
    • FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.ConvertFromJsonCommand

Loading Pools Information.............
Pool AHASHPOOL was responsive....
Detected pools......
No pools with workers greater than minimum config, filter is discarded.....
Coindesk api was responsive..........
Miners/Pools combinations detected: 0.........
NO MINERS!

My modified config.txt

New interval starting.............
Next interval will be 300
Loading Pools Information.............
Pool AHASHPOOL was responsive....
Detected pools......
No pools with workers greater than minimum config, filter is discarded.....
Coindesk api was responsive..........
Miners/Pools combinations detected: 0.........
NO MINERS!

@madcujo
Copy link

madcujo commented Apr 20, 2018

I also have this problem, but only on clean installs. older updated versions work

@dethknite
Copy link
Contributor

dethknite commented May 16, 2018

This also occurs if your network drops (ie. update firewall firmware, outage, dnsblockage, or any number of reasons). This instead needs to stay actively querying apis and checking for when/if they do become responsive.

New interval starting.............
Next interval will be 1800
Next interval will be 1800
Loading Pools Information.............
remove-variable : Cannot find a variable with the name 'Request'.
At C:\Megaminer\pools\AHASHPOOL.ps1:178 char:3

  • remove-variable Request
  • + CategoryInfo          : ObjectNotFound: (Request:String) [Remove-Variable], ItemNotFoundException
    + FullyQualifiedErrorId : VariableNotFound,Microsoft.PowerShell.Commands.RemoveVariableCommand
    
    

MINING POOL HUB API NOT RESPONDING...ABORTING
Pool AHASHPOOL was responsive....
Detected 17 pools......
17 pools left after min workers filter.....
Coindesk api not responding, not possible/deactuallized local coin conversion..........
Miners/Pools combinations detected: 0.........
NO MINERS!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants