You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wownero/src/cryptonote_basic
Dion Ahmetaj ad95e65028
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.
7 years ago
..
CMakeLists.txt extract some basic code from libcryptonote_core into libcryptonote_basic 7 years ago
account.cpp extract some basic code from libcryptonote_core into libcryptonote_basic 7 years ago
account.h extract some basic code from libcryptonote_core into libcryptonote_basic 7 years ago
account_boost_serialization.h extract some basic code from libcryptonote_core into libcryptonote_basic 7 years ago
checkpoints.cpp extract some basic code from libcryptonote_core into libcryptonote_basic 7 years ago
checkpoints.h extract some basic code from libcryptonote_core into libcryptonote_basic 7 years ago
connection_context.h extract some basic code from libcryptonote_core into libcryptonote_basic 7 years ago
cryptonote_basic.h extract some basic code from libcryptonote_core into libcryptonote_basic 7 years ago
cryptonote_basic_impl.cpp extract some basic code from libcryptonote_core into libcryptonote_basic 7 years ago
cryptonote_basic_impl.h extract some basic code from libcryptonote_core into libcryptonote_basic 7 years ago
cryptonote_boost_serialization.h extract some basic code from libcryptonote_core into libcryptonote_basic 7 years ago
cryptonote_format_utils.cpp extract some basic code from libcryptonote_core into libcryptonote_basic 7 years ago
cryptonote_format_utils.h extract some basic code from libcryptonote_core into libcryptonote_basic 7 years ago
cryptonote_stat_info.h extract some basic code from libcryptonote_core into libcryptonote_basic 7 years ago
difficulty.cpp extract some basic code from libcryptonote_core into libcryptonote_basic 7 years ago
difficulty.h extract some basic code from libcryptonote_core into libcryptonote_basic 7 years ago
hardfork.cpp extract some basic code from libcryptonote_core into libcryptonote_basic 7 years ago
hardfork.h extract some basic code from libcryptonote_core into libcryptonote_basic 7 years ago
miner.cpp 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. 7 years ago
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. 7 years ago
tx_extra.h extract some basic code from libcryptonote_core into libcryptonote_basic 7 years ago
verification_context.h extract some basic code from libcryptonote_core into libcryptonote_basic 7 years ago