SChernykh

Results 513 comments of SChernykh

I confirm the file hash ``` /home/monero/monero/build/Linux/_HEAD_detached_at_v0.18.4.0_/release/bin # ./monero-blockchain-export --data-dir /home/monero/.bitmonero --blocksdat --output-file blockchain.dat --block-stop 3428800 2025-07-07 19:13:06.865 W Starting... 2025-07-07 19:13:06.865 W Export output file: blockchain.dat 2025-07-07 19:13:06.865 W...

MSVC and ClangCL combination is something we never tested and never supported, so don't expect it to work.

@FreeTrade you can also try to build BCHUnlimited code with `--disable-hardening` flag for `configure.ac`. These "hardening" flags might mess up linking with RandomX library. I suspect it's some incompatibility between...

The fix in https://github.com/GermanAizek/WinRing0/commit/c80b8cd119eeb8c0d50a639c7e90dbedafde336e disables all user access to the driver. Only the internal OS account `NT_AUTHORITY\SYSTEM` can access it after this change. This will not work with XMRig's use-case...

RandomX requires 2 MB L3 cache per thread. If you run more threads, hashrate will drop. The optimal config for Xeon E5 2650 v4 is 12 threads per CPU. Benchmark...

What is exactly the specs of your machine? 1 or 2 CPUs? What hashrate do you get?

Please share the config you're using (you can edit out the XMR address and pool), and a screenshot of XMRig window right after start - I need to see if...

@karldray XMRig doesn't support HTTP authorization which is required when rpc-login is enabled on Monero side.

As soon as this PR is merged, I will add the RISC-V JIT compiler from the reference RandomX repository - it shouldn't be that hard now. I can only test...