diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-15 15:05:49 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-15 15:05:49 +0800 |
commit | f7775631a77c24dac94e3e5e474f19c7c8ad5dc5 (patch) | |
tree | f440f8028d960688b5b3ef75c8bd5ae3eb35d8cd | |
parent | d042363737676cb40dec8a56d70fe6ad82aea9df (diff) |
lower monerod upload speed
-rw-r--r-- | home/xyz/.bitmonero/bitmonero.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/home/xyz/.bitmonero/bitmonero.conf b/home/xyz/.bitmonero/bitmonero.conf index 4743a5cd..f5f2a1fc 100644 --- a/home/xyz/.bitmonero/bitmonero.conf +++ b/home/xyz/.bitmonero/bitmonero.conf @@ -1,6 +1,9 @@ # 80 KiB/s is about the actual upload speed, because I would like to contribute -# back but I don't want to make China ISP unhappy about me uploading too much -limit-rate-up=80 +# back but I don't want to make China ISP unhappy about me uploading too much. +# But my internet is very slow and recently internet became even worse, maybe +# ISP still does not like my upload speed, so I'm trying even lower upload +# speed limit like 10 KiB/s now. +limit-rate-up=10 # https://monerodocs.org/interacting/monero-config-file/#syntax # need =1 for options without value p2p-use-ipv6=1 |