this post was submitted on 03 Feb 2025
2 points (100.0% liked)

Monero

1772 readers
21 users here now

This is the lemmy community of Monero (XMR), a secure, private, untraceable currency that is open-source and freely available to all.

GitHub

StackExchange

Twitter

Wallets

Desktop (CLI, GUI)

Desktop (Feather)

Mac & Linux (Cake Wallet)

Web (MyMonero)

Android (Monerujo)

Android (MyMonero)

Android (Cake Wallet) / (Monero.com)

Android (Stack Wallet)

iOS (MyMonero)

iOS (Cake Wallet) / (Monero.com)

iOS (Stack Wallet)

iOS (Edge Wallet)

Instance tags for discoverability:

Monero, XMR, crypto, cryptocurrency

founded 2 years ago
MODERATORS
 

My blockchain is 5 years behind and my friend is bringing over an up to date chain. Can I just rsync lmdb and it adds the new blocks or is it better to just paste the new chain in place of the old one? I don't think the up to date one is pruned but if it is will that cause problems if I try to rsync it?

On Linux. Thanks.

you are viewing a single comment's thread
view the rest of the comments
[–] anesthesia@monero.town 1 points 8 hours ago

Quickly googled about rsyncing big files. It is aparently slow, as it must checksum the whole file.

My guess would be that: If both blockchains are NOT pruned, then it should be fine but super slow If they are pruned, then since the pruning involves randomness, I guess it would be useless to rsync them. Because the history will be different.

My bet is that a normal copy would be better.