|
Monero
|
#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"
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 () |
| #define AUTODETECT_GAIN_THRESHOLD 1.02f |
| #define AUTODETECT_WINDOW 10 |
| #define MONERO_DEFAULT_LOG_CATEGORY "miner" |
| void slow_hash_allocate_state | ( | ) |
| void slow_hash_free_state | ( | ) |