00:30:44 So let's say hypothetically I wanted to do some retrocomputing, and install Monero on as old of a system as possible - how far back in the windows timeline could I theoretically go? Windows 95? DOS? 00:31:50 Depends how much pita you can take I guess. 00:32:26 The current PoW requires 256 MB of RAM min. So anything with 256 MB of RAM or less is out. 00:33:15 Running with 16 bit registers is going to be a massive pita. Probably too massive. 00:33:26 So 268 is out. 00:33:51 286 00:34:32 Filesystem should have mmap unless you're ready to rewrite the db code. 00:35:58 A TCP/IP stack unless you want to port to netware or other. 00:36:38 Guess you can run just one daemon though. 00:40:16 you've really only restricted it to 386 or better, it sounds like 00:40:52 though running on a 32bit processor really won't be much fun either 00:40:55 Gonna be a right pain to build though, plonk lots of RAM and everyhting on a RAM disk ^_^ 00:42:45 I'd say 1GB RAM is probably minimum now, 256MB for PoW, up to 512MB for DB working set, rest for misc OS/daemon use 00:44:57 but we only have 64bit asm optimizations for the PoW, 32bit will be plain C++ 00:45:02 interpreted 00:45:57 I started working on 32bit ARM optimizations but the perf delta vs 64bit just made it pointless 01:25:59 selsta eys 05:34:03 luigi1111w: moo said 6503 can also go in (not sure it you saw the message) 05:34:20 I would say let’s wait 24h before branching 05:36:37 the comment should say pre-bp unless I'm missing something 05:36:54 ok well let’s merge it before branching 05:37:02 can you comment on the issue? 05:37:04 yeah not branching tonight 05:37:10 pr* 05:37:33 yes 17:19:55 Anyone sufficiently acquainted with systemd to look at 6509? 18:23:49 > Last scheduled hard fork time suggests a daemon update will be released within the next couple months. 18:23:59 Does the daemon still expect hardforks every 6 months? 18:24:15 probably 18:24:21 it certainly expects a new software release 18:25:03 That's been recently removed IIRC. 18:25:13 hmm, this is my master daemon 18:26:16 cryptonote_core: take out the time based upgrade warning 18:26:21 Maybe I did not PR that... 18:26:47 I remember that we had the discussion :P 18:27:52 PRed now, sorry :) 18:34:58 we have to merge #6506 and 6510 and then we can branch 18:43:33 moneromooo: does `checkpoints.dat` has to be on the same height as the last `ADD_CHECKPOINT` entry? 18:54:40 No. 19:03:25 the reason I didn’t want to do a v0.16 is because of no hardfork 19:03:42 so CLSAG will be v0.16 19:03:58 but we can drop this naming scheme in the future 20:51:41 <_ArmannY> hi , anyone have node-cryptonote-util for xmr RandomX ?