parity-ethereum icon indicating copy to clipboard operation
parity-ethereum copied to clipboard

openethereum sync blocks very slow

Open mtb-pro opened this issue 4 years ago • 7 comments

  • 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

mtb-pro avatar Jun 27 '20 12:06 mtb-pro

The same issue, seems stop syncing when broadcast transactions.

viaweb3 avatar Jul 20 '20 02:07 viaweb3

The same issue, just 0.2 blocks/s

heimi-block avatar Jul 27 '20 11:07 heimi-block

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.

rakita avatar Aug 11 '20 12:08 rakita

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.

raduciobanu22 avatar Aug 24 '20 07:08 raduciobanu22

#metoo

ArseniiPetrovich avatar Aug 26 '20 20:08 ArseniiPetrovich

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.

raduciobanu22 avatar Aug 29 '20 14:08 raduciobanu22

Same scenario here.

Less than 0.2blk/s

AWS t2.large

Any update on this?

fernandezpaco avatar Sep 14 '20 16:09 fernandezpaco