diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-12-22 00:12:57 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-12-22 00:12:57 -0800 |
commit | 6f83cc7ef94688b3f802046d432e8a57cafbcd1b (patch) | |
tree | 0941130aab018776950814a43d45081650c8cd8f /home/xyz/.bitmonero | |
parent | a1842956ed9334d280b2d2d16c4b6018966f0f79 (diff) |
fix
Diffstat (limited to 'home/xyz/.bitmonero')
-rw-r--r-- | home/xyz/.bitmonero/bitmonero.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/home/xyz/.bitmonero/bitmonero.conf b/home/xyz/.bitmonero/bitmonero.conf index 5a5d7a65..1bba467b 100644 --- a/home/xyz/.bitmonero/bitmonero.conf +++ b/home/xyz/.bitmonero/bitmonero.conf @@ -3,4 +3,6 @@ limit-rate-up=27648 # Home internet max download speed is 300 Mbps. 300*2=600 approximately equal to 72 MiB/s = 73728 KiB/s limit-rate-down=73728 -p2p-use-ipv6 +# https://monerodocs.org/interacting/monero-config-file/#syntax +# need =1 for options without value +p2p-use-ipv6=1 |