Monero
Classes | Namespaces | Typedefs
miner.h File Reference
#include <boost/program_options.hpp>
#include <boost/logic/tribool_fwd.hpp>
#include <atomic>
#include "cryptonote_basic.h"
#include "verification_context.h"
#include "difficulty.h"
#include "math_helper.h"
Include dependency graph for miner.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cryptonote::i_miner_handler
 
class  cryptonote::miner
 
struct  cryptonote::miner::miner_config
 

Namespaces

 cryptonote
 Holds cryptonote related classes and helpers.
 

Typedefs

typedef std::function< bool(const cryptonote::block &, uint64_t, const crypto::hash *, unsigned int, crypto::hash &)> cryptonote::get_block_hash_t