summaryrefslogtreecommitdiff
blob: 795294847bad17cb3df499c6c795e8e4ee7c5634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>blueness@gentoo.org</email>
		<name>Anthony G. Basile</name>
	</maintainer>
	<maintainer type="person">
		<email>luke-jr+gentoobugs@utopios.org</email>
		<name>Luke Dashjr</name>
	</maintainer>
	<use>
		<flag name="bitcoin_policy_rbf">Replace By Fee policy: Your node will preferentially mine and relay transactions paying the highest fee, regardless of receive order</flag>
		<flag name="bitcoin_policy_spamfilter">Enhanced spam filter policy: Notorious spammers will not be assisted by your node</flag>
		<flag name="http">Enable support for the JSON-RPC and REST HTTP server (builtin net-p2p/bitcoind)</flag>
		<flag name="libevent">Use dev-libs/libevent</flag>
		<flag name="ljr">Enable Luke Dashjr's patches</flag>
		<flag name="qrcode">Enable generation of QR Codes for receiving payments</flag>
		<flag name="tor">Enable automatic configuration of a Tor hidden service</flag>
		<flag name="upnp">Enable Universal Plug and Play</flag>
		<flag name="wallet">Enable wallet support</flag>
		<flag name="zeromq">Report blocks and transactions via zeromq</flag>
	</use>
	<upstream>
		<remote-id type="github">bitcoin/bitcoin</remote-id>
	</upstream>
</pkgmetadata>