-
needbrrrrrrr90
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?
-
moneromooo
Depends how much pita you can take I guess.
-
moneromooo
The current PoW requires 256 MB of RAM min. So anything with 256 MB of RAM or less is out.
-
moneromooo
Running with 16 bit registers is going to be a massive pita. Probably too massive.
-
moneromooo
So 268 is out.
-
moneromooo
286
-
moneromooo
Filesystem should have mmap unless you're ready to rewrite the db code.
-
moneromooo
A TCP/IP stack unless you want to port to netware or other.
-
moneromooo
Guess you can run just one daemon though.
-
hyc
you've really only restricted it to 386 or better, it sounds like
-
hyc
though running on a 32bit processor really won't be much fun either
-
moneromooo
Gonna be a right pain to build though, plonk lots of RAM and everyhting on a RAM disk ^_^
-
hyc
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
-
hyc
but we only have 64bit asm optimizations for the PoW, 32bit will be plain C++
-
hyc
interpreted
-
hyc
I started working on 32bit ARM optimizations but the perf delta vs 64bit just made it pointless
-
luigi1111w
selsta eys
-
selsta
luigi1111w: moo said 6503 can also go in (not sure it you saw the message)
-
selsta
I would say let’s wait 24h before branching
-
luigi1111w
the comment should say pre-bp unless I'm missing something
-
selsta
ok well let’s merge it before branching
-
selsta
can you comment on the issue?
-
luigi1111w
yeah not branching tonight
-
selsta
pr*
-
luigi1111w
yes
-
dEBRUYNE
Anyone sufficiently acquainted with systemd to look at 6509?
-
selsta
> Last scheduled hard fork time suggests a daemon update will be released within the next couple months.
-
selsta
Does the daemon still expect hardforks every 6 months?
-
hyc
probably
-
hyc
it certainly expects a new software release
-
moneromooo
That's been recently removed IIRC.
-
selsta
hmm, this is my master daemon
-
moneromooo
cryptonote_core: take out the time based upgrade warning
-
moneromooo
Maybe I did not PR that...
-
selsta
I remember that we had the discussion :P
-
moneromooo
PRed now, sorry :)
-
selsta
we have to merge #6506 and 6510 and then we can branch
-
selsta
moneromooo: does `checkpoints.dat` has to be on the same height as the last `ADD_CHECKPOINT` entry?
-
moneromooo
No.
-
selsta
the reason I didn’t want to do a v0.16 is because of no hardfork
-
selsta
so CLSAG will be v0.16
-
selsta
but we can drop this naming scheme in the future
-
_ArmannY
hi , anyone have node-cryptonote-util for xmr RandomX ?