parity-ethereum
parity-ethereum copied to clipboard
openethereum sync blocks very slow
- OpenEthereum version: 3.0.1
- Operating system: Linux
- Installation: https://github.com/openethereum/openethereum/releases/download/v3.0.1/openethereum-linux-v3.0.1.zip
- Fully synchronized:yes
- Network: ethereum
-
Restarted: yes
i update parity v2.5.13 to OpenEthereum v3.0.1
syncing very slow my system : cpu 6 core , 6G ram , 400G ssd
` [parity] mode = "active"
Stable
release_track = "stable" mode_timeout = 300 mode_alarm = 3600 auto_update = "none" no_persistent_txqueue = false
[network]
warp = true warp_barrier = 9650000 min_peers = 10 max_peers = 30 snapshot_peers = 5 max_pending_peers = 32
[rpc] interface = "0.0.0.0" cors = [""] apis = [ "eth", "personal" ] server_threads = 6 keep_alive = true
[websockets]
disable = true apis = ["web3", "eth", "pubsub", "net", "parity", "parity_pubsub", "private", "traces", "rpc", "shh", "shh_pubsub","personal"]
[ipc] apis = ["web3", "eth","net", "parity", "private", "rpc", "personal"]
[snapshots]
[footprint] scale_verifiers = true num_verifiers = 6 db_compaction = "ssd" `
how to fix that? It takes one minute to receive each block
The same issue, seems stop syncing when broadcast transactions.
The same issue, just 0.2 blocks/s
Hi, this is probably related #11760 because you have only 6gb RAM. Try to use --no-periodic-snapshot
it should help.
heimi-block this issue #11494 maybe fit slow sync, we are currently working to fix this.
I have the same issue, using latest release, 3.0.1, 32GB RAM and I can't even get the node synced. It doesn't go above 0.2-0.4 blks/s. Default settings. Tried --no-periodic-snapshot as well but doesn't make a difference.
#metoo
Update: I managed to get my node synced. It took 1 week. Openethereum v3.0.1 Check this issue https://github.com/openethereum/openethereum/issues/11830 and use the config mentioned there.
Same scenario here.
Less than 0.2blk/s
AWS t2.large
Any update on this?