Skip to content

Commit 8289b1f

Browse files
committed
Merge pull request #5935
9d086c0 Update bitcoin.conf (CohibAA)
2 parents 446bb70 + 9d086c0 commit 8289b1f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

contrib/debian/examples/bitcoin.conf

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
# Connect via a SOCKS5 proxy
1414
#proxy=127.0.0.1:9050
1515

16+
# Bind to given address and always listen on it. Use [host]:port notation for IPv6
17+
#bind=<addr>
18+
19+
# Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6
20+
#whitebind=<addr>
21+
1622
##############################################################
1723
## Quick Primer on addnode vs connect ##
1824
## Let's say for instance you use addnode=4.2.2.4 ##
@@ -57,6 +63,10 @@
5763
# server=1 tells Bitcoin-QT and bitcoind to accept JSON-RPC commands
5864
#server=0
5965

66+
# Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6.
67+
# This option can be specified multiple times (default: bind to all interfaces)
68+
#rpcbind=<addr>
69+
6070
# You must set rpcuser and rpcpassword to secure the JSON-RPC api
6171
#rpcuser=Ulysseys
6272
#rpcpassword=YourSuperGreatPasswordNumber_DO_NOT_USE_THIS_OR_YOU_WILL_GET_ROBBED_385593
@@ -94,6 +104,14 @@
94104
#rpcsslcertificatechainfile=server.cert
95105
#rpcsslprivatekeyfile=server.pem
96106

107+
# Transaction Fee Changes in 0.10.0
108+
109+
# Send transactions as zero-fee transactions if possible (default: 0)
110+
#sendfreetransactions=0
111+
112+
# Create transactions that have enough fees (or priority) so they are likely to begin confirmation within n blocks (default: 1).
113+
# This setting is over-ridden by the -paytxfee option.
114+
#txconfirmtarget=n
97115

98116
# Miscellaneous options
99117

0 commit comments

Comments
 (0)