xmrig-minimized-dll/src/crypto/astrobwt
SChernykh 0842e6b9d2 ZeroMQ support for solo mining
Gets new blocks from daemon immediately without polling, saving ~0.5 seconds on average when daemon gets new block from the network. Also saves some CPU cycles because it doesn't need to poll daemon every second.

Testing: add "daemon-zmq-port": 28083 to xmrig's pool config in config.json and run ./monerod --testnet --zmq-pub tcp://127.0.0.1:28083
2021-07-15 11:13:14 +02:00
..
salsa20_ref AstroBWT algorithm (DERO) support 2020-02-29 22:41:24 +01:00
AstroBWT.cpp ZeroMQ support for solo mining 2021-07-15 11:13:14 +02:00
AstroBWT.h Code cleanup. 2020-05-05 01:55:00 +07:00
Salsa20.cpp AstroBWT algorithm (DERO) support 2020-02-29 22:41:24 +01:00
Salsa20.hpp AstroBWT algorithm (DERO) support 2020-02-29 22:41:24 +01:00
sha3_256_avx2.asm Fix MacOS compilation 2020-03-11 16:35:52 +01:00
sha3_256_avx2.inc Fix MacOS compilation 2020-03-11 16:35:52 +01:00
sha3_256_avx2.S Stop linker from making stack executable 2020-06-07 13:57:37 +01:00
sha3_256_keccakf1600_avx2.inc AVX2 optimized code for AstroBWT 2020-03-10 22:35:14 +01:00