Bitcoin Forum
May 09, 2024, 07:19:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 [93] 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 ... 384 »
  Print  
Author Topic: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.  (Read 487469 times)
miningpoolhub (OP)
Legendary
*
Offline Offline

Activity: 1456
Merit: 1006

Mining Pool Hub


View Profile WWW
January 13, 2017, 04:48:21 PM
 #1841

Thanks for all your hard work miningpoolhub. Any plans to implement Decred?

Yes. but not soon.
I have to implement all pool's integrated worker dashboard things first.

I will add coins after this work.

Mining Pool Hub - https://miningpoolhub.com
1715282347
Hero Member
*
Offline Offline

Posts: 1715282347

View Profile Personal Message (Offline)

Ignore
1715282347
Reply with quote  #2

1715282347
Report to moderator
1715282347
Hero Member
*
Offline Offline

Posts: 1715282347

View Profile Personal Message (Offline)

Ignore
1715282347
Reply with quote  #2

1715282347
Report to moderator
1715282347
Hero Member
*
Offline Offline

Posts: 1715282347

View Profile Personal Message (Offline)

Ignore
1715282347
Reply with quote  #2

1715282347
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
rozsada
Member
**
Offline Offline

Activity: 105
Merit: 10


View Profile
January 14, 2017, 10:17:03 AM
 #1842

It seems that email notification does not work properly or the time of reaction is too high.
About 1 hour my miners were offline and there was no email.

By the way - suggest to make more flexible the Graphs opt. The scale is fixed=every 1 hour per only 1 day. It is impossible to detail speed for some selected hours nor to watch stats before current day.
miningpoolhub (OP)
Legendary
*
Offline Offline

Activity: 1456
Merit: 1006

Mining Pool Hub


View Profile WWW
January 14, 2017, 11:10:50 AM
 #1843

It seems that email notification does not work properly or the time of reaction is too high.
About 1 hour my miners were offline and there was no email.

By the way - suggest to make more flexible the Graphs opt. The scale is fixed=every 1 hour per only 1 day. It is impossible to detail speed for some selected hours nor to watch stats before current day.

What coin did you mine?
I'll check the email notification check interval. Sometimes email notification checking would be delayed because pool checks each coin pool one by one.
Maybe I would set shorter period for some coins if it's too late than expected.

I'll make Graphs much more better.
Hew.. lots of work to do  Smiley

Mining Pool Hub - https://miningpoolhub.com
DrX
Member
**
Offline Offline

Activity: 233
Merit: 20


View Profile
January 14, 2017, 12:50:57 PM
 #1844

aaronsace,

I tryied multipoolminer last night, but too many problems/error to keep it going...

First it keeps asking me time to time

"Confirm
Are you sure you want to perform the Stop-Process operation on the following item: (2616)?
&Yes  Yes to &All  &No  No to A&ll  &Suspend"

and i get loads of different errors like ..
Code:

PS>TerminatingError(Invoke-WebRequest): "Unable to connect to the remote server"
Invoke-WebRequest : Unable to connect to the remote server
At MultiPoolMinerV2\Include.ps1:202 char:24
+ ...  $Request = Invoke-WebRequest "http://$($Server):$Port" -UseBasicPars ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExcep
tion
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
Invoke-WebRequest : Unable to connect to the remote server
At MultiPoolMinerV2\Include.ps1:202 char:24
+ ...  $Request = Invoke-WebRequest "http://$($Server):$Port" -UseBasicPars ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
   eption
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:203 char:13
+             $Data = ($Request.Content.Substring($Request.Content.Inde ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull
You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:203 char:13
+             $Data = ($Request.Content.Substring($Request.Content.Inde ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull

You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:204 char:16
+             if($Request.Content.Contains("ETH:"))
+                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull
You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:204 char:16
+             if($Request.Content.Contains("ETH:"))
+                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull

Cannot index into a null array.
At MultiPoolMinerV2\Include.ps1:213 char:13
+             [Decimal]$Data[4].Split(";")[0]*$Multiplier
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : NullArray
Cannot index into a null array.
At MultiPoolMinerV2\Include.ps1:213 char:13
+             [Decimal]$Data[4].Split(";")[0]*$Multiplier
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : NullArray

PS>TerminatingError(Invoke-WebRequest): "Unable to connect to the remote server"
Invoke-WebRequest : Unable to connect to the remote server
At MultiPoolMinerV2\Include.ps1:202 char:24
+ ...  $Request = Invoke-WebRequest "http://$($Server):$Port" -UseBasicPars ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExcep
tion
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
Invoke-WebRequest : Unable to connect to the remote server
At MultiPoolMinerV2\Include.ps1:202 char:24
+ ...  $Request = Invoke-WebRequest "http://$($Server):$Port" -UseBasicPars ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
   eption
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:203 char:13
+             $Data = ($Request.Content.Substring($Request.Content.Inde ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull
You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:203 char:13
+             $Data = ($Request.Content.Substring($Request.Content.Inde ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull

You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:204 char:16
+             if($Request.Content.Contains("ETH:"))
+                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull
You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:204 char:16
+             if($Request.Content.Contains("ETH:"))
+                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull

Cannot index into a null array.
At MultiPoolMinerV2\Include.ps1:213 char:13
+             [Decimal]$Data[4].Split(";")[0]*$Multiplier
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : NullArray
Cannot index into a null array.
At MultiPoolMinerV2\Include.ps1:213 char:13
+             [Decimal]$Data[4].Split(";")[0]*$Multiplier
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : NullArray

PS>TerminatingError(Invoke-WebRequest): "The request was aborted: Could not create SSL/TLS secure channel."

I Can start the script in windows 7 from start.bat but in 8.1 it doesn't work...althought in 8.1 it works directly from script.

PS. I did delete everything else but Claymore from Miners folder
aaronsace
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
January 14, 2017, 01:07:03 PM
Last edit: January 14, 2017, 05:01:48 PM by aaronsace
 #1845

aaronsace,

I tryied multipoolminer last night, but too many problems/error to keep it going...

First it keeps asking me time to time

"Confirm
Are you sure you want to perform the Stop-Process operation on the following item: (2616)?
&Yes  Yes to &All  &No  No to A&ll  &Suspend"

and i get loads of different errors like ..
Code:

PS>TerminatingError(Invoke-WebRequest): "Unable to connect to the remote server"
Invoke-WebRequest : Unable to connect to the remote server
At MultiPoolMinerV2\Include.ps1:202 char:24
+ ...  $Request = Invoke-WebRequest "http://$($Server):$Port" -UseBasicPars ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExcep
tion
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
Invoke-WebRequest : Unable to connect to the remote server
At MultiPoolMinerV2\Include.ps1:202 char:24
+ ...  $Request = Invoke-WebRequest "http://$($Server):$Port" -UseBasicPars ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
   eption
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:203 char:13
+             $Data = ($Request.Content.Substring($Request.Content.Inde ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull
You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:203 char:13
+             $Data = ($Request.Content.Substring($Request.Content.Inde ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull

You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:204 char:16
+             if($Request.Content.Contains("ETH:"))
+                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull
You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:204 char:16
+             if($Request.Content.Contains("ETH:"))
+                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull

Cannot index into a null array.
At MultiPoolMinerV2\Include.ps1:213 char:13
+             [Decimal]$Data[4].Split(";")[0]*$Multiplier
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : NullArray
Cannot index into a null array.
At MultiPoolMinerV2\Include.ps1:213 char:13
+             [Decimal]$Data[4].Split(";")[0]*$Multiplier
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : NullArray

PS>TerminatingError(Invoke-WebRequest): "Unable to connect to the remote server"
Invoke-WebRequest : Unable to connect to the remote server
At MultiPoolMinerV2\Include.ps1:202 char:24
+ ...  $Request = Invoke-WebRequest "http://$($Server):$Port" -UseBasicPars ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExcep
tion
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
Invoke-WebRequest : Unable to connect to the remote server
At MultiPoolMinerV2\Include.ps1:202 char:24
+ ...  $Request = Invoke-WebRequest "http://$($Server):$Port" -UseBasicPars ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
   eption
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:203 char:13
+             $Data = ($Request.Content.Substring($Request.Content.Inde ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull
You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:203 char:13
+             $Data = ($Request.Content.Substring($Request.Content.Inde ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull

You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:204 char:16
+             if($Request.Content.Contains("ETH:"))
+                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull
You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:204 char:16
+             if($Request.Content.Contains("ETH:"))
+                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull

Cannot index into a null array.
At MultiPoolMinerV2\Include.ps1:213 char:13
+             [Decimal]$Data[4].Split(";")[0]*$Multiplier
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : NullArray
Cannot index into a null array.
At MultiPoolMinerV2\Include.ps1:213 char:13
+             [Decimal]$Data[4].Split(";")[0]*$Multiplier
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : NullArray

PS>TerminatingError(Invoke-WebRequest): "The request was aborted: Could not create SSL/TLS secure channel."

I Can start the script in windows 7 from start.bat but in 8.1 it doesn't work...althought in 8.1 it works directly from script.

PS. I did delete everything else but Claymore from Miners folder

Sorry, your message is a bit convoluted. Please do a fresh download then click 'start.bat' then send the log file.

MultiPoolMiner shouldn't ask you anything or throw any errors but look out for popup windows blocking every miner. If it does then show me the first instance because that's where the problem starts (still send the log file).


I don't think anybody has used windows 8 as the upgrade to windows 10 is free. Have you tried just downloading the same update as windows 7?
https://www.microsoft.com/en-us/download/details.aspx?id=50395

Do let me know if that worked.

Hello? Are you able to read this? Guess what... the best miner ever created has arrived! https://github.com/aaronsace/MultiPoolMiner/releases
DrX
Member
**
Offline Offline

Activity: 233
Merit: 20


View Profile
January 14, 2017, 05:49:40 PM
 #1846

aaronsace,

I tryied multipoolminer last night, but too many problems/error to keep it going...

First it keeps asking me time to time

"Confirm
Are you sure you want to perform the Stop-Process operation on the following item: (2616)?
&Yes  Yes to &All  &No  No to A&ll  &Suspend"

and i get loads of different errors like ..
Code:

PS>TerminatingError(Invoke-WebRequest): "Unable to connect to the remote server"
Invoke-WebRequest : Unable to connect to the remote server
At MultiPoolMinerV2\Include.ps1:202 char:24
+ ...  $Request = Invoke-WebRequest "http://$($Server):$Port" -UseBasicPars ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExcep
tion
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
Invoke-WebRequest : Unable to connect to the remote server
At MultiPoolMinerV2\Include.ps1:202 char:24
+ ...  $Request = Invoke-WebRequest "http://$($Server):$Port" -UseBasicPars ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
   eption
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:203 char:13
+             $Data = ($Request.Content.Substring($Request.Content.Inde ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull
You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:203 char:13
+             $Data = ($Request.Content.Substring($Request.Content.Inde ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull

You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:204 char:16
+             if($Request.Content.Contains("ETH:"))
+                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull
You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:204 char:16
+             if($Request.Content.Contains("ETH:"))
+                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull

Cannot index into a null array.
At MultiPoolMinerV2\Include.ps1:213 char:13
+             [Decimal]$Data[4].Split(";")[0]*$Multiplier
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : NullArray
Cannot index into a null array.
At MultiPoolMinerV2\Include.ps1:213 char:13
+             [Decimal]$Data[4].Split(";")[0]*$Multiplier
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : NullArray

PS>TerminatingError(Invoke-WebRequest): "Unable to connect to the remote server"
Invoke-WebRequest : Unable to connect to the remote server
At MultiPoolMinerV2\Include.ps1:202 char:24
+ ...  $Request = Invoke-WebRequest "http://$($Server):$Port" -UseBasicPars ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExcep
tion
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
Invoke-WebRequest : Unable to connect to the remote server
At MultiPoolMinerV2\Include.ps1:202 char:24
+ ...  $Request = Invoke-WebRequest "http://$($Server):$Port" -UseBasicPars ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
   eption
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:203 char:13
+             $Data = ($Request.Content.Substring($Request.Content.Inde ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull
You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:203 char:13
+             $Data = ($Request.Content.Substring($Request.Content.Inde ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull

You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:204 char:16
+             if($Request.Content.Contains("ETH:"))
+                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull
You cannot call a method on a null-valued expression.
At MultiPoolMinerV2\Include.ps1:204 char:16
+             if($Request.Content.Contains("ETH:"))
+                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull

Cannot index into a null array.
At MultiPoolMinerV2\Include.ps1:213 char:13
+             [Decimal]$Data[4].Split(";")[0]*$Multiplier
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : NullArray
Cannot index into a null array.
At MultiPoolMinerV2\Include.ps1:213 char:13
+             [Decimal]$Data[4].Split(";")[0]*$Multiplier
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : NullArray

PS>TerminatingError(Invoke-WebRequest): "The request was aborted: Could not create SSL/TLS secure channel."

I Can start the script in windows 7 from start.bat but in 8.1 it doesn't work...althought in 8.1 it works directly from script.

PS. I did delete everything else but Claymore from Miners folder

Sorry, your message is a bit convoluted. Please do a fresh download then click 'start.bat' then send the log file.

MultiPoolMiner shouldn't ask you anything or throw any errors but look out for popup windows blocking every miner. If it does then show me the first instance because that's where the problem starts (still send the log file).


I don't think anybody has used windows 8 as the upgrade to windows 10 is free. Have you tried just downloading the same update as windows 7?
https://www.microsoft.com/en-us/download/details.aspx?id=50395

Do let me know if that worked.

Update was already installed.

Now it started the program and miner from start.bat but computer crashed immediately when mining started...really weird.
rozsada
Member
**
Offline Offline

Activity: 105
Merit: 10


View Profile
January 14, 2017, 08:48:01 PM
 #1847

It seems that email notification does not work properly or the time of reaction is too high.
About 1 hour my miners were offline and there was no email.

By the way - suggest to make more flexible the Graphs opt. The scale is fixed=every 1 hour per only 1 day. It is impossible to detail speed for some selected hours nor to watch stats before current day.

What coin did you mine?
I'll check the email notification check interval. Sometimes email notification checking would be delayed because pool checks each coin pool one by one.
Maybe I would set shorter period for some coins if it's too late than expected.

Monero
aaronsace
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
January 14, 2017, 09:10:52 PM
Last edit: January 15, 2017, 02:14:51 PM by aaronsace
 #1848

Update was already installed.

Now it started the program and miner from start.bat but computer crashed immediately when mining started...really weird.


It doesn't really make much sense. If your computer is crashing then that's something else again. MultiPoolMiner can't possibly crash your computer directly; must be related to one of the miners running on your machine. Check your drivers and/or do a clean install of windows. If you know what miner is crashing your machine then you could just take it out of the 'miners' folder.

Hello? Are you able to read this? Guess what... the best miner ever created has arrived! https://github.com/aaronsace/MultiPoolMiner/releases
miningpoolhub (OP)
Legendary
*
Offline Offline

Activity: 1456
Merit: 1006

Mining Pool Hub


View Profile WWW
January 15, 2017, 03:55:20 AM
 #1849

It seems that email notification does not work properly or the time of reaction is too high.
About 1 hour my miners were offline and there was no email.

By the way - suggest to make more flexible the Graphs opt. The scale is fixed=every 1 hour per only 1 day. It is impossible to detail speed for some selected hours nor to watch stats before current day.

What coin did you mine?
I'll check the email notification check interval. Sometimes email notification checking would be delayed because pool checks each coin pool one by one.
Maybe I would set shorter period for some coins if it's too late than expected.

Monero

OK. I've changed notification check interval for monero.
Thanks.

Mining Pool Hub - https://miningpoolhub.com
rozsada
Member
**
Offline Offline

Activity: 105
Merit: 10


View Profile
January 15, 2017, 02:09:57 PM
 #1850

It seems that email notification does not work properly or the time of reaction is too high.
About 1 hour my miners were offline and there was no email.

By the way - suggest to make more flexible the Graphs opt. The scale is fixed=every 1 hour per only 1 day. It is impossible to detail speed for some selected hours nor to watch stats before current day.

What coin did you mine?
I'll check the email notification check interval. Sometimes email notification checking would be delayed because pool checks each coin pool one by one.
Maybe I would set shorter period for some coins if it's too late than expected.

Monero

OK. I've changed notification check interval for monero.
Thanks.
no result
100% notification does not work
my miner is still offline for half a day - no email. Sad
/xmr
watson2316
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
January 15, 2017, 08:53:54 PM
 #1851

miningpoolhub,

would it be possible to implement a feature to set a percentage at which newly mined coins are auto-exchanged?
Example: Currenty when mining XMR and setting auto-exchange to BTC, all newly mined XMR will be exchanged to BTC. But what if I don't want all my XMR to be exchanged? Not possible. With this feature you could set e.g. auto-exchange 50%. That means, 50% of my mined coins will stay on my XMR wallet and the other 50% will be transferred to the auto-exchange wallet.
What do you think?

cheers
flowjob
Member
**
Offline Offline

Activity: 130
Merit: 11


View Profile
January 15, 2017, 10:49:30 PM
 #1852

Hi,

i am mining with the nheqminer from nicehash and getting this:

[23:40:15][0x00007fb37d6db700] stratum | Target set to 0001caa093ad8fcf000000000000000000000000000000000000000000000000
[23:40:15][0x00007fb37d6db700] stratum | Ignoring non-clean job #11d8
[23:40:25][0x00007fb37ff8b740] Speed [15 sec]: 0 I/s, 0 Sols/s
[23:40:35][0x00007fb37ff8b740] Speed [15 sec]: 0 I/s, 0 Sols/s
[23:40:45][0x00007fb37ff8b740] Speed [15 sec]: 0 I/s, 0 Sols/s
[23:40:55][0x00007fb37ff8b740] Speed [15 sec]: 0 I/s, 0 Sols/s
[23:40:56][0x00007fb37d6db700] stratum | Ignoring non-clean job #11d9
[23:41:05][0x00007fb37ff8b740] Speed [15 sec]: 0 I/s, 0 Sols/s
[23:41:15][0x00007fb37ff8b740] Speed [15 sec]: 0 I/s, 0 Sols/s
[23:41:25][0x00007fb37ff8b740] Speed [15 sec]: 0 I/s, 0 Sols/s
[23:41:35][0x00007fb37ff8b740] Speed [15 sec]: 0 I/s, 0 Sols/s
[23:41:45][0x00007fb37ff8b740] Speed [15 sec]: 0 I/s, 0 Sols/s
[23:41:51][0x00007fb37d6db700] stratum | Target set to 00028f2e89d35fba000000000000000000000000000000000000000000000000
[23:41:51][0x00007fb37d6db700] stratum | Ignoring non-clean job #11da
[23:41:55][0x00007fb37ff8b740] Speed [15 sec]: 0 I/s, 0 Sols/s
[23:42:05][0x00007fb37ff8b740] Speed [15 sec]: 0 I/s, 0 Sols/s
[23:42:15][0x00007fb37ff8b740] Speed [15 sec]: 0 I/s, 0 Sols/s

This is strange, because it worked in the last few days. I am using europe.equihash-hub.miningpoolhub.com:17023 and i suppose it was on the ZClassic-Pool.

◈▣ KOMODO ● Set Your Ideas Free ▣◈
.......AN ECOSYSTEM FOR NATIVE BLOCKCHAINS.......
Blockchain Generator | Decentralized Crowdfunding | Decentralized Exchange | Bitcoin Security | Zero-Knowledge Proofs | Blockchain Interoperability | Scalable Infrastructure
Nightworker88
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
January 16, 2017, 04:58:57 AM
 #1853

happens for me also sometimes,

it was never the pool, something in software, most time a restart helps.

One time made a fresh install of system

induktor
Hero Member
*****
Offline Offline

Activity: 710
Merit: 502



View Profile
January 16, 2017, 05:45:20 PM
 #1854

Hello Miningpoolhub

I have 17 x GTX 1070 mining zcash with you, last payment was 03 UTC, now at 17:40 UTC i have 0 zcash and 0 BTC exchanged and there as been no payments so far.

what is going on?, i am mining at a constant 6000 Sols, and blocks has been found, several of them in that time.

can you please investigate?, my username in that account is lightman
thank you
indkt.

BTC addr: 1vTGnFgaM2WJjswwmbj6N2AQBWcHfimSc
avirdoz
Legendary
*
Offline Offline

Activity: 1191
Merit: 1001



View Profile
January 16, 2017, 06:13:26 PM
 #1855

Any ETA for adding LBRY?
induktor
Hero Member
*****
Offline Offline

Activity: 710
Merit: 502



View Profile
January 16, 2017, 06:14:22 PM
 #1856

Any ETA for adding LBRY?
+1
LBRY would be nice! is doing very good on NVIDIA GPUs right now

BTC addr: 1vTGnFgaM2WJjswwmbj6N2AQBWcHfimSc
DrX
Member
**
Offline Offline

Activity: 233
Merit: 20


View Profile
January 17, 2017, 06:58:16 AM
 #1857

Update was already installed.

Now it started the program and miner from start.bat but computer crashed immediately when mining started...really weird.


It doesn't really make much sense. If your computer is crashing then that's something else again. MultiPoolMiner can't possibly crash your computer directly; must be related to one of the miners running on your machine. Check your drivers and/or do a clean install of windows. If you know what miner is crashing your machine then you could just take it out of the 'miners' folder.

Miner works well if i start it directly from the miner folder (Any of the Claymore miner).
aaronsace
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
January 17, 2017, 08:06:24 AM
 #1858

Update was already installed.

Now it started the program and miner from start.bat but computer crashed immediately when mining started...really weird.


It doesn't really make much sense. If your computer is crashing then that's something else again. MultiPoolMiner can't possibly crash your computer directly; must be related to one of the miners running on your machine. Check your drivers and/or do a clean install of windows. If you know what miner is crashing your machine then you could just take it out of the 'miners' folder.

Miner works well if i start it directly from the miner folder (Any of the Claymore miner).

There is more than just claymore. As I said, remove the miners that are crashing your machine out of the folder called 'miners'.

Hello? Are you able to read this? Guess what... the best miner ever created has arrived! https://github.com/aaronsace/MultiPoolMiner/releases
DrX
Member
**
Offline Offline

Activity: 233
Merit: 20


View Profile
January 17, 2017, 03:47:57 PM
 #1859

Update was already installed.

Now it started the program and miner from start.bat but computer crashed immediately when mining started...really weird.


It doesn't really make much sense. If your computer is crashing then that's something else again. MultiPoolMiner can't possibly crash your computer directly; must be related to one of the miners running on your machine. Check your drivers and/or do a clean install of windows. If you know what miner is crashing your machine then you could just take it out of the 'miners' folder.

Miner works well if i start it directly from the miner folder (Any of the Claymore miner).

There is more than just claymore. As I said, remove the miners that are crashing your machine out of the folder called 'miners'.

I Did test that... zecminer windows pops up and computer crashes. The is nothing else than Claymore file in the miners folder.

Also is there a way to re-benchmark? If I add change gpu(s).


aaronsace
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
January 17, 2017, 04:38:25 PM
Last edit: January 17, 2017, 05:21:29 PM by aaronsace
 #1860

Update was already installed.

Now it started the program and miner from start.bat but computer crashed immediately when mining started...really weird.


It doesn't really make much sense. If your computer is crashing then that's something else again. MultiPoolMiner can't possibly crash your computer directly; must be related to one of the miners running on your machine. Check your drivers and/or do a clean install of windows. If you know what miner is crashing your machine then you could just take it out of the 'miners' folder.

Miner works well if i start it directly from the miner folder (Any of the Claymore miner).

There is more than just claymore. As I said, remove the miners that are crashing your machine out of the folder called 'miners'.

I Did test that... zecminer windows pops up and computer crashes. The is nothing else than Claymore file in the miners folder.

Also is there a way to re-benchmark? If I add change gpu(s).

I will add zcash miner 11.1 when I finally upload MultiPoolMiner 2.4 as a release but you can update the zec miner manually in the bin folder if that helps. (Hopefully upload tonight after I check it's working correctly now; will mark as a pre-release though. )

It's dynamic enough to adjust to small changes in performance but if you add a whole graphics card then you'll want to delete the stats files.

Hello? Are you able to read this? Guess what... the best miner ever created has arrived! https://github.com/aaronsace/MultiPoolMiner/releases
Pages: « 1 ... 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 [93] 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 ... 384 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!