Monero
Loading...
Searching...
No Matches
miner.cpp File Reference
#include <sstream>
#include <numeric>
#include <boost/algorithm/string.hpp>
#include "misc_language.h"
#include "syncobj.h"
#include "cryptonote_basic_impl.h"
#include "cryptonote_format_utils.h"
#include "cryptonote_core/cryptonote_tx_utils.h"
#include "file_io_utils.h"
#include "common/command_line.h"
#include "common/util.h"
#include "string_coding.h"
#include "string_tools.h"
#include "storages/portable_storage_template_helper.h"
#include "boost/logic/tribool.hpp"
#include <boost/filesystem.hpp>
#include "miner.h"
#include "crypto/hash.h"
Include dependency graph for miner.cpp:

Namespaces

namespace  cryptonote
 Holds cryptonote related classes and helpers.

Macros

#define MONERO_DEFAULT_LOG_CATEGORY   "miner"
#define AUTODETECT_WINDOW   10
#define AUTODETECT_GAIN_THRESHOLD   1.02f

Functions

void slow_hash_allocate_state ()
void slow_hash_free_state ()

Macro Definition Documentation

◆ AUTODETECT_GAIN_THRESHOLD

#define AUTODETECT_GAIN_THRESHOLD   1.02f

◆ AUTODETECT_WINDOW

#define AUTODETECT_WINDOW   10

◆ MONERO_DEFAULT_LOG_CATEGORY

#define MONERO_DEFAULT_LOG_CATEGORY   "miner"

Function Documentation

◆ slow_hash_allocate_state()

void slow_hash_allocate_state ( )

◆ slow_hash_free_state()

void slow_hash_free_state ( )