show rotating spinner when block download out of date, tick otherwise
[novacoin.git] / README.rst
index d9b4702..98add9f 100644 (file)
@@ -3,7 +3,7 @@ Bitcoin-qt: Qt4 based GUI replacement for Bitcoin
 
 **Warning** **Warning** **Warning**
 
-Pre-alpha stuff! I'm using this client myself on the production network, and I haven't noticed any glitches, but remember: always backup your wallet.
+Alpha version! I'm using this client myself on the production network, and I haven't noticed any glitches, but remember: always backup your wallet.
 Testing on the testnet is recommended.
 
 This has been implemented:
@@ -16,16 +16,20 @@ This has been implemented:
 
 - Tabbed interface
 
-- Ask for confirmation before sending coins
+- Overview page with current balance, unconfirmed balance, etc
 
-- CSV export of transactions
+- User friendly transaction list with status icons, real-time filtering and a context menu that allows editing and copying labels
 
-- User friendly transaction list with status icons
+- Asks for confirmation before sending coins
 
-- Show alternative icon when on testnet
+- CSV export of transactions and address book
+
+- Shows alternative icon when connected to testnet
 
 - Progress bar on initial block download
 
+- Sendmany support in UI (send to multiple recipients as well)
+
 This has to be done:
 
 - Start at system start
@@ -69,7 +73,7 @@ Windows build instructions:
 
 - Download and extract the `dependencies archive`_  [#]_, or compile openssl, boost and dbcxx yourself.
 
-- Copy the contents of the folder "deps" to "X:\QtSDK\mingw", replace X:\ with the location where you installed the Qt SDK. Make sure that the contents of "deps/include" end up in the current "include" directory and such.
+- Copy the contents of the folder "deps" to "X:\\QtSDK\\mingw", replace X:\\ with the location where you installed the Qt SDK. Make sure that the contents of "deps\\include" end up in the current "include" directory.
 
 - Open the .pro file in QT creator and build as normal (ctrl-B)
 
@@ -81,7 +85,7 @@ Windows build instructions:
 Berkely DB version warning
 ==========================
 
-A warning for people using the *static binary* version of Bitcoin (tl;dr: **Berkely DB databases are not forward compatible**).
+A warning for people using the *static binary* version of Bitcoin on a Linux/UNIX-ish system (tl;dr: **Berkely DB databases are not forward compatible**).
 
 The static binary version of Bitcoin is linked against libdb4.7 or libdb4.8 (see also `this Debian issue`_).