You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/node-operators/run-archive-node.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ When running as a simple sync node (above), only the state of the past 256 block
15
15
16
16
### Download Snapshot
17
17
18
-
It's important to note that there is a faster method to expedite the syncing process**.** You can achieve this by downloading the snapshot blockchain data and moving it to the current node database location and greatly speeding up the node sync process. Click [here](./snapshot.md) for more detailed instructions.
18
+
It's important to note that there is a faster method to expedite the syncing process. You can achieve this by downloading the parachain snapshot chain data and moving it to the current node database location and greatly speeding up the node sync process. Click [here](./snapshot.md) for more detailed instructions.
Copy file name to clipboardExpand all lines: docs/node-operators/run-collator-node.md
+64-69
Original file line number
Diff line number
Diff line change
@@ -45,75 +45,70 @@ It's important to note that there is a faster method to expedite the syncing pro
45
45
5. Verify your node is up and running successfully by reviewing the output displayed in the terminal. The terminal should display output similar to this:
46
46
47
47
```bash
48
-
Loading genesis from `/mnt/myssd/coding/darwinia-space/darwinia-collator/darwinia2.json`
49
-
2024-09-02 17:24:47.856 INFO main sc_cli::runner: Darwinia
50
-
2024-09-02 17:24:47.856 INFO main sc_cli::runner: ✌️ version 6.6.5-3b73ea205a9
51
-
2024-09-02 17:24:47.856 INFO main sc_cli::runner: ❤️ by Darwinia Network <[email protected]>, 2018-2024
52
-
2024-09-02 17:24:47.856 INFO main sc_cli::runner: 📋 Chain specification: Darwinia2
53
-
2024-09-02 17:24:47.856 INFO main sc_cli::runner: 🏷 Node name: lewd-scent-9551
54
-
2024-09-02 17:24:47.856 INFO main sc_cli::runner: 👤 Role: FULL
55
-
2024-09-02 17:24:47.856 INFO main sc_cli::runner: 💾 Database: RocksDb at /data/darwinia-collator/chains/darwinia2/db/full
56
-
2024-09-02 17:24:47.856 INFO main darwinia::command: Parachain id: Id(2046)
57
-
2024-09-02 17:24:47.856 INFO main darwinia::command: Parachain Account: 2qiDxtPxw1BsbLwujRn5Q2352CaDPY8UMZi4iHBfPXo6FgHd
58
-
2024-09-02 17:24:47.856 INFO main darwinia::command: Is collating: no
59
-
2024-09-02 17:24:48.863 INFO main sc_service::client::client: [Parachain] 🔨 Initializing Genesis block/state (state: 0xde42…7b71, header-hash: 0xf0b8…570e)
60
-
2024-09-02 17:24:49.737 INFO main frontier-sql: [Parachain] 📑 Connection configuration: SqliteBackendConfig { path: "/data/darwinia-collator/chains/darwinia2/sql/frontier.db3", create_if_missing: true, thread_count: 4, cache_size: 209715200 }
61
-
2024-09-02 17:24:51.826 INFO main sc_service::client::client: [Relaychain] 🔨 Initializing Genesis block/state (state: 0x29d0…4e17, header-hash: 0x91b1…90c3)
62
-
2024-09-02 17:24:51.828 INFO main grandpa: [Relaychain] 👴 Loading GRANDPA authority set from genesis on what appears to be first startup.
63
-
2024-09-02 17:24:52.026 INFO main babe: [Relaychain] 👶 Creating empty BABE epoch changes on what appears to be first startup.
64
-
2024-09-02 17:24:52.027 INFO main sub-libp2p: [Relaychain] 🏷 Local node identity is: 12D3KooWQjUjkVTfADQCvAc3BrujBgYFHGJcUeFc8NhmqP13SPSD
65
-
2024-09-02 17:24:52.032 INFO main sc_sysinfo: [Relaychain] 💻 Operating system: linux
66
-
2024-09-02 17:24:52.032 INFO main sc_sysinfo: [Relaychain] 💻 CPU architecture: x86_64
67
-
2024-09-02 17:24:52.032 INFO main sc_sysinfo: [Relaychain] 💻 Target environment: gnu
68
-
2024-09-02 17:24:52.032 INFO main sc_sysinfo: [Relaychain] 💻 CPU: AMD Ryzen 7 5700G with Radeon Graphics
69
-
2024-09-02 17:24:52.032 INFO main sc_sysinfo: [Relaychain] 💻 CPU cores: 8
70
-
2024-09-02 17:24:52.032 INFO main sc_sysinfo: [Relaychain] 💻 Memory: 63584MB
71
-
2024-09-02 17:24:52.032 INFO main sc_sysinfo: [Relaychain] 💻 Kernel: 6.8.0-40-generic
72
-
2024-09-02 17:24:52.032 INFO main sc_sysinfo: [Relaychain] 💻 Linux distribution: Ubuntu 22.04.4 LTS
73
-
2024-09-02 17:24:52.032 INFO main sc_sysinfo: [Relaychain] 💻 Virtual machine: no
74
-
2024-09-02 17:24:52.032 INFO main sc_service::builder: [Relaychain] 📦 Highest known block at #0
75
-
2024-09-02 17:24:52.032 INFO tokio-runtime-worker substrate_prometheus_endpoint: [Relaychain] 〽️ Prometheus exporter started at 127.0.0.1:9616
76
-
2024-09-02 17:24:52.032 INFO main sc_rpc_server: [Relaychain] Running JSON-RPC server: addr=127.0.0.1:9945, allowed origins=["http://localhost:*", "http://127.0.0.1:*", "https://localhost:*", "https://127.0.0.1:*", "https://polkadot.js.org"]
77
-
2024-09-02 17:24:52.033 INFO main sc_sysinfo: [Relaychain] 🏁 CPU score: 1017.97 MiBs
78
-
2024-09-02 17:24:52.033 INFO main sc_sysinfo: [Relaychain] 🏁 Memory score: 14.64 GiBs
79
-
2024-09-02 17:24:52.033 INFO main sc_sysinfo: [Relaychain] 🏁 Disk score (seq. writes): 1.48 GiBs
80
-
2024-09-02 17:24:52.033 INFO main sc_sysinfo: [Relaychain] 🏁 Disk score (rand. writes): 586.02 MiBs
81
-
2024-09-02 17:24:52.034 INFO main sub-libp2p: [Parachain] 🏷 Local node identity is: 12D3KooWBby2tZwfpid4atUx4c8VaXLpsurG3t7pNniZNfpxgrUQ
82
-
2024-09-02 17:24:52.054 INFO tokio-runtime-worker frontier-sql: Import genesis
83
-
2024-09-02 17:24:52.057 INFO main sc_sysinfo: [Parachain] 💻 Operating system: linux
84
-
2024-09-02 17:24:52.057 INFO main sc_sysinfo: [Parachain] 💻 CPU architecture: x86_64
85
-
2024-09-02 17:24:52.057 INFO main sc_sysinfo: [Parachain] 💻 Target environment: gnu
86
-
2024-09-02 17:24:52.057 INFO main sc_sysinfo: [Parachain] 💻 CPU: AMD Ryzen 7 5700G with Radeon Graphics
87
-
2024-09-02 17:24:52.057 INFO main sc_sysinfo: [Parachain] 💻 CPU cores: 8
88
-
2024-09-02 17:24:52.057 INFO main sc_sysinfo: [Parachain] 💻 Memory: 63584MB
89
-
2024-09-02 17:24:52.057 INFO main sc_sysinfo: [Parachain] 💻 Kernel: 6.8.0-40-generic
90
-
2024-09-02 17:24:52.057 INFO main sc_sysinfo: [Parachain] 💻 Linux distribution: Ubuntu 22.04.4 LTS
91
-
2024-09-02 17:24:52.057 INFO main sc_sysinfo: [Parachain] 💻 Virtual machine: no
92
-
2024-09-02 17:24:52.057 INFO main sc_service::builder: [Parachain] 📦 Highest known block at #0
93
-
2024-09-02 17:24:52.057 INFO tokio-runtime-worker substrate_prometheus_endpoint: [Parachain] 〽️ Prometheus exporter started at 127.0.0.1:9615
94
-
2024-09-02 17:24:52.057 INFO main sc_rpc_server: [Parachain] Running JSON-RPC server: addr=0.0.0.0:9944, allowed origins=["*"]
95
-
2024-09-02 17:24:52.058 INFO main sc_sysinfo: [Parachain] 🏁 CPU score: 1017.97 MiBs
96
-
2024-09-02 17:24:52.058 INFO main sc_sysinfo: [Parachain] 🏁 Memory score: 14.64 GiBs
97
-
2024-09-02 17:24:52.058 INFO main sc_sysinfo: [Parachain] 🏁 Disk score (seq. writes): 1.48 GiBs
98
-
2024-09-02 17:24:52.058 INFO main sc_sysinfo: [Parachain] 🏁 Disk score (rand. writes): 586.02 MiBs
99
-
2024-09-02 17:24:52.069 INFO tokio-runtime-worker libp2p_mdns::behaviour: [Parachain] discovered: 12D3KooWQjUjkVTfADQCvAc3BrujBgYFHGJcUeFc8NhmqP13SPSD /ip4/192.168.31.52/tcp/30334/ws
100
-
2024-09-02 17:24:52.069 INFO tokio-runtime-worker libp2p_mdns::behaviour: [Relaychain] discovered: 12D3KooWBby2tZwfpid4atUx4c8VaXLpsurG3t7pNniZNfpxgrUQ /ip4/192.168.31.52/tcp/30333/ws
101
-
2024-09-02 17:24:52.069 INFO tokio-runtime-worker libp2p_mdns::behaviour: [Relaychain] discovered: 12D3KooWBby2tZwfpid4atUx4c8VaXLpsurG3t7pNniZNfpxgrUQ /ip4/172.18.0.1/tcp/30333/ws
102
-
2024-09-02 17:24:52.069 INFO tokio-runtime-worker libp2p_mdns::behaviour: [Parachain] discovered: 12D3KooWQjUjkVTfADQCvAc3BrujBgYFHGJcUeFc8NhmqP13SPSD /ip4/172.17.0.1/tcp/30334/ws
103
-
2024-09-02 17:24:52.069 INFO tokio-runtime-worker libp2p_mdns::behaviour: [Relaychain] discovered: 12D3KooWBby2tZwfpid4atUx4c8VaXLpsurG3t7pNniZNfpxgrUQ /ip4/172.17.0.1/tcp/30333/ws
104
-
2024-09-02 17:24:52.069 INFO tokio-runtime-worker libp2p_mdns::behaviour: [Parachain] discovered: 12D3KooWQjUjkVTfADQCvAc3BrujBgYFHGJcUeFc8NhmqP13SPSD /ip4/172.18.0.1/tcp/30334/ws
2024-09-02 17:24:53.256 INFO tokio-runtime-worker sub-libp2p: [Relaychain] 🔍 Discovered new external address for our node: /ip4/183.159.52.190/tcp/30334/ws/p2p/12D3KooWQjUjkVTfADQCvAc3BrujBgYFHGJcUeFc8NhmqP13SPSD
108
-
2024-09-02 17:24:53.534 WARN tokio-runtime-worker sc_network::service: [Relaychain] 💔 The bootnode you want to connect to at `/dns/dot14.rotko.net/tcp/33214/p2p/12D3KooWPyEvPEXghnMC67Gff6PuZiSvfx3fmziKiPZcGStZ5xff` provided a different peer ID `12D3KooWPc7jNXa7zbsRzF5rdq3QEqhwJLdnXcgG3PR74z99PAka` than the one you expect `12D3KooWPyEvPEXghnMC67Gff6PuZiSvfx3fmziKiPZcGStZ5xff`.
109
-
2024-09-02 17:24:54.112 INFO tokio-runtime-worker sub-libp2p: [Parachain] 🔍 Discovered new external address for our node: /ip4/183.159.52.190/tcp/30333/ws/p2p/12D3KooWBby2tZwfpid4atUx4c8VaXLpsurG3t7pNniZNfpxgrUQ
2024-09-27 06:48:17 [Relaychain] 💔 The bootnode you want to connect to at `/dns/dot14.rotko.net/tcp/33214/p2p/12D3KooWPyEvPEXghnMC67Gff6PuZiSvfx3fmziKiPZcGStZ5xff` provided a different peer ID `12D3KooWPc7jNXa7zbsRzF5rdq3QEqhwJLdnXcgG3PR74z99PAka` than the one you expect `12D3KooWPyEvPEXghnMC67Gff6PuZiSvfx3fmziKiPZcGStZ5xff`.
2024-09-27 06:48:19 [Parachain] [pallet::message-gadget] invalid raw message root: [], return.
110
+
2024-09-27 06:48:19 [Parachain] [pallet::message-gadget] invalid raw message root: [], return.
111
+
2024-09-27 06:48:19 [Parachain] [pallet::message-gadget] invalid raw message root: [], return.
117
112
```
118
113
119
114
A collator operates a relay chain node alongside a parachain node. The status messages `[Relaychain] ⚙️ Syncing` and `[Parachain] ⚙️ Syncing` indicate that the node is currently in the process of syncing. You can refer to these logs to monitor the syncing progress. Given that the relay chain and parachain have been active for several years, the syncing process may take anywhere from one to three days to complete.
0 commit comments