Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <boost/algorithm/string/case_conv.hpp>
#include <libdevcore/CommonJS.h>
#include <libethcore/BasicAuthority.h>
#include <libethcore/Exceptions.h>
#include <libethashseal/EthashCPUMiner.h>
#include <jsonrpccpp/client/connectors/httpclient.h>
#include "FarmClient.h"
Go to the source code of this file.
Classes | |
class | BadArgument |
struct | MiningChannel |
class | MinerCLI |
struct | MinerCLI::NoWork |
Macros | |
#define | minelog clog(MiningChannel) |
Functions | |
bool | isTrue (std::string const &_m) |
bool | isFalse (std::string const &_m) |
std::string | credits () |
#define minelog clog(MiningChannel) |
Definition at line 87 of file MinerAux.h.
|
inline |
bool isFalse | ( | std::string const & | _m | ) |
bool isTrue | ( | std::string const & | _m | ) |