06:49:41 didn't this double-hashing commit require a hardfork? https://github.com/tevador/RandomX/pull/265 06:54:00 No, tevador moved it to a separate function in another PR 06:54:40 ok 06:54:45 https://github.com/tevador/RandomX/blob/master/src/randomx.h#L263 06:57:02 so the function is present but not used yet? 06:57:42 yes 06:57:53 There is a test for it in randomx-tests 06:58:04 cool 06:58:37 btw my risc-v monerod is 54% sync'd now, still going 06:59:59 nice 07:00:09 although the last 10-15% of the sync are the slowest 07:00:21 when it goes past the built-in checkpoints 07:01:43 yeah. will see how that goes. running thru the built-ins is only single-threaded, cpu use should peak when it gets past that 07:04:22 IIRC the last check point is at height 2985000 in 0.18.3.1 15:08:52 79% 15:12:32 2383232 / 3001471 15:19:10 hyc: did you compile release or master branch?