danicoin/src/cryptonote_basic
2017-02-20 22:57:57 +00: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 dns_utils: factor TXT record loading code from checkpoint code 2017-02-20 22:57:57 +00: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 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
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