@@ -19,7 +19,7 @@ Features
19
19
- Asks for confirmation before sending coins, for your own safety
20
20
21
21
- CSV export of transactions and address book (for Excel bookkeeping)
22
-
22
+
23
23
- Shows alternative icon when connected to testnet, so you never accidentally send real coins during testing
24
24
25
25
- Shows a progress bar on initial block download, so that you don't have to wonder how many blocks it needs to download to be up to date
@@ -34,7 +34,7 @@ Features
34
34
35
35
- Accepts "bitcoin:" URLs from browsers and other sources through drag and drop
36
36
37
- Build instructions
37
+ Build instructions
38
38
===================
39
39
40
40
Debian
@@ -138,7 +138,7 @@ You can execute the following commands in a terminal to install it:
138
138
Notification support for recent (k)ubuntu versions
139
139
---------------------------------------------------
140
140
141
- To see desktop notifications on (k)ubuntu versions starting from 10.04, enable usage of the
141
+ To see desktop notifications on (k)ubuntu versions starting from 10.04, enable usage of the
142
142
FreeDesktop notification interface through DBUS using the following qmake option:
143
143
144
144
::
@@ -152,10 +152,10 @@ A warning for people using the *static binary* version of Bitcoin on a Linux/UNI
152
152
153
153
The static binary version of Bitcoin is linked against libdb4.7 or libdb4.8 (see also `this Debian issue `_).
154
154
155
- Now the nasty thing is that databases from 5.X are not compatible with 4.X.
155
+ Now the nasty thing is that databases from 5.X are not compatible with 4.X.
156
156
157
157
If the globally installed development package of Berkely DB installed on your system is 5.X, any source you
158
- build yourself will be linked against that. The first time you run with a 5.X version the database will be upgraded,
158
+ build yourself will be linked against that. The first time you run with a 5.X version the database will be upgraded,
159
159
and 4.X cannot open the new format. This means that you cannot go back to the old statically linked version without
160
160
significant hassle!
161
161
0 commit comments