README_windows.txt raw

   1  Bitcoin Core
   2  =============
   3  
   4  Intro
   5  -----
   6  Bitcoin is a free open source peer-to-peer electronic cash system that is
   7  completely decentralized, without the need for a central server or trusted
   8  parties.  Users hold the crypto keys to their own money and transact directly
   9  with each other, with the help of a P2P network to check for double-spending.
  10  
  11  
  12  Setup
  13  -----
  14  Unpack the files into a directory and run bitcoin-qt.exe.
  15  
  16  Bitcoin Core is the original Bitcoin client and it builds the backbone of the network.
  17  However, it downloads and stores the entire history of Bitcoin transactions;
  18  depending on the speed of your computer and network connection, the synchronization
  19  process can take anywhere from a few hours to a day or more.
  20  
  21  See the bitcoin wiki at:
  22    https://en.bitcoin.it/wiki/Main_Page
  23  for more help and information.
  24