Docs Tidy up

This commit is contained in:
fanquake 2012-07-18 22:11:56 +08:00
parent 1854433829
commit f00a0dcfed
11 changed files with 24 additions and 23 deletions

View File

@ -44,7 +44,7 @@ Description: peer-to-peer network based digital currency - daemon
Package: bitcoin-qt Package: bitcoin-qt
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer network based digital currency - QT GUI Description: peer-to-peer network based digital currency - Qt GUI
Bitcoin is a free open source peer-to-peer electronic cash system that Bitcoin is a free open source peer-to-peer electronic cash system that
is completely decentralized, without the need for a central server or is completely decentralized, without the need for a central server or
trusted parties. Users hold the crypto keys to their own money and trusted parties. Users hold the crypto keys to their own money and
@ -56,4 +56,4 @@ Description: peer-to-peer network based digital currency - QT GUI
Full transaction history is stored locally at each client. This Full transaction history is stored locally at each client. This
requires 2+ GB of space, slowly growing. requires 2+ GB of space, slowly growing.
. .
This package provides bitcoin-qt, a GUI for Bitcoin based on QT. This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt.

View File

@ -6,7 +6,7 @@ Source: http://sourceforge.net/projects/bitcoin/files/
https://github.com/bitcoin/bitcoin https://github.com/bitcoin/bitcoin
Files: * Files: *
Copyright: 2009-2011, Bitcoin Developers Copyright: 2009-2012, Bitcoin Developers
License: Expat License: Expat
Comment: The Bitcoin Developers encompasses the current developers listed on bitcoin.org, Comment: The Bitcoin Developers encompasses the current developers listed on bitcoin.org,
as well as the numerous contributors to the project. as well as the numerous contributors to the project.
@ -57,7 +57,7 @@ Files: src/qt/res/icons/transaction*.png
Copyright: md2k7 Copyright: md2k7
License: You are free to do with these icons as you wish, including selling, License: You are free to do with these icons as you wish, including selling,
copying, modifying etc. copying, modifying etc.
Comment: Site: https://forum.bitcoin.org/index.php?topic=15276.0 Comment: Site: https://bitcointalk.org/index.php?topic=15276.0
Files: src/qt/res/icons/configure.png, src/qt/res/icons/quit.png, Files: src/qt/res/icons/configure.png, src/qt/res/icons/quit.png,
src/qt/res/icons/editcopy.png, src/qt/res/icons/editpaste.png, src/qt/res/icons/editcopy.png, src/qt/res/icons/editpaste.png,
@ -70,7 +70,7 @@ Comment: Icon Pack: Crystal SVG
Files: src/qt/res/icons/bitcoin.png, src/qt/res/icons/toolbar.png Files: src/qt/res/icons/bitcoin.png, src/qt/res/icons/toolbar.png
Copyright: Bitboy (optimized for 16x16 by Wladimir van der Laan) Copyright: Bitboy (optimized for 16x16 by Wladimir van der Laan)
License: PUB-DOM License: PUB-DOM
Comment: Site: http://forum.bitcoin.org/?topic=1756.0 Comment: Site: https://bitcointalk.org/?topic=1756.0
Files: scripts/img/reload.xcf, src/qt/res/movies/update_spinner.mng Files: scripts/img/reload.xcf, src/qt/res/movies/update_spinner.mng
Copyright: Everaldo (Everaldo Coelho) Copyright: Everaldo (Everaldo Coelho)

View File

@ -2,7 +2,7 @@ Bitcoin 0.6.99 BETA
Copyright (c) 2009-2012 Bitcoin Developers Copyright (c) 2009-2012 Bitcoin Developers
Distributed under the MIT/X11 software license, see the accompanying Distributed under the MIT/X11 software license, see the accompanying
file license.txt or http://www.opensource.org/licenses/mit-license.php. file COPYING or http://www.opensource.org/licenses/mit-license.php.
This product includes software developed by the OpenSSL Project for use in This product includes software developed by the OpenSSL Project for use in
the OpenSSL Toolkit (http://www.openssl.org/). This product includes the OpenSSL Toolkit (http://www.openssl.org/). This product includes
cryptographic software written by Eric Young (eay@cryptsoft.com). cryptographic software written by Eric Young (eay@cryptsoft.com).
@ -18,7 +18,7 @@ with each other, with the help of a P2P network to check for double-spending.
Setup Setup
----- -----
You need the Qt4 run-time libraries to run bitcoin-qt. On Debian or Ubuntu: You need the Qt4 run-time libraries to run Bitcoin-Qt. On Debian or Ubuntu:
sudo apt-get install libqtgui4 sudo apt-get install libqtgui4
Unpack the files into a directory and run: Unpack the files into a directory and run:

View File

@ -2,7 +2,7 @@ Bitcoin 0.6.99 BETA
Copyright (c) 2009-2012 Bitcoin Developers Copyright (c) 2009-2012 Bitcoin Developers
Distributed under the MIT/X11 software license, see the accompanying Distributed under the MIT/X11 software license, see the accompanying
file license.txt or http://www.opensource.org/licenses/mit-license.php. file COPYING or http://www.opensource.org/licenses/mit-license.php.
This product includes software developed by the OpenSSL Project for use in This product includes software developed by the OpenSSL Project for use in
the OpenSSL Toolkit (http://www.openssl.org/). This product includes the OpenSSL Toolkit (http://www.openssl.org/). This product includes
cryptographic software written by Eric Young (eay@cryptsoft.com). cryptographic software written by Eric Young (eay@cryptsoft.com).

View File

@ -36,7 +36,7 @@ outgoing connections be anonimized, but more is possible.
to run a hidden service (see next section), you'll need to enable to run a hidden service (see next section), you'll need to enable
it explicitly. it explicitly.
-connect=X When behing a Tor proxy, you can specify .onion addresses instead -connect=X When behind a Tor proxy, you can specify .onion addresses instead
-addnode=X of IP addresses or hostnames in these parameters. It requires -addnode=X of IP addresses or hostnames in these parameters. It requires
-seednode=X SOCKS5. In Tor mode, such addresses can also be exchanged with -seednode=X SOCKS5. In Tor mode, such addresses can also be exchanged with
other P2P nodes. other P2P nodes.
@ -59,7 +59,7 @@ config file):
The directory can be different of course, but (both) 8333's should be equal to your The directory can be different of course, but (both) 8333's should be equal to your
bitcoind's P2P listen port (8333 by default). bitcoind's P2P listen port (8333 by default).
-externalip=X You can tell bitcoin about its publically reachable address using -externalip=X You can tell bitcoin about its publicly reachable address using
this option, and this can be a .onion address. Given the above this option, and this can be a .onion address. Given the above
configuration, you can find your onion address in configuration, you can find your onion address in
/var/lib/tor/bitcoin-service/hostname. Onion addresses are given /var/lib/tor/bitcoin-service/hostname. Onion addresses are given

View File

@ -26,7 +26,7 @@ Site: http://findicons.com/icon/93743/blocks_gnome_netstatus_0
Icon: src/qt/res/icons/transaction*.png Icon: src/qt/res/icons/transaction*.png
Designer: md2k7 Designer: md2k7
Site: https://forum.bitcoin.org/index.php?topic=15276.0 Site: https://bitcointalk.org/index.php?topic=15276.0
License: You are free to do with these icons as you wish, including selling, License: You are free to do with these icons as you wish, including selling,
copying, modifying etc. copying, modifying etc.
@ -41,7 +41,7 @@ License: LGPL
Icon: src/qt/res/icons/bitcoin.png, src/qt/res/icons/toolbar.png Icon: src/qt/res/icons/bitcoin.png, src/qt/res/icons/toolbar.png
Designer: Bitboy (optimized for 16x16 by Wladimir van der Laan) Designer: Bitboy (optimized for 16x16 by Wladimir van der Laan)
License: Public Domain License: Public Domain
Site: http://forum.bitcoin.org/?topic=1756.0 Site: https://bitcointalk.org/?topic=1756.0
Icon: scripts/img/reload.xcf (modified),src/qt/res/movies/update_spinner.mng Icon: scripts/img/reload.xcf (modified),src/qt/res/movies/update_spinner.mng
Icon Pack: Kids Icon Pack: Kids

View File

@ -1,6 +1,6 @@
Copyright (c) 2009-2012 Bitcoin Developers Copyright (c) 2009-2012 Bitcoin Developers
Distributed under the MIT/X11 software license, see the accompanying Distributed under the MIT/X11 software license, see the accompanying
file license.txt or http://www.opensource.org/licenses/mit-license.php. file COPYING or http://www.opensource.org/licenses/mit-license.php.
This product includes software developed by the OpenSSL Project for use in This product includes software developed by the OpenSSL Project for use in
the OpenSSL Toolkit (http://www.openssl.org/). This product includes the OpenSSL Toolkit (http://www.openssl.org/). This product includes
cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP

View File

@ -1,6 +1,6 @@
Copyright (c) 2009-2012 Bitcoin Developers Copyright (c) 2009-2012 Bitcoin Developers
Distributed under the MIT/X11 software license, see the accompanying Distributed under the MIT/X11 software license, see the accompanying
file license.txt or http://www.opensource.org/licenses/mit-license.php. file COPYING or http://www.opensource.org/licenses/mit-license.php.
This product includes software developed by the OpenSSL Project for use in This product includes software developed by the OpenSSL Project for use in
the OpenSSL Toolkit (http://www.openssl.org/). This product includes the OpenSSL Toolkit (http://www.openssl.org/). This product includes
cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP

View File

@ -1,6 +1,6 @@
Copyright (c) 2009-2012 Bitcoin Developers Copyright (c) 2009-2012 Bitcoin Developers
Distributed under the MIT/X11 software license, see the accompanying Distributed under the MIT/X11 software license, see the accompanying
file license.txt or http://www.opensource.org/licenses/mit-license.php. file COPYING or http://www.opensource.org/licenses/mit-license.php.
This product includes software developed by the OpenSSL Project for use in This product includes software developed by the OpenSSL Project for use in
the OpenSSL Toolkit (http://www.openssl.org/). This product includes the OpenSSL Toolkit (http://www.openssl.org/). This product includes
cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP

View File

@ -1,4 +1,4 @@
Bitcoin-qt: Qt4 GUI for Bitcoin Bitcoin-Qt: Qt4 GUI for Bitcoin
=============================== ===============================
Build instructions Build instructions
@ -23,25 +23,26 @@ then execute the following:
qmake qmake
make make
Alternatively, install Qt Creator and open the `bitcoin-qt.pro` file. Alternatively, install `Qt Creator`_ and open the `bitcoin-qt.pro` file.
An executable named `bitcoin-qt` will be built. An executable named `bitcoin-qt` will be built.
.. _`Qt Creator`: http://qt.nokia.com/downloads/
Windows Windows
-------- --------
Windows build instructions: Windows build instructions:
- Download the `QT Windows SDK`_ and install it. You don't need the Symbian stuff, just the desktop Qt. - Download the `Qt Windows SDK`_ and install it. You don't need the Symbian stuff, just the desktop Qt.
- Download and extract the `dependencies archive`_ [#]_, or compile openssl, boost and dbcxx yourself. - 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. - 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) - Open the bitcoin-qt.pro file in Qt Creator and build as normal (ctrl-B)
.. _`QT Windows SDK`: http://qt.nokia.com/downloads/sdk-windows-cpp .. _`Qt Windows SDK`: http://qt.nokia.com/downloads/sdk-windows-cpp
.. _`dependencies archive`: https://download.visucore.com/bitcoin/qtgui_deps_1.zip .. _`dependencies archive`: https://download.visucore.com/bitcoin/qtgui_deps_1.zip
.. [#] PGP signature: https://download.visucore.com/bitcoin/qtgui_deps_1.zip.sig (signed with RSA key ID `610945D0`_) .. [#] PGP signature: https://download.visucore.com/bitcoin/qtgui_deps_1.zip.sig (signed with RSA key ID `610945D0`_)
.. _`610945D0`: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x610945D0 .. _`610945D0`: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x610945D0
@ -61,7 +62,7 @@ Mac OS X
sudo port selfupdate sudo port selfupdate
sudo port install boost db48 miniupnpc sudo port install boost db48 miniupnpc
- Open the .pro file in Qt Creator and build as normal (cmd-B) - Open the bitcoin-qt.pro file in Qt Creator and build as normal (cmd-B)
.. _`Qt Mac OS X SDK`: http://qt.nokia.com/downloads/sdk-mac-os-cpp .. _`Qt Mac OS X SDK`: http://qt.nokia.com/downloads/sdk-mac-os-cpp
.. _`MacPorts`: http://www.macports.org/install.php .. _`MacPorts`: http://www.macports.org/install.php
@ -70,7 +71,7 @@ Mac OS X
Build configuration options Build configuration options
============================ ============================
UPNnP port forwarding UPnP port forwarding
--------------------- ---------------------
To use UPnP for port forwarding behind a NAT router (recommended, as more connections overall allow for a faster and more stable bitcoin experience), pass the following argument to qmake: To use UPnP for port forwarding behind a NAT router (recommended, as more connections overall allow for a faster and more stable bitcoin experience), pass the following argument to qmake:

View File

@ -1,4 +1,4 @@
Compiling/runing bitcoind unit tests Compiling/running bitcoind unit tests
------------------------------------ ------------------------------------
bitcoind unit tests are in the src/test/ directory; they bitcoind unit tests are in the src/test/ directory; they