From 2200058ccd4f1c63db6775452ceb13a91fa4cb4d Mon Sep 17 00:00:00 2001 From: Maxime Pelletier Date: Sun, 20 Aug 2017 19:02:37 -0400 Subject: [PATCH] [VERSION] 0.0.10 [Pools] Fix profits for Equihash that are in MSols. [Pools] Add support for Nicehash [Profit] Add support for ZCash. Had to refactor a bit because the formula for equihash is a bit different from other Bitcoin-like algos... and is calculated in Sols instead of hashes. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c45e19c..838265f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maxminer", - "version": "0.0.9", + "version": "0.0.10", "author": "Maxime Pelletier ", "description": "Miner GUI", "homepage": "http://google.com",