monero/src/cryptonote_core
SChernykh f698f2b708 Refactored rx-slow-hash.c
- 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
2022-12-14 07:21:00 +01:00
..
2022-12-14 07:21:00 +01:00
2022-12-14 07:21:00 +01:00
2022-09-26 15:00:59 -05:00
2022-03-04 06:59:20 +01:00
2022-08-09 17:43:32 -05:00
2022-08-09 17:43:32 -05:00
2022-03-04 06:59:20 +01:00
2022-03-04 06:59:20 +01:00