-
Notifications
You must be signed in to change notification settings - Fork 734
Description
Describe the bug
I tried to sync a node with:
sudo docker run -it --privileged=true -v /my disk:/acala/data acala/acala-node:2.24.0 --base-path=/acala/data --chain=acala --name=name --rpc-external --rpc-cors=all --rpc-port=9933 --sync=warp -- --sync=warp
using the warp mode
this
"Waiting for 3 peers to be connected " has been occuring a whole day but my previous experience tells me ususaly this sync process only lasts one or two hours.
Is this normal ?
See the log below:
⏩ Warping, Waiting for 3 peers to be connected, 0.00 Mib (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 2.4kiB/s ⬆ 0.5kiB/s
2024-05-05 03:02:42 [Relaychain] ✨ Imported #20635030 (0xf240…3221)
2024-05-05 03:02:45 [Relaychain] 💤 Idle (8 peers), best: #20635030 (0xf240…3221), finalized #20635026 (0x91d7…89f3), ⬇ 141.1kiB/s ⬆ 229.3kiB/s
2024-05-05 03:02:45 ⏩ Warping, Waiting for 3 peers to be connected, 0.00 Mib (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 57 B/s ⬆ 51 B/s
Many thanks