-
mechanic41turk[mThe pool hashrate seems to have dropped. And p2pool is now rank 6.
-
mechanic41turk[mAny speculations as to why this drop in hashrate of the pool?
-
mechanic41turk[mKazakh XMR miners unable to reach the internet? /s
-
inge.network
-
paulioukone of the perks of p2pool is, you couldn't really shut it down or block someone from it - there's almost always a way around any blocks
-
paulioukHmm now is the pool hashrate calculated the same way as individual hashrate? eg, the number of blocks found compared to the global hashrate?
-
ingehyc: if I had a machine with say .. 256GB of RAM, would lmbd keep the entire blockchain in memory?
-
sech1I run pruned node on a server with 64 GB RAM and it's lmdb uses only 19 GB RAM
-
ingewondering if it would be better to let monerod manage it, or better to move the blockchain to a ram device
-
moneromooomonerod maps the file, the OS decides what to keep in RAM.
-
moneromoooMoving the chain to a RAM device means it won't be persistent.
-
moneromoooYou could mdb_copy regularly to disk without having to stop monerod though I guess.
-
garth3.5 GH
-
ingemoneromooo: just musing about it - could be nice as a high-performance node allowing many clients (but as you said, persistence could be an issue)
-
hycalways better to let the OS manage it
-
hycif RAM use is less than DB size that just means nobody has requested data from the other parts of the file yet
-
hyc(assuming there is still free RAM in the system)
-
hycyou can force the entire file to get cached of course. just read it. `cp data.mdb /dev/null` will do the trick
-
hycas long as nothing else wants the RAM, the DB will be 100% cached
-
nioc