aboutsummaryrefslogtreecommitdiff
path: root/doc/reduce-traffic.md
diff options
context:
space:
mode:
authorAlan Cramer <[email protected]>2019-06-22 08:53:01 +0930
committerRoss Nicoll <[email protected]>2019-07-12 21:31:54 +0000
commit190d1ab808eea5eb994f2fe295b0f3374d02b152 (patch)
tree0652551036f95634ac84737b959bf9d096c0774f /doc/reduce-traffic.md
parentUpdated Linerarize data for Dogecoin (diff)
downloaddiscoin-190d1ab808eea5eb994f2fe295b0f3374d02b152.tar.xz
discoin-190d1ab808eea5eb994f2fe295b0f3374d02b152.zip
Updated Dogecoin references in Docs
Some docs still referencing Bitcoin and Bitcoin Core. Updated to reflect Dogecoin branding.
Diffstat (limited to 'doc/reduce-traffic.md')
-rw-r--r--doc/reduce-traffic.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reduce-traffic.md b/doc/reduce-traffic.md
index 697099bea..4ac0a95b4 100644
--- a/doc/reduce-traffic.md
+++ b/doc/reduce-traffic.md
@@ -3,7 +3,7 @@ Reduce Traffic
Some node operators need to deal with bandwidth caps imposed by their ISPs.
-By default, bitcoin-core allows up to 125 connections to different peers, 8 of
+By default, dogecoin-core allows up to 125 connections to different peers, 8 of
which are outbound. You can therefore, have at most 117 inbound connections.
The default settings can result in relatively significant traffic consumption.
@@ -33,5 +33,5 @@ blocks and transactions to fewer nodes.
## 3. Reduce maximum connections (`-maxconnections=<num>`)
Reducing the maximum connected nodes to a minimum could be desirable if traffic
-limits are tiny. Keep in mind that bitcoin's trustless model works best if you are
+limits are tiny. Keep in mind that Dogecoin's trustless model works best if you are
connected to a handful of nodes.