-
Notifications
You must be signed in to change notification settings - Fork 34
bootstrap
bootstrap.dat
bootstrap.dat allows a new Fastcoin client (not synced) to rapidly import the initial blocks from a local file instead of slowly downloading blocks from random peers. This significantly reduces the time it takes to get a client synced with the current blockchain.
Simply having bootstrap.dat in Fastcoin's expected data directory will make your initial block sync much faster. The import process can be even faster if you use the -dbcache=1000 command line parameter which uses an additional 1GB of RAM for the database index cache.
You can download the bootstrap.dat which is currently 1GB or the bootstrap.dat.xz which is 530MB.
Extracting the bootstrap.dat.xz
Regardless of your operating system, use the following steps to make use of the bootstrap.dat file:
- Download bootstrap.dat.xz from mirrors or torrent.
- Decompress the bootstrap.dat.
- Put it into the Fastcoin datadir. "%appdata%/fastcoin" / "~/.fastcoin" (This is the same folder that contains wallet.dat and the blocks folder.)
- Delete bootstrap.dat.old if you want to recover some storage space.
Fastcoin Data Folder
Linux
xz -d bootstrap.dat.xz Fastcoin's data directory is located in ~/.fastcoin/ by default. You can run ls -a to see directories that start with a period. You can also search for the directory with the following command: find / -name wallet.dat -print 2>/dev/null
Mac You can obtain xz from MacPorts or "http://macpkg.sourceforge.net/. http://macpkg.sourceforge.net/. Fastcoin's data directory should be located in ~/Library/Application Support/Fastcoin/.
Windows 7Zip is a free utility that can decompress .xz files, so does the latest version of WinRAR.
Manual Zip File for all OS's You can also manually download a master bootstrap file listed as option #5 at the bottom of this page. This file is periodically updated and will work with 8.7.2 and 10.2.2 wallets. PDF documents with instructions are included in the same directory for both Windows and Mac users.
Click on Start then Run (or press WinKey+R) and type: explorer %APPDATA%\Fastcoin Fastcoin's data directory will open. "AppData" and "Application Data" are hidden by default in Windows.
Copy bootstrap.dat to data directory
Copy the bootstrap.dat to your data directory. Load the Fastcoin client and wait for it to load the blocks. After loading is complete, the bootstrap.dat will be renamed to bootstrap.dat.old at which point you can choose to delete it.
Links are below.