dogecoin/README.rst

62 lines
1.2 KiB
ReStructuredText
Raw Normal View History

2011-05-15 20:11:58 +02:00
Bitcoin-qt: Qt4 based GUI replacement for Bitcoin
=================================================
**Warning** **Warning** **Warning**
2011-06-01 17:42:31 +02:00
Pre-alpha stuff! Use on testnet only!
2011-05-15 20:11:58 +02:00
This has been implemented:
- qmake / QtCreator project (.pro)
- All dialogs (main GUI, address book, send coins) and menus
- Taskbar icon/menu
- GUI only functionality (copy to clipboard, select address, address/transaction filter proxys)
2011-06-05 11:04:14 +02:00
- Bitcoin core is made compatible with Qt4
2011-05-15 20:11:58 +02:00
- Send coins dialog: address and input validation
2011-06-01 17:42:31 +02:00
- Address book and transactions views and models
2011-05-15 20:11:58 +02:00
2011-06-05 11:45:42 +02:00
- Options dialog
2011-06-05 17:36:52 +02:00
- Sending coins (including ask for fee when needed)
- Show error messages from core
- Show details dialog for transactions (on double click)
2011-05-15 20:11:58 +02:00
2011-06-01 17:42:31 +02:00
This has to be done:
2011-05-15 20:11:58 +02:00
- Integrate with main bitcoin tree
2011-06-01 18:24:22 +02:00
- Start at system start
2011-05-15 20:11:58 +02:00
- Internationalization (convert WX language files)
- Build on Windows
2011-06-11 23:12:39 +02:00
Build instructions
===================
First, make sure that the required packages for Qt4 development of your
distribution are installed, for Debian and Ubuntu these are:
::
apt-get install qt4-qmake libqt4-dev
then execute the following:
::
qmake
make
Alternatively, install Qt Creator and open the `bitcoin.pro` file.
An executable named `bitcoin` will be built.