SChernykh

Results 7 issues of SChernykh

Before the fix, it processed all transactions in the mempool which could be very slow when mempool grows to several MBs in size. I observed `get_block_template_backlog` taking up to 15...

Portable OpenCL code only for now. Hashrate is very low (less than 100 h/s on Vega), but it should work on any GPU with enough memory. Optimized code for Vega...

enhancement

This is a copy of #8576 for the release-v0.18 branch > monerod currently uses a single thread pool for everything, including DNS requests. If it runs on a low-end CPU...

monerod currently uses a single thread pool for everything, including DNS requests. If it runs on a low-end CPU (less than 8 threads), DNS requests can block incoming transactions handling...

I've just found out about https://dark.fi/insights/development-update-q423.html and took a look at your merge mining proxy. It doesn't seem to be 100% compatbile with what me and @moneromooo-monero are trying to...

`max_weight` allows miners to limit the weight of the blocks they mine. Default is 0 (unlimited). Added to `get_block_template` RPC, `start_mining` RPC and `start_mining` console command. **Disclaimer:** this hasn't been...

pending review
important