Wallet Bootstrap for NoteBlockchain
To bootstrap NoteBlockchain's blockchain data to your computer, you need to download the bootstrap.zip from the releases section and replace your existing blockchain data.
This bootstrap contains blocks upto 4621932.
-
Shut Down NoteBlockchain Core: Ensure that the NoteBlockchain application (QT wallet or notecoind daemon) is completely closed on your computer/machine before starting the transfer. This prevents data corruption.
-
Locate the Data Directory: The default location of the NoteBlockchain data directory (which contains the
blocksandchainstatefolders, and thewallet.datfile) varies by operating system:- Windows:
%APPDATA%\Notecoin(e.g.,C:\Users\YourUserName\AppData\Roaming\Notecoinon Vista and later) - macOS:
~/Library/Application Support/Notecoin/ - Linux:
~/.notecoin/
Note: The
AppDataandLibraryfolders are often hidden by default. You may need to enable "Show hidden files" in your system's settings. Important: Take a backup of thewallet.datfile located in the library. This is just for safety purposes. - Windows:
-
Download the Data: Download the
bootstrap.zipfile from the GitHub Repo to a location that you can access. -
Unzip the data: Unzip the data to the existing folder where your existing blockchain data resides. You can safely replace the existing files in that folder.
-
Configure the New Computer (Optional but Recommended): If you want to store the data in a non-default location on the new computer, you need to specify the new path. You can do this by adding the
datadir=<dir>option to thenotecoin.confconfiguration file or by using the command line argument when launching Bitcoin Core (e.g.,"C:\Program Files\NoteBlockchain\win64-notecoin-qt.exe" -datadir=D:\NTBCDatafor Windows). -
Start NoteBlockchain: Launch NoteBlockchain QT app or
notecoindon your machine. It should recognize the existing blockchain data and only need to sync the most recent blocks, which is much faster than a full initial download.
- Security: Only copy the block database from a Bitcoin installation you personally control and over a secure connection, as you are implicitly trusting the data's integrity.
- Wallet Data: The
wallet.datfile is in the same directory and contains your private keys. Do not modify or replace this file. - Cross-Platform Compatibility: The core blockchain files (in
blocksandchainstatefolders) are cross-platform compatible, so you can copy between Windows, macOS, and Linux systems.