Fix connection issues and add enhancement to the Dashboard (#130)

* Fix connection errors when doing DNS lookup
* Fix connection handling when an error occurs
* Add remote logging feature
* Add algo variant to dashboard
This commit is contained in:
Ben Gräf 2018-06-12 09:15:04 +02:00 committed by GitHub
parent 872fce72b5
commit b379f21cb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 377 additions and 62 deletions

View file

@ -27,6 +27,7 @@
#include <array>
#include <vector>
#include <PowVariant.h>
class SubmitResult;
@ -51,6 +52,7 @@ public:
uint64_t failures;
uint64_t rejected;
uint64_t total;
PowVariant powVariant;
private:
bool m_active;