Advertisement
m0gliE

Fastcoin bootstrap.dat

Mar 10th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. [quote author=m0gliE link=topic=194.msg773#msg773 date=1394283959]
  2. [b]bootstrap.dat[/b]
  3.  
  4. bootstrap.dat allows a new Fastcoin client (not synced) to rapidly import the initial blocks from a
  5. local file instead of slowly downloading blocks from random peers. This significantly reduces the
  6. time it takes to get a client synced with the current blockchain.
  7.  
  8. Simply having bootstrap.dat in Fastcoin's expected data directory will make your initial block sync
  9. much faster. The import process can be even faster if you use the -dbcache=1000 command line
  10. parameter which uses an additional 1GB of RAM for the database index cache.
  11.  
  12. You can download the bootstrap.dat which is currently 1GB or the bootstrap.dat.xz which is 530MB.
  13.  
  14. [b]Extracting the bootstrap.dat.xz[/b]
  15.  
  16. Regardless of your operating system, use the following steps to make use of the bootstrap.dat file:
  17.  
  18. [b]1.[/b] Download bootstrap.dat.xz from mirrors or torrent.
  19. [b]2.[/b] Decompress the bootstrap.dat.
  20. [b]3.[/b] Put it into the Fastcoin datadir. "%appdata%/fastcoin" / "~/.fastcoin"
  21. (This is the same folder that contains wallet.dat and the blocks folder.)
  22. [b]4.[/b] Delete bootstrap.dat.old if you want to recover some storage space.
  23.  
  24. [b]Fastcoin Data Folder[/b]
  25.  
  26. [b]Linux[/b]
  27. [code]xz -d bootstrap.dat.xz [/code]
  28. Fastcoin's data directory is located in ~/.fastcoin/ by default. You can run ls -a to see
  29. directories that start with a period. You can also search for the directory with the following
  30. command:
  31. [code]find / -name wallet.dat -print 2>/dev/null [/code]
  32.  
  33. [b]Mac[/b]
  34. You can obtain xz from MacPorts or http://macpkg.sourceforge.net/.
  35. Fastcoin's data directory should be located in ~/Library/Application Support/Fastcoin/.
  36.  
  37. [b]Windows[/b]
  38. 7Zip is a free utility that can decompress .xz files, so does the latest version of WinRAR.
  39.  
  40. Click on Start then Run (or press WinKey+R) and type:
  41. [code]explorer %APPDATA%\Fastcoin [/code]
  42. Fastcoin's data directory will open. "AppData" and "Application Data" are hidden by default in
  43. Windows.
  44.  
  45. [b]Copy bootstrap.dat to data directory[/b]
  46.  
  47. Copy the bootstrap.dat to your data directory. Load the Fastcoin client and wait for it to load the
  48. blocks. After loading is complete, the bootstrap.dat will be renamed to bootstrap.dat.old at which
  49. point you can choose to delete it.
  50.  
  51. Links are below.
  52.  
  53. Dropbox Mirror - [URL=https://www.dropbox.com/s/tbo0atlqaoojd7w/bootstrap.dat]bootstrap.dat[/URL]
  54. Dropbox Mirror - [URL=https://www.dropbox.com/s/uhof8ocyvtwofbq/bootstrap.dat.xz]bootstrap.dat.xz[/URL]
  55.  
  56. GoogleD Mirror - [URL=https://docs.google.com/uc?id=0B69j4ujTdGRvRUZEOHNtNGp0XzA&export=download]bootstrap.dat[/URL]
  57. GoogleD Mirror - [URL=https://docs.google.com/uc?id=0B69j4ujTdGRvT2NvVTlHemRqZFE&export=download]bootstrap.dat.xz[/URL]
  58. [/quote]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement