mirror of
https://github.com/monero-project/monero.git
synced 2025-02-03 03:36:38 +00:00
dab7d01dc0
- Straight-forward call interface: `void rx_slow_hash(const char *seedhash, const void *data, size_t length, char *result_hash)` - Consensus chain seed hash is now updated by calling `rx_set_main_seedhash` whenever a block is added/removed or a reorg happens - `rx_slow_hash` will compute correct hash no matter if `rx_set_main_seedhash` was called or not (the only difference is performance) - New environment variable `MONERO_RANDOMX_FULL_MEM` to force use the full dataset for PoW verification (faster block verification) - When dataset is used for PoW verification, dataset updates don't stall other threads (verification is done in light mode then) - When mining is running, PoW checks now also use dataset for faster verification |
||
---|---|---|
.. | ||
account.cpp | ||
account.h | ||
account_boost_serialization.h | ||
blobdatatype.h | ||
CMakeLists.txt | ||
connection_context.cpp | ||
connection_context.h | ||
cryptonote_basic.h | ||
cryptonote_basic_impl.cpp | ||
cryptonote_basic_impl.h | ||
cryptonote_boost_serialization.h | ||
cryptonote_format_utils.cpp | ||
cryptonote_format_utils.h | ||
cryptonote_format_utils_basic.cpp | ||
difficulty.cpp | ||
difficulty.h | ||
events.h | ||
fwd.h | ||
hardfork.cpp | ||
hardfork.h | ||
merge_mining.cpp | ||
merge_mining.h | ||
miner.cpp | ||
miner.h | ||
subaddress_index.h | ||
tx_extra.h | ||
verification_context.h |