Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. & : At C:\Mining\MultiPoolMiner\v2.7.1.4.4-AllMiners-MPHStats\Include.psm1:267 char:42
  2. +     $PriorityNamesΒ =Β [PSCustomObject]@{-2 = "Idle"; -1 = "BelowNorm ...
  3. +                                          ~~
  4. The assignment expression is not valid. The input to an assignment operator must be an object that is able to accept assignments, such as a variable or a property.
  5. At C:\Mining\MultiPoolMiner\v2.7.1.4.4-AllMiners-MPHStats\Include.psm1:267 char:55
  6. +     $PriorityNamesΒ =Β [PSCustomObject]@{-2 = "Idle"; -1 = "BelowNorm ...
  7. +                                                       ~~
  8. The assignment expression is not valid. The input to an assignment operator must be an object that is able to accept assignments, such as a variable or a property.
  9. At C:\Mining\MultiPoolMiner\v2.7.1.4.4-AllMiners-MPHStats\Include.psm1:267 char:75
  10. + ... amesΒ =Β [PSCustomObject]@{-2 = "Idle"; -1 = "BelowNormal"; 0 = "Norm ...
  11. +                                                                 ~
  12. The assignment expression is not valid. The input to an assignment operator must be an object that is able to accept assignments, such as a variable or a property.
  13. At C:\Mining\MultiPoolMiner\v2.7.1.4.4-AllMiners-MPHStats\Include.psm1:267 char:89
  14. + ... stomObject]@{-2 = "Idle"; -1 = "BelowNormal"; 0 = "Normal"; 1 = "Abov ...
  15. +                                                                 ~
  16. The assignment expression is not valid. The input to an assignment operator must be an object that is able to accept assignments, such as a variable or a property.
  17. At C:\Mining\MultiPoolMiner\v2.7.1.4.4-AllMiners-MPHStats\Include.psm1:267 char:108
  18. + ... Idle"; -1 = "BelowNormal"; 0 = "Normal"; 1 = "AboveNormal"; 2 = "High ...
  19. +                                                                 ~
  20. The assignment expression is not valid. The input to an assignment operator must be an object that is able to accept assignments, such as a variable or a property.
  21. At C:\Mining\MultiPoolMiner\v2.7.1.4.4-AllMiners-MPHStats\Include.psm1:267 char:120
  22. + ... "BelowNormal"; 0 = "Normal"; 1 = "AboveNormal"; 2 = "High"; 3 = "Real ...
  23. +                                                                 ~
  24. The assignment expression is not valid. The input to an assignment operator must be an object that is able to accept assignments, such as a variable or a property.
  25. At line:1 char:3
  26. + & .\multipoolminer.ps1 -wallet 1EmZvGYYb2Fe91XHFf4nUQxsjCPEeGcomV -us ...
  27. +   ~~~~~~~~~~~~~~~~~~~~
  28.    + CategoryInfo          : InvalidOperation: (C:\Mining\Multi...ts\Include.psm1:String) [], RuntimeException
  29.    + FullyQualifiedErrorId : InvalidLeftHandSide
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement