diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-06-01 19:04:30 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-06-01 19:04:30 -0700 |
commit | 0be24a2daaa1b94df6cf6a73f1ef9e8a5e2bc526 (patch) | |
tree | 8078a71967f7d63adbae02a65295bbcafc7b7c99 /home/xyz/.bitmonero | |
parent | 0633c8864ce421421601974c9bbd8ba95f6ca033 (diff) |
move monero config from cfgs to cfgl
Diffstat (limited to 'home/xyz/.bitmonero')
-rw-r--r-- | home/xyz/.bitmonero/bitmonero.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/home/xyz/.bitmonero/bitmonero.conf b/home/xyz/.bitmonero/bitmonero.conf new file mode 100644 index 00000000..b10c6708 --- /dev/null +++ b/home/xyz/.bitmonero/bitmonero.conf @@ -0,0 +1,6 @@ +p2p-bind-port=54898 +# School wifi max tested upload speed is 112.54 Mbps. 112.54*2=225.08 approximately equal to 27 MiB/s = 27648 KiB/s +# Multiply by 2 to consider sometimes internet may exceed the max allowed speed for a short amount of time before ISP slow it down. +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 |