Snapshot Download
Last updated 8 March 2023
Syncing a fresh new node will take quite a while. You may use snapsync you or may download and use the following snapshots.
After you download the .tgz file, you can untar it into ~/.opera (or any path of your choice). Then you can run opera command with the default datadir ~/.opera (or you can specify a custom path:
--datadir <path>
).Pruned snapshot can be used to set up: (1) a read node, or (2) a validator node. If you'd run an API node, please use non-pruned snapshot.
Non-pruned snapshot can be used to set up: (1) a read node, (2) a full archive API node, or (3) a validator node.
Steps to download snapshot and untar:
mkdir ~/download
cd ~download
# then download the tgz, then untar
tar zxvf <tgz_file>
#[Option 1: if ~/download/.opera contains chaindata folder only]
# remove ~/.opera/chaindata if it exists, then:
mv ~/download/chaindata ~/.opera
#[Option 2: if ~/download/.opera contains chaindata and other subfolders]
#remove ~/.opera if it exists, make sure you backup the keystore folder.
# then move the untarred .opera into a path (e.g., home)
mv ~/download/.opera ~
You can also download md5 checksum file <tgz_file>.md5.
opera_25oct22.tar.gz (5.1 TB, 5.4 TB untarred),
opera_6june22.tgz (3.7 TB),
opera_18may22.tgz (3.5 TB, 3.7 TB untarred),
opera_5may22.tgz (3.4 TB, 3.6 TB untarred),
opera_28apr22.tgz (3.3 TB, 3.5 TB untarred),
opera_28mar22.tgz (3.0 TB, 3.2 TB untarred),
opera_28feb22.tgz (2.7 TB),
opera_2feb22.tgz (2.4 TB)
opera-pruned_31oct22.tar.gz (535 GB, 705G untarred),
opera-pruned_23oct22.tar.gz (523 GB, 690 untarred),
opera-pruned_15oct22-22-02 (514GB, 677 untarred),
opera_pruned-11oct22 (509GB, 670 untarred),
opera_pruned_12aug22.tgz (443 GB, 589 GB untarred), opera_pruned_29jun22.tgz (395 GB, 514 GB untarred), opera_pruned_6jun22.tgz (369 GB, 480 GB untarred), opera_pruned_18may22.tgz (348 GB, 452 GB untarred), opera_pruned_28apr22.tgz (331 GB, 429 GB untarred), opera_pruned_30mar22.tgz (315 GB, 406 GB untarred), opera_pruned_6mar22.tgz (280 GB),
opera_pruned_3feb22.tgz (239 GB),
opera_pruned_3jan22.tgz (208 GB)
Last modified 16d ago