diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-03-10 19:15:15 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-10 19:15:15 -0700 |
commit | 7d61a578833477c7ac64d5a277a85d77d1f4f8e8 (patch) | |
tree | 937e76411bdf4a27b52ba3d0fa0dc597eb56046e /home/xyz/.bitmonero | |
parent | 7f8c9ef93f2231d26d0393512e442f5a22634440 (diff) |
limit monerod with home internet limit, see if can reduce home internet issues
Diffstat (limited to 'home/xyz/.bitmonero')
-rw-r--r-- | home/xyz/.bitmonero/bitmonero.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/home/xyz/.bitmonero/bitmonero.conf b/home/xyz/.bitmonero/bitmonero.conf index 01a2db27..a1157cd8 100644 --- a/home/xyz/.bitmonero/bitmonero.conf +++ b/home/xyz/.bitmonero/bitmonero.conf @@ -1,6 +1,8 @@ -# 1 Gbps \approx 122000 KiB/s -limit-rate-up=122000 -limit-rate-down=122000 +# use home internet limits +# 20 Mbps \approx 2441 KiB/s +limit-rate-up=2441 +# 300 Mbps \approx 122000 KiB/s +limit-rate-down=36621 # https://monerodocs.org/interacting/monero-config-file/#syntax # need =1 for options without value #p2p-use-ipv6=1 |