dogecoin/contrib/debian
Wladimir J. van der Laan 79399c8cd0
Merge #10657: Utils: Improvements to ECDSA key-handling code
63179d0 Scope the ECDSA constant sizes to CPubKey / CKey classes (Jack Grigg)
1ce9f0a Ensure that ECDSA constant sizes are correctly-sized (Jack Grigg)
48abe78 Remove redundant `= 0` initialisations (Jack Grigg)
17fa391 Specify ECDSA constant sizes as constants (Jack Grigg)
e4a1086 Update Debian copyright list (Jack Grigg)
e181dbe Add comments (Jack Grigg)
a3603ac Fix potential overflows in ECDSA DER parsers (Jack Grigg)

Pull request description:

  Mostly trivial, but includes fixes to potential overflows in the ECDSA DER parsers.

  Cherry-picked from Zcash PR https://github.com/zcash/zcash/pull/2335

Tree-SHA512: 8fcbd51b0bd6723e5d33fa5d592f7cb68ed182796a9b837ecc8217991ad69d6c970258617dc00eb378c8caa4cec5d6b304d9d2c066acd40cda98e4da68e0caa4
2017-12-20 18:00:32 +01:00
..
examples Rename rpcuser.py to rpcauth.py 2017-12-06 13:11:02 +00:00
patches
source
bitcoin-qt.desktop fix the StartupWMClass for bitoin-qt, so gnome-shell can recognize it 2017-11-15 00:07:52 -08:00
bitcoin-qt.install
bitcoin-qt.lintian-overrides
bitcoin-qt.manpages Remove old manpages from contrib/debian 2016-09-25 13:33:57 +02:00
bitcoin-qt.protocol
bitcoin-tx.bash-completion bash-completion: Adapt for 0.12 and 0.13 2016-07-07 07:52:59 -04:00
bitcoin-tx.install
bitcoin-tx.manpages Remove old manpages from contrib/debian 2016-09-25 13:33:57 +02:00
bitcoind.bash-completion bash-completion: Adapt for 0.12 and 0.13 2016-07-07 07:52:59 -04:00
bitcoind.examples
bitcoind.install
bitcoind.lintian-overrides
bitcoind.manpages Remove old manpages from contrib/debian 2016-09-25 13:33:57 +02:00
changelog Re-enable upnp support in contrib/debian 2017-05-05 13:29:38 -04:00
compat
control Re-enable upnp support in contrib/debian 2017-05-05 13:29:38 -04:00
copyright Update Debian copyright list 2017-07-17 11:55:05 -05:00
gbp.conf
README.md
rules Re-enable upnp support in contrib/debian 2017-05-05 13:29:38 -04:00
watch

Debian

This directory contains files used to package bitcoind/bitcoin-qt for Debian-based Linux systems. If you compile bitcoind/bitcoin-qt yourself, there are some useful files here.

bitcoin: URI support

bitcoin-qt.desktop (Gnome / Open Desktop) To install:

sudo desktop-file-install bitcoin-qt.desktop
sudo update-desktop-database

If you build yourself, you will either need to modify the paths in the .desktop file or copy or symlink your bitcoin-qt binary to /usr/bin and the ../../share/pixmaps/bitcoin128.png to /usr/share/pixmaps

bitcoin-qt.protocol (KDE)