diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-12-22 00:04:36 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-12-22 00:04:36 -0800 |
commit | a1842956ed9334d280b2d2d16c4b6018966f0f79 (patch) | |
tree | d6fc4c657c363a90a0b259ed1f4f0b190c35afcd | |
parent | c00fd347c578cdada4ebe511f6a788e27550276e (diff) |
monerod try enable ipv6, not tested
-rw-r--r-- | home/xyz/.bitmonero/bitmonero.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.bitmonero/bitmonero.conf b/home/xyz/.bitmonero/bitmonero.conf index 510aa945..5a5d7a65 100644 --- a/home/xyz/.bitmonero/bitmonero.conf +++ b/home/xyz/.bitmonero/bitmonero.conf @@ -3,3 +3,4 @@ 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 |