Skip to content

Commit 947f973

Browse files
apitkojarolrod
authored andcommitted
doc: add maxuploadtarget to bitcoin.conf example
Introduce the maxuploadtarget option to the example bitcoin.conf file. This adds visibility for this option which is useful to those looking to configure bandwidth usage.
1 parent 5c041cb commit 947f973

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

share/examples/bitcoin.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@
7171
# configuration option or the addnode RPC, which have a separate limit of 8 connections.
7272
#maxconnections=
7373

74+
# Maximum upload bandwidth target in MiB per day (e.g. 'maxuploadtarget=1024' is 1 GiB per day).
75+
# This limits the upload bandwidth for those with bandwidth limits. 0 = no limit (default: 0).
76+
# -maxuploadtarget does not apply to peers with 'download' permission.
77+
# For more information on reducing bandwidth utilization, see: doc/reduce-traffic.md.
78+
#maxuploadtarget=
79+
7480
#
7581
# JSON-RPC options (for controlling a running Bitcoin/bitcoind process)
7682
#

0 commit comments

Comments
 (0)