Revert changes to DL settings

This commit is contained in:
Taylor Helsper 2019-08-21 22:15:23 -05:00
parent c59be4768b
commit 4464d0e86f
5 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ set -x
source /usr/share/mynode/mynode_config.sh source /usr/share/mynode/mynode_config.sh
BACKGROUND_DL_RATE=4000 BACKGROUND_DL_RATE=2500
if [ $IS_RASPI3 -eq 1 ]; then if [ $IS_RASPI3 -eq 1 ]; then
BACKGROUND_DL_RATE=500 BACKGROUND_DL_RATE=500
fi fi

View File

@ -11,7 +11,7 @@ systemctl stop quicksync
systemctl stop bitcoind systemctl stop bitcoind
# Install any new software # Install any new software
apt -y install pv apt -y install pv sysstat
# Install any pip software # Install any pip software
pip install tzupdate pip install tzupdate

View File

@ -10,7 +10,7 @@
"bind-address-ipv6": "::", "bind-address-ipv6": "::",
"blocklist-enabled": false, "blocklist-enabled": false,
"blocklist-url": "http://www.example.com/blocklist", "blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 64, "cache-size-mb": 4,
"dht-enabled": true, "dht-enabled": true,
"download-dir": "/mnt/hdd/mynode/quicksync", "download-dir": "/mnt/hdd/mynode/quicksync",
"download-queue-enabled": false, "download-queue-enabled": false,

View File

@ -51,8 +51,8 @@
} }
openConfirmDialog("confirm-dialog", openConfirmDialog("confirm-dialog",
"Enable Electrum Server", "Enable Electrum Server",
"Enabling Electrum Server will take a 1-2 days to fully sync for \ "Enabling Electrum Server will take several days to fully sync for \
the first time. Your myNode may run slowly during this time.<br/><br/> \ the first time. Your myNode may run slowly during this period.<br/><br/> \
Would you like to enable electrum server?", Would you like to enable electrum server?",
okFunction) okFunction)
} }

View File

@ -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 toilet-fonts avahi-daemon figlet libsecp256k1-dev
apt-get -y install inotify-tools libssl-dev tor tmux screen apt-get -y install inotify-tools libssl-dev tor tmux screen
apt-get -y install python-grpcio python3-grpcio apt-get -y install python-grpcio python3-grpcio
apt-get -y install pv apt-get -y install pv sysstat
# Install other things without recommendation # Install other things without recommendation