From 2744b3601c43e7c02068e2f4400c64bd80a091e4 Mon Sep 17 00:00:00 2001 From: Maxime Pelletier Date: Sat, 12 Aug 2017 18:14:49 -0400 Subject: [PATCH] [Profit] Add code to get difficulty from cryptoID to be able to add Bitcore and add code to get all coins from coinmarket and whattomine. [Profit] Use cryptoid to get the average difficulty of the last 100 blocs and show the profits next to the 24h, if we can --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f1d718..27bf110 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maxminer", - "version": "0.0.7", + "version": "0.0.8", "author": "Maxime Pelletier ", "description": "Miner GUI", "homepage": "http://google.com",