File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 13
13
# Connect via a SOCKS5 proxy
14
14
#proxy=127.0.0.1:9050
15
15
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
+
16
22
##############################################################
17
23
## Quick Primer on addnode vs connect ##
18
24
## Let's say for instance you use addnode=4.2.2.4 ##
57
63
# server=1 tells Bitcoin-QT and bitcoind to accept JSON-RPC commands
58
64
#server=0
59
65
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
+
60
70
# You must set rpcuser and rpcpassword to secure the JSON-RPC api
61
71
#rpcuser=Ulysseys
62
72
#rpcpassword=YourSuperGreatPasswordNumber_DO_NOT_USE_THIS_OR_YOU_WILL_GET_ROBBED_385593
94
104
#rpcsslcertificatechainfile=server.cert
95
105
#rpcsslprivatekeyfile=server.pem
96
106
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
97
115
98
116
# Miscellaneous options
99
117
You can’t perform that action at this time.
0 commit comments