Skip to content

Commit

Permalink
To reflect new multiplier for skein, nist5, x13
Browse files Browse the repository at this point in the history
To reflect new multiplier for skein, nist5, x13
  • Loading branch information
pinpins committed Jun 20, 2018
1 parent 7dfbfba commit 211653a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Pools/zergpool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ $zergpool_Request | Get-Member -MemberType NoteProperty -ErrorAction Ignore | Se
"keccak"{$Divisor *= 1000}
"keccakc"{$Divisor *= 1000}
"vanilla"{$Divisor *= 1000}
"x11"{$Divisor *= 1000}
"nist5"{$Divisor *= 1000}
"skein"{$Divisor *= 1000}
"x13"{$Divisor *= 1000}
"x11"{$Divisor *= 1000}
"scrypt"{$Divisor *= 1000}
"qubit"{$Divisor *= 1000}
"yescrypt"{$Divisor /= 1000}
Expand Down

0 comments on commit 211653a

Please sign in to comment.