FLO-wallet-core/contrib/debian
Adrian Gallagher 4871eea3a1
Litecoin: Protocol and default settings
0) Adjust BIP16 & BIP30 enforcement values

1) Reduce amount that peers can adjust our time to eliminate an attack vector. Thanks to
coblee for this fix.

2) Zeitgeist2 patch - thanks to Lolcust and ArtForz. This fixes an issue where a
51% attack can change difficulty at will. Go back the full period unless it's the
first retarget after genesis.

3) Avoid overflow in CalculateNextWorkRequired(). Thanks to pooler for the overflow fix.

4) SegWit ContextualCheckBlockHeader adjustment and extra coverage

5) Reject peer proto version below 70002. Thanks to wtogami for this patch.

6) Adjust default settings for Litecoin

# Conflicts:
#	src/rpc/net.cpp
#	src/validation.cpp
#	test/functional/nulldummy.py
#	test/functional/p2p-segwit.py
#	test/functional/prioritise_transaction.py
#	test/functional/rawtransactions.py
2017-09-19 18:22:34 -07:00
..
examples Litecoin: Protocol and default settings 2017-09-19 18:22:34 -07:00
patches
source
bitcoin-qt.desktop Simple Update to File 'bitcoin-qt.desktop' 2016-10-17 18:03:43 +02: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 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
bitcoind.install Split bitcoin-tx into its own package 2015-09-17 07:23:04 +01:00
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 [Trivial] Update license year range to 2017 2017-01-23 23:46:06 +01:00
gbp.conf
README.md
rules Re-enable upnp support in contrib/debian 2017-05-05 13:29:38 -04: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)