-
m-relay
<albertlarsan68:albertlarsan.fr> 100 is quite tight, even for a pruned node
-
sech1
Pruned node right now: 95 GB
-
sech1
Full node right now: 277.5 GB
-
sech1
I'm running both types of nodes on different servers
-
m-relay
<albertlarsan68:albertlarsan.fr> And you need space for the OS, so a pruned node wouldn't fit easily on 100GB.
-
m-relay
<albertlarsan68:albertlarsan.fr> Also, is there any way to un-prune a node?
-
sech1
No
-
sech1
Only sync again from scratch
-
m-relay
<jeffro256:monero.social> > Hi! Been looking around but unable to find an official trustworthy information about the blockchain current size. I see 'should be around...' but no actual statistic. Is there a way to know if the blockchain is 218GB or 400GB, etc?
-
m-relay
<jeffro256:monero.social> @Eager2Learn: Because of the way that LMDB works, the size of the bockchain is going to be slightly different for every single user, which is why most people say "around X GB". There is no official size, even given the same block height.
-
moneromooo
It is basically empty, plus or minus 1 TB.
-
m-relay
<jeffro256:monero.social> And the blockchain is constantly growing in size at a sort of unpredictable rate, dependent on transaction volume, so there's not usually a reason to rattle off the exact size in bytes
-
m-relay
<jeffro256:monero.social> Lol
-
m-relay
<eddie:oblak.be> Ha that's interesting
-
m-relay
<eddie:oblak.be> I was looking at the size of my node and it's around 230 GB
-
m-relay
<eddie:oblak.be> So I wondered why it is different than the 277 reported by sech1
-
sech1
it's either not fully synced, or you switched to the pruned mode mid-sync
-
m-relay
<jeffro256:monero.social> I can say for certain that the blockchain size is less than or equal to CRYPTONOTE_MAX_BLOCK_NUMBER * CRYPTONOTE_MAX_TX_SIZE * CRYPTONOTE_MAX_TX_PER_BLOCK. So if you buy one 32 Zebibyte drive, that should be pretty future-proof
-
sech1
hmm, my other full node is 246.9 GB (230 GiB)
-
m-relay
<eddie:oblak.be> yeah my node is fully synced afaik, when I connect a wallet to it it works like a charm
-
sech1
it's not one fixed size, it depends on how it synced and for how long it has been running after sync (database resizes are not deterministic)
-
fturco
hello. how do you back up your monero blockchain? i use rsync but i cannot do incremental backups with that one
-
m-relay
<eddie:oblak.be> I don't , if something goes wrong just resync it..
-
fturco
i successfully used rsync for backups back in the days when i used bitcoin
-
m-relay
<eddie:oblak.be> Is there a good reason to back up a distributed ledger?
-
m-relay
<jeffro256:monero.social> Solar flares, nuclear fallout, Noah's ark level floods
-
fturco
m-relay: resync from scratch requires lots of bandwidth, and it's cpu and disk intensive
-
fturco
and takes days
-
fturco
restoring from backup would take minutes
-
m-relay
<eddie:oblak.be> I see
-
m-relay
<jeffro256:monero.social> LMDB uses random-access to the data in the memory mapped file. Incremental backups are going to be very slow and heavy even if they worked. If you need to back your blockchain up, just do a raw copy each time
-
m-relay
<eddie:oblak.be> Just a random related question, what's the best type of disk to store the blockchain?
-
m-relay
<jeffro256:monero.social> Something that doesn't spin
-
m-relay
<eddie:oblak.be> In the past I had a samsung evo 2TB disk that just broke down when I hosted a bitcoin and monero node on it simultaneously. 1 month and it died.
-
m-relay
<eddie:oblak.be> it was a "classic" ssd disk
-
m-relay
<eddie:oblak.be> could also be sheer bad luck?
-
fturco
-
m-relay
<jeffro256:monero.social> Hmmm... Monero shouldn't be *that* rough on SSDs, it doesn't write very often. Probably was bad luck?
-
fturco
i fried a ssd once while synchronizing monero on btrfs
-
fturco
now i use ext4
-
m-relay
<eddie:oblak.be> I assumed so.
-
moneromooo
If you copy the db, make sure nothing is writing to it in the meantime, or use mdb_copy, which can copy to a consistent state even in the face of writes.
-
m-relay
<squ3aky:unredacted.org> Hello. Is this still the most up to date list of malicious nodes or have there been updates?
github.com/Boog900/monero-ban-list
-
m-relay
<ofrnxmr:xmr.mx> Yes
-
m-relay
<gingeropolous:monero.social> so did qubic happen
-
m-relay
<plowsof:matrix.org> pinging preland
-
m-relay
<ofrnxmr:xmr.mx> gingeropolous i think they 51%'d us and now orphan all of our blocks
-
great_taste
@xmr
-
wavebot
315.23
-
m-relay
<duggavo:matrix.org> not strictly related to XELIS
-
m-relay
<duggavo:matrix.org> not strictly related to MONERO
-
m-relay
<duggavo:matrix.org> but QUBIC has over 50% of XELIS network hashrate now
-
m-relay
<duggavo:matrix.org> edit: they had over 50% for a while in pool "minerlab.io", now much lower
-
m-relay
-
m-relay
<lordx3nu:matrix.org> To be fair, you need to have a high IQ to understand Qubic.
-
m-relay
<eddie:oblak.be> that guy is like a mad professor cfb or whats his name
-
m-relay
<eddie:oblak.be> But this "fastest blockchain ever" .. idk, they claim they do 15 million transactions per second, where even visa claims only 65k TPS. Not saying it's impossible but seems like a very bold claim.
-
m-relay
<duggavo:matrix.org> According to the lib25519 website, a single ed25519 verification is 112841 Zen3 cycles.
-
m-relay
<duggavo:matrix.org> Assuming 5 GHz and 16 cores, it means you can only verify 5*1e9*16 / 112841 = 708k signatures per second. Not quite there even on a very fast CPU.
-
m-relay
<duggavo:matrix.org> Ed25519 is much faster than secp256k1 and, to my knowledge, one of the fastest secure signature scheme.
-
m-relay
<duggavo:matrix.org> Oh, and assuming transactions are 200 bytes in size, 15 million transactions per second would need a stable 24 gigabit per second connection between all nodes. Not quite possible.
-
m-relay
<eddie:oblak.be> They also claim 150k community members, but their github has 300 followers. It doesn't add up to me. Does have 95k twitter followers, but everyone knows they can be bought..
-
m-relay
<duggavo:matrix.org> maybe 15 million transactions per second is possible on a very beefy dual EPYC server running a private node (not connected to the P2P network), with another beefy server just to generate the transactions...
-
m-relay
<anestheticbliss:kyun.host> He's just scamming the miners to mine xmr for him and then disappear
-
m-relay
<duggavo:matrix.org> 150k community members = github followers + twitter members + discord members + telegram members probably
-
m-relay
<eddie:oblak.be> Also what I don't understand / find suspicious are "feeless transactions"
-
m-relay
<eddie:oblak.be> Maybe I am missing something, but it seems odd to me.
-
m-relay
<17lifers:matrix.org> feeless transactions
-
m-relay
<17lifers:matrix.org> (fees are hidden)
-
m-relay
<eddie:oblak.be> The idea seems simple and elegant, instead of "wasting" resources on computing a puzzle to "just" validate the transactions, the computation itself is "useful", in this case to train AI models.
-
m-relay
<eddie:oblak.be> Afaik understand that's the big innovation of this project
-
m-relay
<eddie:oblak.be> But I am an absolute n00b regarding proof of X algo's, so don't ask me how this is done 😛
-
nioc
that innovation has been tried b4 :)
-
great_taste
raiblocks/nano
-
m-relay
<0xbatuhan:matrix.org> at where I can buy cheap vds?
-
m-relay
<servers.guru:matrix.servers.guru> If you want to have a look we have vds here :
servers.guru/anonymous-dedicated-cloud-servers
-
m-relay
<anestheticbliss:kyun.host> kyun.host you can get basic servers for like 4$ a month, no account or kyc required, monero accepted
-
m-relay
<0xbatuhan:matrix.org> thanks
-
m-relay
<0xbatuhan:matrix.org> thank bro
-
m-relay
<riceandbeans:matrix.org> I don’t think AI nor training it are useful things.
-
m-relay
<tony-avtradingpro:matrix.org> alguien habla español
-
m-relay
<tony-avtradingpro:matrix.org> tengo porblemas con la sincronizacion de las wallet
-
m-relay
<tony-avtradingpro:matrix.org> existe alguna forma de conectarlas que sincronicen mejor
-
m-relay
<tony-avtradingpro:matrix.org> Gentlemen, I need help. I have a problem with the wallets not synchronizing properly.
-
m-relay
<tony-avtradingpro:matrix.org> And no matter what wallet you use, the wallet guide is the worst, super slow
-
m-relay
<tony-avtradingpro:matrix.org> Is there any way to make them work better?
-
m-relay
<pyxmr2025:mozilla.org> what?
-
m-relay
<riceandbeans:matrix.org> Hablo
-
m-relay
-
m-relay
<tony-avtradingpro:matrix.org> Thanks Jackie