diff --git a/rootfs/standard/usr/bin/mynode_bandwidth.sh b/rootfs/standard/usr/bin/mynode_bandwidth.sh
index 4f118689..5a06a3aa 100755
--- a/rootfs/standard/usr/bin/mynode_bandwidth.sh
+++ b/rootfs/standard/usr/bin/mynode_bandwidth.sh
@@ -5,7 +5,7 @@ set -x
source /usr/share/mynode/mynode_config.sh
-BACKGROUND_DL_RATE=4000
+BACKGROUND_DL_RATE=2500
if [ $IS_RASPI3 -eq 1 ]; then
BACKGROUND_DL_RATE=500
fi
diff --git a/rootfs/standard/usr/bin/mynode_post_upgrade.sh b/rootfs/standard/usr/bin/mynode_post_upgrade.sh
index da6f0ed3..b204f299 100755
--- a/rootfs/standard/usr/bin/mynode_post_upgrade.sh
+++ b/rootfs/standard/usr/bin/mynode_post_upgrade.sh
@@ -11,7 +11,7 @@ systemctl stop quicksync
systemctl stop bitcoind
# Install any new software
-apt -y install pv
+apt -y install pv sysstat
# Install any pip software
pip install tzupdate
diff --git a/rootfs/standard/usr/share/quicksync/settings.json b/rootfs/standard/usr/share/quicksync/settings.json
index dfaf86b9..98508a28 100644
--- a/rootfs/standard/usr/share/quicksync/settings.json
+++ b/rootfs/standard/usr/share/quicksync/settings.json
@@ -10,7 +10,7 @@
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"blocklist-url": "http://www.example.com/blocklist",
- "cache-size-mb": 64,
+ "cache-size-mb": 4,
"dht-enabled": true,
"download-dir": "/mnt/hdd/mynode/quicksync",
"download-queue-enabled": false,
diff --git a/rootfs/standard/var/www/mynode/templates/main.html b/rootfs/standard/var/www/mynode/templates/main.html
index 1f93a849..f2327348 100644
--- a/rootfs/standard/var/www/mynode/templates/main.html
+++ b/rootfs/standard/var/www/mynode/templates/main.html
@@ -51,8 +51,8 @@
}
openConfirmDialog("confirm-dialog",
"Enable Electrum Server",
- "Enabling Electrum Server will take a 1-2 days to fully sync for \
- the first time. Your myNode may run slowly during this time.
\
+ "Enabling Electrum Server will take several days to fully sync for \
+ the first time. Your myNode may run slowly during this period.
\
Would you like to enable electrum server?",
okFunction)
}
diff --git a/setup/setup_device.sh b/setup/setup_device.sh
index c872017c..ee90d5b5 100755
--- a/setup/setup_device.sh
+++ b/setup/setup_device.sh
@@ -45,7 +45,7 @@ apt-get -y install clang hitch zlib1g-dev libffi-dev file toilet ncdu
apt-get -y install toilet-fonts avahi-daemon figlet libsecp256k1-dev
apt-get -y install inotify-tools libssl-dev tor tmux screen
apt-get -y install python-grpcio python3-grpcio
-apt-get -y install pv
+apt-get -y install pv sysstat
# Install other things without recommendation