Skip to content

Commit

Permalink
doc: add maxuploadtarget to bitcoin.conf example
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
apitko authored and jarolrod committed May 28, 2021
1 parent 5c041cb commit 947f973
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions share/examples/bitcoin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
# configuration option or the addnode RPC, which have a separate limit of 8 connections.
#maxconnections=

# Maximum upload bandwidth target in MiB per day (e.g. 'maxuploadtarget=1024' is 1 GiB per day).
# This limits the upload bandwidth for those with bandwidth limits. 0 = no limit (default: 0).
# -maxuploadtarget does not apply to peers with 'download' permission.
# For more information on reducing bandwidth utilization, see: doc/reduce-traffic.md.
#maxuploadtarget=

#
# JSON-RPC options (for controlling a running Bitcoin/bitcoind process)
#
Expand Down

0 comments on commit 947f973

Please sign in to comment.