HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
Guides

Main Net Database Snapshots

TRON officially offers database snapshots regularly for quick deployment.

You may switch back to your database after your node reaches the latest block.

Data Source

Address

Description

Official data source(North America: Virginia)

http://47.89.178.46/

LevelDB, exclude internal transactions

Official data source(North America: Virginia)

http://47.89.178.46:18811/

RocksDB, exclude internal transactions

Official data source(Singapore)

http://47.74.159.117

LevelDB, exclude internal transactions

Official data source(Singapore)

http://47.74.159.117/saveInternalTx/

LevelDB, include internal transactions

TronGrid

https://backups.trongrid.io/

LevelDB, include internal transactions

Important

1. What is an internal transaction?

An internal transaction is a transaction extra executed in a smart contract(e.g. call, transfer). Full nodes do not record internal transactions as default, set saveInternalTx = true if needed.

2. LevelDB and RocksDB

The data of LevelDB and RocksDB are not allowed to be mixed. The database can be specified in the config file of the full node, set db.engine to LEVELDB or ROCKSDB.