Cuprate / cuprate

Cuprate, an upcoming experimental, modern & secure monero node. Written in Rust
Other
112 stars 12 forks source link

`monerod` sync performance #195

Open hinto-janai opened 2 days ago

hinto-janai commented 2 days ago

What

This issue is a scratch pad for writing down monerod sync performance tests on a VPS.

VPS

monerod.conf

fast-block-sync=0 # Enabled/disabled depending on test

prune-blockchain=false
db-sync-mode=fastest:async
max-concurrency=0
prep-blocks-threads=16
log-level=1
no-zmq=true
disable-dns-checkpoints=true
enable-dns-blocklist=true
out-peers=512
in-peers=0
limit-rate-up=1280000
limit-rate-down=1280000

add-priority-node= # ... lots and lots of fast nodes
hinto-janai commented 2 days ago

2024-06-19 -> 2024-06-26

hinto-janai commented 2 days ago

2024-06-26

At the current rate of 5 blocks / second, it will take another 3.86 hours to finish to the previous height, 3179629, for a total of 51622s wall clock uptime or 14.33 hours.

2024-06-27

It took a total wall clock time of ~22 hours to reach the previous height (3179629).