-
Notifications
You must be signed in to change notification settings - Fork 10
Synchronize with a snapshot file
scrivnetwork edited this page Nov 17, 2020
·
2 revisions
Sometimes is it necessary and easy to resynchronize the blockchain source to your wallet using a physical file rather than the internet to download, this saves a lot of time and bandwidth (with an up to date snapshot file) not having to deal with network bottlenecks and also assure you have an up to date version, and fast.
It is very easy to apply the snapshot and update your wallet, just follow the steps from here:
- Download the latest snapshot file
- Shutdown your QT or Daemon wallet
- Navigate to the data directory
- Copy
blocksandchainstatefolders into the data directory - Restart the wallet
- After fully synced you can use in the normal way
Where is the data directory?
- For Windows OS:
C:\Users\YOURUSERNAME\AppData\Roaming\ScrivCore
- For Linux OS:
/root/.scrivcore
- For Mac OS:
Library/Application Support/ScrivCore
Where to get the snapshot? The fresh snapshot is included in every new release: Scriv Releases.
- Generate an address
- Get connections to wallet
- Encrypt the wallet
- Backup the wallet
- Backup the Private Keys
- Restore from the Private Key
- Synchronize with a snapshot file
Wallet compilation
Masternodes
Mining
- Windows OS
- Linux OS