| BACKGROUND_MINING_DEFAULT_IDLE_THRESHOLD_PERCENTAGE | cryptonote::miner | static |
| BACKGROUND_MINING_DEFAULT_MIN_IDLE_INTERVAL_IN_SECONDS | cryptonote::miner | static |
| BACKGROUND_MINING_DEFAULT_MINER_EXTRA_SLEEP_MILLIS | cryptonote::miner | static |
| BACKGROUND_MINING_DEFAULT_MINING_TARGET_PERCENTAGE | cryptonote::miner | static |
| BACKGROUND_MINING_MAX_IDLE_THRESHOLD_PERCENTAGE | cryptonote::miner | static |
| BACKGROUND_MINING_MAX_MIN_IDLE_INTERVAL_IN_SECONDS | cryptonote::miner | static |
| BACKGROUND_MINING_MAX_MINING_TARGET_PERCENTAGE | cryptonote::miner | static |
| BACKGROUND_MINING_MIN_IDLE_THRESHOLD_PERCENTAGE | cryptonote::miner | static |
| BACKGROUND_MINING_MIN_MIN_IDLE_INTERVAL_IN_SECONDS | cryptonote::miner | static |
| BACKGROUND_MINING_MIN_MINER_EXTRA_SLEEP_MILLIS | cryptonote::miner | static |
| BACKGROUND_MINING_MIN_MINING_TARGET_PERCENTAGE | cryptonote::miner | static |
| BACKGROUND_MINING_MINER_MONITOR_INVERVAL_IN_SECONDS | cryptonote::miner | static |
| do_print_hashrate(bool do_hr) | cryptonote::miner | |
| find_nonce_for_given_block(block &bl, const difficulty_type &diffic, uint64_t height) | cryptonote::miner | static |
| get_block_reward() const | cryptonote::miner | inline |
| get_idle_threshold() const | cryptonote::miner | |
| get_ignore_battery() const | cryptonote::miner | |
| get_is_background_mining_enabled() const | cryptonote::miner | |
| get_min_idle_seconds() const | cryptonote::miner | |
| get_mining_address() const | cryptonote::miner | |
| get_mining_target() const | cryptonote::miner | |
| get_speed() const | cryptonote::miner | |
| get_threads_count() const | cryptonote::miner | |
| init(const boost::program_options::variables_map &vm, network_type nettype, bool fallback_to_pow=false) | cryptonote::miner | |
| init_options(boost::program_options::options_description &desc) | cryptonote::miner | static |
| is_mining() const | cryptonote::miner | |
| miner(i_miner_handler *phandler) | cryptonote::miner | |
| on_block_chain_update() | cryptonote::miner | |
| on_idle() | cryptonote::miner | |
| on_synchronized() | cryptonote::miner | |
| pause() | cryptonote::miner | |
| resume() | cryptonote::miner | |
| send_stop_signal() | cryptonote::miner | |
| set_block_template(const block &bl, const difficulty_type &diffic, uint64_t height, uint64_t block_reward) | cryptonote::miner | |
| set_idle_threshold(uint8_t idle_threshold) | cryptonote::miner | |
| set_min_idle_seconds(uint64_t min_idle_seconds) | cryptonote::miner | |
| set_mining_target(uint8_t mining_target) | cryptonote::miner | |
| start(const account_public_address &adr, size_t threads_count, bool do_background=false, bool ignore_battery=false) | cryptonote::miner | |
| stop() | cryptonote::miner | |
| ~miner() | cryptonote::miner | |