#include <sstream>
#include <numeric>
#include <boost/utility/value_init.hpp>
#include <boost/interprocess/detail/atomic.hpp>
#include <boost/algorithm/string.hpp>
#include "misc_language.h"
#include "syncobj.h"
#include "cryptonote_basic_impl.h"
#include "cryptonote_format_utils.h"
#include "file_io_utils.h"
#include "common/command_line.h"
#include "string_coding.h"
#include "string_tools.h"
#include "storages/portable_storage_template_helper.h"
#include "boost/logic/tribool.hpp"
#include "miner.h"
Go to the source code of this file.
|
| | cryptonote |
| | Holds cryptonote related classes and helpers.
|
| |
◆ AUTODETECT_GAIN_THRESHOLD
| #define AUTODETECT_GAIN_THRESHOLD 1.02f |
◆ AUTODETECT_WINDOW
| #define AUTODETECT_WINDOW 10 |
◆ ELECTRONEUM_DEFAULT_LOG_CATEGORY
| #define ELECTRONEUM_DEFAULT_LOG_CATEGORY "miner" |
◆ slow_hash_allocate_state()
| void slow_hash_allocate_state |
( |
| ) |
|
◆ slow_hash_free_state()
| void slow_hash_free_state |
( |
| ) |
|