11:34:23 is it worth trying to add some optimizations from e.g. xmrig into monerod's miner? 11:34:55 I get the feeling the mutex overhead will already kill it so maybe not 11:36:05 <\x> itll be nice 11:39:12 Definitely worth it for changes that don't take much time to port. 11:39:48 I assume there's big bang/buck ones and medium/small bang/buck ones. 12:39:41 i think its worth it. Currently solo miners using the daemon are at a disadvantage compared to running a 3rd party miner against their daemon. would be nice if they were the same 12:45:32 Huge pages + MSR should reduce the difference to a few % 12:46:00 xmrig has randomx_boost.sh to apply MSR mod separately 12:52:40 randomx-benchmark + huge pages + MSR mod = 8220 h/s, xmrig = 8750 h/s, hmm... I though the difference would be smaller 12:53:47 <\x> sech1: tried emailing hwbot again? 12:54:00 <\x> xmrig randomx benchmarks on hwbot plez 17:46:56 not sure how I feel about writing MSRs inside monerod 17:49:18 It could be made a non default option if it's got potential dangers. 17:51:55 it can slow down other parts of monerod 17:52:01 it's better to keep it separate 18:00:39 in that case there doesn't seem to be much to do on this front, in monerod itself 18:15:00 total miners 85000 18:15:06 minexmr.com 32.6 21:08:19 <\x> make the msr thing opt-in 21:08:57 <\x> the tweak affects some things, makes other programs slower 21:42:22 Does adding msr increase the attack surface for an adversary? 21:48:58 msr only works with root privileges so yes