File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ $ahashpool_Request | Get-Member -MemberType NoteProperty -ErrorAction Ignore | S
4444 Symbol = $ahashpool_Algorithm
4545 Mining = $ahashpool_Algorithm
4646 Algorithm = $ahashpool_Algorithm
47- Price = $Stat .$StatLevel
47+ Price = $Stat .$Statlevel
4848 Fees = $ahashpool_Fees
4949 Workers = $ahashpool_Workers
5050 StablePrice = $Stat.Week
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ $blazepool_Request | Get-Member -MemberType NoteProperty -ErrorAction Ignore | S
4343 Symbol = $blazepool_Algorithm
4444 Mining = $blazepool_Algorithm
4545 Algorithm = $blazepool_Algorithm
46- Price = $Stat .$StatLevel
46+ Price = $Stat .$Statlevel
4747 StablePrice = $Stat.Week
4848 MarginOfError = $Stat.Fluctuation
4949 Protocol = " stratum+tcp"
@@ -63,4 +63,4 @@ $blazepool_Request | Get-Member -MemberType NoteProperty -ErrorAction Ignore | S
6363 }
6464 }
6565 }
66- }
66+ }
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ $blockpool_Request | Get-Member -MemberType NoteProperty -ErrorAction Ignore | S
5555 Symbol = $blockpool_Algorithm
5656 Mining = $blockpool_Algorithm
5757 Algorithm = $blockpool_Algorithm
58- Price = $Stat .$StatLevel
58+ Price = $Stat .$Statlevel
5959 StablePrice = $Stat.Week
6060 MarginOfError = $Stat.Fluctuation
6161 Protocol = " stratum+tcp"
Original file line number Diff line number Diff line change 4646 Symbol = $Hashrefinery_Algorithm
4747 Mining = $Hashrefinery_Algorithm
4848 Algorithm = $Hashrefinery_Algorithm
49- Price = $Stat .$StatLevel
49+ Price = $Stat .$Statlevel
5050 StablePrice = $Stat.Week
5151 MarginOfError = $Stat.Fluctuation
5252 Protocol = " stratum+tcp"
Original file line number Diff line number Diff line change @@ -66,4 +66,4 @@ $Zpool_Request | Get-Member -MemberType NoteProperty -ErrorAction Ignore | Selec
6666 }
6767 }
6868 }
69- }
69+ }
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ switch ($_) {
7878 Symbol = $blockpool_Symbol
7979 Mining = $blockpool_CoinName
8080 Algorithm = $blockpool_Algorithm
81- Price = $Stat .$StatLevel
81+ Price = $Stat.Live
8282 StablePrice = $Stat.Week
8383 MarginOfError = $Stat.Fluctuation
8484 Protocol = " stratum+tcp"
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ $zergcoinalgo = $CoinAlgo
7373 Symbol = $zergpool_Symbol
7474 Mining = $zergpool_CoinName
7575 Algorithm = $zergpool_Algorithm
76- Price = $Stat .$StatLevel
76+ Price = $Stat.Live
7777 StablePrice = $Stat.Week
7878 MarginOfError = $Stat.Fluctuation
7979 Protocol = " stratum+tcp"
Original file line number Diff line number Diff line change @@ -199,6 +199,7 @@ $LogTimer.Start()
199199
200200# #Update
201201$PreviousVersions = @ ()
202+ $PreviousVersions += " MM.Hash.1.3.6"
202203$PreviousVersions += " MM.Hash.1.3.7"
203204$PreviousVersions += " MM.Hash.1.3.8"
204205$PreviousVersions += " MM.Hash.1.3.8a"
@@ -389,6 +390,7 @@ while($true)
389390 $CoinAlgo = $null
390391
391392# #Remove Coins
393+ if (Test-Path " .\Stats\*_coin*" ){Remove-Item " .\Stats\*_coin*" - force}
392394
393395# #Check Time Parameters
394396$MinerWatch = New-Object - TypeName System.Diagnostics.Stopwatch
@@ -569,7 +571,7 @@ if($LastRan -ne "")
569571 if ($AllAlgoPools.Count -eq 0 ){" No Pools! Check Internet Connection." | Out-Host ; start-sleep $Interval ; continue }
570572 $AlgoPools = $null
571573 $AlgoPools = [PSCustomObject ]@ {}
572- $AgloPools_Comparison = $null
574+ $AlgoPools_Comparison = $null
573575 $AlgoPools_Comparison = [PSCustomObject ]@ {}
574576 $AllAlgoPools.Symbol | Select - Unique | ForEach {$AlgoPools | Add-Member $_ ($AllAlgoPools | Where Symbol -EQ $_ | Sort-Object Price - Descending | Select - First 1 )}
575577 $AllAlgoPools.Symbol | Select - Unique | ForEach {$AlgoPools_Comparison | Add-Member $_ ($AllAlgoPools | Where Symbol -EQ $_ | Sort-Object StablePrice - Descending | Select - First 1 )}
You can’t perform that action at this time.
0 commit comments