Author Topic: OFFICIAL FASTCOIN CLIENTs  (Read 3896 times)

Offline coradan

  • Administrator
  • Full Member
  • *****
  • Posts: 112
  • Karma: +7/-0
    • View Profile
    • Ejemplos Bitcoin
OFFICIAL FASTCOIN CLIENTs
« on: January 04, 2014, 04:28:08 AM »
The current updated version is: 0.8.5.3


Windows Wallet

Linux Wallet

Mac Wallet

Android Wallet

« Last Edit: January 04, 2014, 03:47:08 PM by zesterer »
Saludos,
http://www.ejemplosbitcoin.com
FST: ffjQcJKsqWbtku3hdyXunxwKMogs6pTZp1

Offline coradan

  • Administrator
  • Full Member
  • *****
  • Posts: 112
  • Karma: +7/-0
    • View Profile
    • Ejemplos Bitcoin
Re: OFFICIAL FASTCOIN CLIENTs
« Reply #1 on: January 04, 2014, 04:38:00 AM »
New version 0.8.5.3 Released...!!!

To update do not forget previous backup of your wallet.dat file.
If your update is ok, you will not need it, but do it always is the best practice...

You can download the clients by the links on the top of Home page of these forums...

The main improvements are irc peers and dns seeds bug correction to obtain nodes automatically without the need of .conf file
and for mac users it is implementing Memory Barrier to ensure that memory operations occur in the correct order...
« Last Edit: January 04, 2014, 05:21:24 AM by coradan »
Saludos,
http://www.ejemplosbitcoin.com
FST: ffjQcJKsqWbtku3hdyXunxwKMogs6pTZp1

Offline paulmaritz

  • Administrator
  • Jr. Member
  • *****
  • Posts: 74
  • Karma: +3/-0
    • View Profile
    • CryptoCoinUpdates.com
Re: OFFICIAL FASTCOIN CLIENTs
« Reply #2 on: January 04, 2014, 11:27:03 PM »
New version 0.8.5.3 Released...!!!

To update do not forget previous backup of your wallet.dat file.
If your update is ok, you will not need it, but do it always is the best practice...

You can download the clients by the links on the top of Home page of these forums...

The main improvements are irc peers and dns seeds bug correction to obtain nodes automatically without the need of .conf file
and for mac users it is implementing Memory Barrier to ensure that memory operations occur in the correct order...

Thanks. Brilliant stuff.  8)

Offline sofastwow

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
  • Newcomer
    • View Profile
Re: OFFICIAL FASTCOIN CLIENTs
« Reply #3 on: January 05, 2014, 08:34:46 AM »
v0.8.5.3-unk-beta this correct?

Offline coradan

  • Administrator
  • Full Member
  • *****
  • Posts: 112
  • Karma: +7/-0
    • View Profile
    • Ejemplos Bitcoin
Re: OFFICIAL FASTCOIN CLIENTs
« Reply #4 on: January 05, 2014, 08:57:12 AM »
yep... That is right!
Saludos,
http://www.ejemplosbitcoin.com
FST: ffjQcJKsqWbtku3hdyXunxwKMogs6pTZp1

Offline sofastwow

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
  • Newcomer
    • View Profile
Re: OFFICIAL FASTCOIN CLIENTs
« Reply #5 on: January 05, 2014, 09:05:03 AM »
oh ok. keeps telling me to upgrade to 0.8.5.3 still.

Offline coradan

  • Administrator
  • Full Member
  • *****
  • Posts: 112
  • Karma: +7/-0
    • View Profile
    • Ejemplos Bitcoin
Re: OFFICIAL FASTCOIN CLIENTs
« Reply #6 on: January 05, 2014, 09:08:14 AM »
yep, dont worry it is a broadcast alert system to inform the new release...  It does not check your current version.
Saludos,
http://www.ejemplosbitcoin.com
FST: ffjQcJKsqWbtku3hdyXunxwKMogs6pTZp1

Offline cryptocrazy

  • Newbie
  • *
  • Posts: 9
  • Karma: +1/-0
    • View Profile
Re: OFFICIAL FASTCOIN CLIENTs
« Reply #7 on: January 14, 2014, 04:52:16 PM »
after installing new client v0.8.5.3 everything was fine but it had to sync frome the very release of fastcoin months back, should that of happened, seem's strange to me?

Offline m0gliE

  • Administrator
  • Newbie
  • *****
  • Posts: 43
  • Karma: +5/-0
  • take me to the jungle
    • View Profile
    • The Computer Field
Re: OFFICIAL FASTCOIN CLIENTs - BOOTSTRAP.DAT
« Reply #8 on: March 10, 2014, 05:30:08 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.

Dropbox Mirror - bootstrap.dat
Dropbox Mirror - bootstrap.dat.xz

GoogleD Mirror - 
GoogleD Mirror - 

Dropbox Torrent - bootstrap.dat.torrent
Dropbox Torrent - bootstrap.dat.xz.torrent

GoogleD Torrent -
GoogleD Torrent -
« Last Edit: March 13, 2014, 12:01:39 AM by m0gliE »