summaryrefslogtreecommitdiff
path: root/home/xyz/.bitmonero/bitmonero.conf
diff options
context:
space:
mode:
Diffstat (limited to 'home/xyz/.bitmonero/bitmonero.conf')
-rw-r--r--home/xyz/.bitmonero/bitmonero.conf15
1 files changed, 9 insertions, 6 deletions
diff --git a/home/xyz/.bitmonero/bitmonero.conf b/home/xyz/.bitmonero/bitmonero.conf
index a1157cd8..08b96a8b 100644
--- a/home/xyz/.bitmonero/bitmonero.conf
+++ b/home/xyz/.bitmonero/bitmonero.conf
@@ -1,8 +1,11 @@
-# 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
+p2p-use-ipv6=1
+# Bind to wireguard ips, I want monerod only using network through wireguard,
+# otherwise China ISP will think I mine crypto and will be unhappy. But
+# p2p-bin-ip and p2pbind-ipv6-address seems do not work, see vq buts note. But
+# I still have those configs here because what if they somehow fixed it in the
+# future.
+# Can be tested with sth. like `sudo tcpdump -i wlp2s0 port 18080`
+p2p-bind-ip=10.0.0.1
+p2p-bind-ipv6-address=fdc9:281f:04d7:9ee9::1