dogecoin/contrib/debian
ctp-tsteenholdt 2a87b1b07c Add systemd service for bitcoind
Adding systemd service for bitcoind, to provide for a simpler
out-of-the-box experience.

Configuration file is /etc/bitcoin/bitcoin.conf. This file is a
copy of the sample configuration file.

The service user 'bitcoin' is added during install. Its homedir
is in '/var/lib/bitcoin'.

bitcoind.service is disabled by default to allow the user to
configure it, before starting it the first time.

On package purge, the 'bitcoin' user as well as its homedir is
left intact, to not accidentally remove a wallet or something of
equal importance. Instead the user is presented with information
on how to perform the cleanup manually, after making sure all
important data has been backed up.
2018-04-20 08:34:12 -02:00
..
examples Sync contrib/debian from Matt Corallo's PPA 2018-04-20 08:31:58 -02:00
patches Sync contrib/debian from Matt Corallo's PPA 2018-04-20 08:31:58 -02:00
source Add debian build folder 2011-11-08 11:57:05 -05:00
bitcoin-qt.desktop Sync contrib/debian from Matt Corallo's PPA 2018-04-20 08:31:58 -02:00
bitcoin-qt.install Update contrib/debian for autotools, among a few other tweaks 2014-04-26 20:18:18 -04:00
bitcoin-qt.lintian-overrides Add debian build folder 2011-11-08 11:57:05 -05:00
bitcoin-qt.manpages Remove old manpages from contrib/debian 2016-09-25 13:33:57 +02:00
bitcoin-qt.protocol Add support for opening bitcoin: URIs directly. 2012-01-05 00:29:28 -05:00
bitcoin-tx.bash-completion bash-completion: Adapt for 0.12 and 0.13 2016-07-07 07:52:59 -04:00
bitcoin-tx.install Split bitcoin-tx into its own package 2015-09-17 07:23:04 +01:00
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 Add debian build folder 2011-11-08 11:57:05 -05:00
bitcoind.install Add systemd service for bitcoind 2018-04-20 08:34:12 -02:00
bitcoind.lintian-overrides Add debian build folder 2011-11-08 11:57:05 -05:00
bitcoind.manpages Remove old manpages from contrib/debian 2016-09-25 13:33:57 +02:00
bitcoind.postinst Add systemd service for bitcoind 2018-04-20 08:34:12 -02:00
bitcoind.postrm Add systemd service for bitcoind 2018-04-20 08:34:12 -02:00
bitcoind.service Add systemd service for bitcoind 2018-04-20 08:34:12 -02:00
changelog Add systemd service for bitcoind 2018-04-20 08:34:12 -02:00
compat Add debian build folder 2011-11-08 11:57:05 -05:00
control Add systemd service for bitcoind 2018-04-20 08:34:12 -02:00
copyright [Trivial] Update license year range to 2018 2018-01-01 04:33:09 +09:00
gbp.conf Add debian build folder 2011-11-08 11:57:05 -05:00
README.md Documentation Cleanup in /Doc 2013-10-12 18:39:26 -04:00
rules Add systemd service for bitcoind 2018-04-20 08:34:12 -02:00
watch [doc][trivial] Remove source forge from Debian watch. 2015-11-17 22:59:45 +08:00

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)