Skip to content

Commit 942d9f5

Browse files
authored
Update follow suggesstion
1 parent 87c8d7a commit 942d9f5

File tree

3 files changed

+134
-157
lines changed

3 files changed

+134
-157
lines changed

docs/node-operators/run-archive-node.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ When running as a simple sync node (above), only the state of the past 256 block
1515

1616
### Download Snapshot
1717

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.
1919

2020
### Prepare The Binary
2121

docs/node-operators/run-collator-node.md

+64-69
Original file line numberDiff line numberDiff line change
@@ -45,75 +45,70 @@ It's important to note that there is a faster method to expedite the syncing pro
4545
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:
4646

4747
```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
105-
2024-09-02 17:24:53.168 WARN tokio-runtime-worker rustls::conn: [Relaychain] Sending fatal alert BadCertificate
106-
2024-09-02 17:24:53.177 WARN tokio-runtime-worker rustls::conn: [Relaychain] Sending fatal alert BadCertificate
107-
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
110-
2024-09-02 17:24:56.116 WARN tokio-runtime-worker peerset: [Parachain] Report 12D3KooWFJ4BQN6w2GGhBtyZwqoVgzjVtuLXJimVvfBWqmWXEPAv: -2147483648 to -2147483648. Reason: Genesis mismatch. Banned, disconnecting.
111-
2024-09-02 17:24:56.501 WARN tokio-runtime-worker rustls::conn: [Relaychain] Sending fatal alert BadCertificate
112-
2024-09-02 17:24:57.033 INFO tokio-runtime-worker substrate: [Relaychain] ⏩ Warping, Waiting for 3 peers to be connected, 0.00 Mib (1 peers), best: #0 (0x91b1…90c3), finalized #0 (0x91b1…90c3), ⬇ 25.5kiB/s ⬆ 13.8kiB/s
113-
2024-09-02 17:24:57.058 INFO tokio-runtime-worker substrate: [Parachain] ⚙️ Syncing, target=#3564198 (1 peers), best: #64 (0x582f…bd0e), finalized #0 (0xf0b8…570e), ⬇ 177.9kiB/s ⬆ 1.0kiB/s
114-
2024-09-02 17:24:57.134 WARN tokio-runtime-worker rustls::conn: [Relaychain] Sending fatal alert BadCertificate
115-
2024-09-02 17:24:57.758 WARN tokio-runtime-worker darwinia_message_gadget: [Parachain] [pallet::message-gadget] invalid raw message root: [], return.
116-
2024-09-02 17:24:57.775 WARN tokio-runtime-worker darwinia_message_gadget: [Parachain] [pallet::message-gadget] invalid raw message root: [], return.
48+
Loading genesis from `/home/darwinia/darwinia-nodes/darwinia2.json`
49+
2024-09-27 06:48:10 Darwinia
50+
2024-09-27 06:48:10 ✌️ version 6.7.1-08ec5e77d17
51+
2024-09-27 06:48:10 ❤️ by Darwinia Network <[email protected]>, 2018-2024
52+
2024-09-27 06:48:10 📋 Chain specification: Darwinia2
53+
2024-09-27 06:48:10 🏷 Node name: jazzy-bird-4606
54+
2024-09-27 06:48:10 👤 Role: AUTHORITY
55+
2024-09-27 06:48:10 💾 Database: RocksDb at /home/darwinia/data/chains/darwinia2/db/full
56+
2024-09-27 06:48:10 Parachain id: Id(2046)
57+
2024-09-27 06:48:10 Parachain Account: 2qiDxtPxw1BsbLwujRn5Q2352CaDPY8UMZi4iHBfPXo6FgHd
58+
2024-09-27 06:48:10 Is collating: yes
59+
2024-09-27 06:48:12 [Parachain] 🔨 Initializing Genesis block/state (state: 0xde42…7b71, header-hash: 0xf0b8…570e)
60+
2024-09-27 06:48:13 [Parachain] 📑 Connection configuration: SqliteBackendConfig { path: "/home/darwinia/data/chains/darwinia2/sql/frontier.db3", create_if_missing: true, thread_count: 4, cache_size: 209715200 }
61+
2024-09-27 06:48:16 [Relaychain] 🔨 Initializing Genesis block/state (state: 0x29d0…4e17, header-hash: 0x91b1…90c3)
62+
2024-09-27 06:48:16 [Relaychain] 👴 Loading GRANDPA authority set from genesis on what appears to be first startup.
63+
2024-09-27 06:48:16 [Relaychain] 👶 Creating empty BABE epoch changes on what appears to be first startup.
64+
2024-09-27 06:48:16 [Relaychain] 🏷 Local node identity is: 12D3KooWGijgF3rWBaG9VvsaKMWBrFKyhwU5ysgxhAdTxassM82Z
65+
2024-09-27 06:48:16 [Relaychain] 💻 Operating system: linux
66+
2024-09-27 06:48:16 [Relaychain] 💻 CPU architecture: x86_64
67+
2024-09-27 06:48:16 [Relaychain] 💻 Target environment: gnu
68+
2024-09-27 06:48:16 [Relaychain] 💻 CPU: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
69+
2024-09-27 06:48:16 [Relaychain] 💻 CPU cores: 8
70+
2024-09-27 06:48:16 [Relaychain] 💻 Memory: 64268MB
71+
2024-09-27 06:48:16 [Relaychain] 💻 Kernel: 4.19.0-23-amd64
72+
2024-09-27 06:48:16 [Relaychain] 💻 Linux distribution: Ubuntu 20.04.6 LTS
73+
2024-09-27 06:48:16 [Relaychain] 💻 Virtual machine: no
74+
2024-09-27 06:48:16 [Relaychain] 📦 Highest known block at #0
75+
2024-09-27 06:48:16 [Relaychain] 〽️ Prometheus exporter started at 127.0.0.1:9616
76+
2024-09-27 06:48:16 [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-27 06:48:16 [Relaychain] 🏁 CPU score: 1.46 GiBs
78+
2024-09-27 06:48:16 [Relaychain] 🏁 Memory score: 5.16 GiBs
79+
2024-09-27 06:48:16 [Relaychain] 🏁 Disk score (seq. writes): 334.31 MiBs
80+
2024-09-27 06:48:16 [Relaychain] 🏁 Disk score (rand. writes): 123.23 MiBs
81+
2024-09-27 06:48:16 [Parachain] 🏷 Local node identity is: 12D3KooWSNvVDTkZvkEjFosA8d79VysvQ4BW653zD3dy5aVbqmzm
82+
2024-09-27 06:48:16 Import genesis
83+
2024-09-27 06:48:16 [Parachain] 💻 Operating system: linux
84+
2024-09-27 06:48:16 [Parachain] 💻 CPU architecture: x86_64
85+
2024-09-27 06:48:16 [Parachain] 💻 Target environment: gnu
86+
2024-09-27 06:48:16 [Parachain] 💻 CPU: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
87+
2024-09-27 06:48:16 [Parachain] 💻 CPU cores: 8
88+
2024-09-27 06:48:16 [Parachain] 💻 Memory: 64268MB
89+
2024-09-27 06:48:16 [Parachain] 💻 Kernel: 4.19.0-23-amd64
90+
2024-09-27 06:48:16 [Parachain] 💻 Linux distribution: Ubuntu 20.04.6 LTS
91+
2024-09-27 06:48:16 [Parachain] 💻 Virtual machine: no
92+
2024-09-27 06:48:16 [Parachain] 📦 Highest known block at #0
93+
2024-09-27 06:48:16 [Parachain] 〽️ Prometheus exporter started at 127.0.0.1:9615
94+
2024-09-27 06:48:16 [Parachain] Running JSON-RPC server: addr=127.0.0.1:9944, allowed origins=["http://localhost:*", "http://127.0.0.1:*", "https://localhost:*", "https://127.0.0.1:*", "https://polkadot.js.org"]
95+
2024-09-27 06:48:16 [Parachain] 🏁 CPU score: 1.46 GiBs
96+
2024-09-27 06:48:16 [Parachain] 🏁 Memory score: 5.16 GiBs
97+
2024-09-27 06:48:16 [Parachain] 🏁 Disk score (seq. writes): 334.31 MiBs
98+
2024-09-27 06:48:16 [Parachain] 🏁 Disk score (rand. writes): 123.23 MiBs
99+
2024-09-27 06:48:16 [Parachain] ⚠️ The hardware does not meet the minimal requirements Failed checks: Copy(expected: 11.49 GiBs, found: 5.16 GiBs), Seq Write(expected: 950.00 MiBs, found: 334.31 MiBs), Rnd Write(expected: 420.00 MiBs, found: 123.23 MiBs), for role 'Authority'.
100+
2024-09-27 06:48:16 [Relaychain] discovered: 12D3KooWSNvVDTkZvkEjFosA8d79VysvQ4BW653zD3dy5aVbqmzm /ip4/172.17.0.2/tcp/30333
101+
2024-09-27 06:48:16 [Parachain] discovered: 12D3KooWGijgF3rWBaG9VvsaKMWBrFKyhwU5ysgxhAdTxassM82Z /ip4/172.17.0.2/tcp/30334/ws
102+
2024-09-27 06:48:17 [Relaychain] Sending fatal alert BadCertificate
103+
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`.
104+
2024-09-27 06:48:17 [Relaychain] Sending fatal alert BadCertificate
105+
2024-09-27 06:48:18 [Parachain] 🔍 Discovered new external address for our node: /ip4/220.246.94.186/tcp/30333/p2p/12D3KooWSNvVDTkZvkEjFosA8d79VysvQ4BW653zD3dy5aVbqmzm
106+
2024-09-27 06:48:18 [Relaychain] Sending fatal alert BadCertificate
107+
2024-09-27 06:48:18 [Relaychain] 🔍 Discovered new external address for our node: /ip4/220.246.94.186/tcp/30334/ws/p2p/12D3KooWGijgF3rWBaG9VvsaKMWBrFKyhwU5ysgxhAdTxassM82Z
108+
2024-09-27 06:48:19 [Relaychain] Sending fatal alert BadCertificate
109+
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.
117112
```
118113
119114
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

Comments
 (0)