From 9b4520639c05ab5b0be8d98c6ec6c4e77604dc4f Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Tue, 13 Jun 2023 21:28:02 -0700 Subject: HDD monerod even with `monero-blockchain-import --dangerous-unverified-import 1` is still super slow on ka, I give up --- etc/monerod.conf | 12 ------------ etc/nftables.conf | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 etc/monerod.conf diff --git a/etc/monerod.conf b/etc/monerod.conf deleted file mode 100644 index 59515044..00000000 --- a/etc/monerod.conf +++ /dev/null @@ -1,12 +0,0 @@ -# Configuration for monerod -# Syntax: any command line option may be specified as 'clioptionname=value'. -# Boolean options such as 'no-igd' are specified as 'no-igd=1'. -# See 'monerod --help' for all available options. - -data-dir=/var/lib/monero -log-file=/var/log/monero/monero.log -log-level=0 - -# 1 Gbps is about 122070 KiB/s -limit-rate-up=122070 -limit-rate-down=122070 diff --git a/etc/nftables.conf b/etc/nftables.conf index d2d1402c..821ce0fb 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -28,7 +28,7 @@ table inet my_table { #udp dport mdns accept tcp dport qbt-forward accept udp dport qbt-forward accept - tcp dport monerod-p2p accept + #tcp dport monerod-p2p accept #tcp dport iperf3 accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited -- cgit v1.2.3-70-g09d2