Fastcoin Forum

Fastcoin => Development & Technical Information => Topic started by: m0gliE on March 08, 2014, 01:05:59 PM

Title: bootstrap.dat
Post by: m0gliE on March 08, 2014, 01:05:59 PM
   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:

1.   Download bootstrap.dat.xz from mirrors or torrent.
2.   Decompress the bootstrap.dat.
3.   Put it into the Fastcoin datadir. "%appdata%/fastcoin" / "~/.fastcoin"
   (This is the same folder that contains wallet.dat and the blocks folder.)
4.   Delete bootstrap.dat.old if you want to recover some storage space.

    Fastcoin Data Folder

    Linux
Code: [Select]
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:
Code: [Select]
find / -name wallet.dat -print 2>/dev/null
   Mac
You can obtain xz from MacPorts or 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.

Click on Start then Run (or press WinKey+R) and type:
Code: [Select]
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.


Archive Link - Archive.org (https://archive.org/details/fastcoin_bootstrap)
Archive Mirror - bootstrap.dat (https://archive.org/download/fastcoin_bootstrap/bootstrap.dat)
Archive Mirror  - bootstrap.dat.xz (https://archive.org/download/fastcoin_bootstrap/bootstrap.dat.xz)

Dropbox Mirror - bootstrap.dat (https://www.dropbox.com/s/tbo0atlqaoojd7w/bootstrap.dat)
Dropbox Mirror - bootstrap.dat.xz (https://www.dropbox.com/s/uhof8ocyvtwofbq/bootstrap.dat.xz)

GoogleD Mirror -  bootstrap.dat
GoogleD Mirror -  bootstrap.dat.xz

Archive Torrent - bootstrap.dat (https://archive.org/download/fastcoin_bootstrap/bootstrap.dat.torrent)
Archive Torrent - bootstrap.dat.xz (https://archive.org/download/fastcoin_bootstrap/bootstrap.dat.xz.torrent)

Dropbox Torrent - bootstrap.dat.torrent (https://www.dropbox.com/s/albb84uhclogjpd/bootstrap.dat.torrent)
Dropbox Torrent - bootstrap.dat.xz.torrent (https://www.dropbox.com/s/6o9bh1z6tpkbal7/bootstrap.dat.xz.torrent)

GoogleD Torrent - bootstrap.dat.torrent (https://drive.google.com/file/d/0B69j4ujTdGRvYlJqMTJtckpyU1E/edit?usp=sharing)
GoogleD Torrent - bootstrap.dat.xz.torrent (https://drive.google.com/file/d/0B69j4ujTdGRvbnRyalhjQUxZNnM/edit?usp=sharing)      
Title: Re: bootstrap.dat
Post by: m0gliE on August 21, 2014, 03:04:53 AM
Updated bootstrap.dat as of August 20, 2014

This file is compressed in xz format.

Sourceforge link:

https://sourceforge.net/projects/fastcoin/files/bootstrap/2014-08-20/

Internet Archive link:

https://archive.org/details/fastcoin_bootstrap

If using wget, you can use the direct download link.

https://archive.org/download/fastcoin_bootstrap/bootstrap.dat.xz



Title: Re: bootstrap.dat
Post by: m0gliE on August 28, 2014, 07:55:13 PM
Updated the bootstrap.dat torrent.

https://archive.org/download/fastcoin_bootstrap/bootstrap.dat.xz.torrent

https://drive.google.com/file/d/0Bz3NalaCIrQrbkhfdzM2bEo5SEE
Title: Re: bootstrap.dat
Post by: m0gliE on December 06, 2014, 10:55:56 PM
Updated bootstrap.dat  - December 3rd, 2014.

https://archive.org/details/fastcoin_bootstrap

https://sourceforge.net/projects/fastcoin/files/bootstrap/
Title: Re: bootstrap.dat
Post by: phatkiller on April 19, 2015, 07:51:54 PM
anyway we can get an updated bootstrap.dat ??

im having a hard time downloading the blockchain.  I tried with the latest bootstrap it loaded fully and spent two weeks downloading the remaining parts and just now i come to my computer and find fastcoin-qt crashed and my chain needs to be reset :(
Title: Re: bootstrap.dat
Post by: m0gliE on April 19, 2015, 09:13:04 PM
anyway we can get an updated bootstrap.dat ??

im having a hard time downloading the blockchain.  I tried with the latest bootstrap it loaded fully and spent two weeks downloading the remaining parts and just now i come to my computer and find fastcoin-qt crashed and my chain needs to be reset :(

Yeah, I can update this evening with a new bootstrap.dat. I'll make an announcement when it's ready.
Title: Re: bootstrap.dat
Post by: phatkiller on May 28, 2015, 11:48:34 PM
Hey in case anyone was curious he did post an updated bootstrap dated 4/22 its on the Sourceforge page.  I was on the forum about to ask again for it and checked out source forge and saw it probably just forgot to announce or im blind either way should help some people sync faster.

http://sourceforge.net/projects/fastcoin/files/bootstrap/2015-04-22/

EDIT:

Just wanted to add for any other new comers as i wasn't aware.  You don't have to download the entire blockchain to send your coins.  Just up to the part where you received your coins should be fine and then you can send.  That was my original issue i wanted to send some of the coins i mined but thought i couldnt until my client was fully updated. anyway hope that helps
Title: Re: bootstrap.dat
Post by: m0gliE on July 30, 2015, 07:27:11 PM
Mirrors for the Blockchain's individual file downloads.

https://archive.org/details/Fastcoin_Blockchain
https://archive.org/download/Fastcoin_Blockchain

Full Blockchain download.

https://sourceforge.net/projects/fastcoin/files/bootstrap/2015-07-08/
Title: Re: bootstrap.dat
Post by: HuongDao on October 21, 2015, 08:27:23 PM
So I downloaded the individual files for the fastcoin blockchain and moved the files over to the block directory. Where do I type in the command line   -reindex -dbcache=1024     in order for the fastcoin wallet to accept the blocks?
Title: Re: bootstrap.dat
Post by: HuongDao on October 24, 2015, 08:08:22 PM
Hi
Title: Re: bootstrap.dat
Post by: m0gliE on January 02, 2016, 12:47:53 AM
You would include that in your shortcut's target.

(http://puu.sh/mgjzp/9a15abd6db.png)