php-mpos/public/include
Sebastian Grewe d95961b470 [FIX] Coins without nethashrate in getmininginfo
Fixes issues with coins that did not implement a proper array index into
their `getmininginfo` output. Currently supported keys are

* networkhashps
* hashespersec
* netmhashps

If none of there are found or `getmininginfo` fails itself, we now
default to `0` to ensure the webfrontend still works.

Fixes #847 and also fixes #834 which has not reported back the
required information.
2013-11-16 20:39:41 +01:00
..
classes [FIX] Coins without nethashrate in getmininginfo 2013-11-16 20:39:41 +01:00
config [UPDATE] Removed some newlines/whitespaces 2013-11-12 10:10:03 +01:00
lib
pages [IMPROVE] Use round shares cache for user admin 2013-11-14 15:29:16 +01:00
smarty/libs
autoloader.inc.php [REFACTOR] Refactored classes for error handling 2013-11-05 14:34:31 +01:00
database.inc.php
jsonrpc.inc.php
smarty_globals.inc.php Merge pull request #833 from iAmShorty/settings-update 2013-11-12 01:07:08 -08:00
smarty.inc.php Adding email verification 2013-07-15 12:26:31 +02:00
xmlrpc.inc.php