oxen-core/src/cryptonote_basic
Dion Ahmetaj a493c0b196 BACKGROUND_MINING_MINER_MONITOR_INVERVAL_IN_SECONDS was odr-used, so required a definition.
Instead of adding a declaration to cpp file, I changed it to non odr-used.
2017-02-15 11:15:12 -05:00
..
account.cpp extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
account.h extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
account_boost_serialization.h extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
checkpoints.cpp extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
checkpoints.h extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
CMakeLists.txt extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
connection_context.h extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
cryptonote_basic.h extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
cryptonote_basic_impl.cpp extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
cryptonote_basic_impl.h extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
cryptonote_boost_serialization.h extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
cryptonote_format_utils.cpp extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
cryptonote_format_utils.h extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
cryptonote_stat_info.h extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
difficulty.cpp extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
difficulty.h extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
hardfork.cpp extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
hardfork.h extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
miner.cpp BACKGROUND_MINING_MINER_MONITOR_INVERVAL_IN_SECONDS was odr-used, so required a definition. 2017-02-15 11:15:12 -05:00
miner.h Added a note about smart mining to status command. Fixed up a bug where I was resetting bg mining enabled instead of started. Upped the miner threshold. Also moved setting of enabled on start above miner thread creation since starting with true, then stopping, then starting with false resulted in race condition. 2017-02-10 18:07:43 -05:00
tx_extra.h extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
verification_context.h extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00