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
*(Replace `<PATH-TO-WORKING-DIR>` with your node's working directory).*
128
+
129
+
The daemon will automatically download and import the latest official snapshot from https://snapshot.pactus.org/.
130
+
131
+
#### Step 3
132
+
133
+
Start your node normally after the import finishes.
134
+
135
+
{{% /steps %}}
136
+
137
+
### Option 2: Manual Import
138
+
139
+
Use this method if you want to choose a specific snapshot or download it manually.
140
+
141
+
{{% steps %}}
142
+
143
+
#### Step 1
144
+
145
+
Stop your node if it's running.
146
+
147
+
#### Step 2
148
+
149
+
Download a snapshot from https://snapshot.pactus.org/. Each snapshot shows its creation date, file size, and a SHA256 checksum for verification.
150
+
151
+
#### Step 3
152
+
153
+
Extract the archive directly into your node's working directory. The extracted contents should go into the `data` folder inside the working directory (e.g., `~/pactus/data/`).
154
+
155
+
#### Step 4
156
+
157
+
Start your node normally. It will resume operation from the imported state.
0 commit comments