Updating scripts for mass installation, configuring Chia forks on Linux

  • August 27, 2022

For a long time I could not get together to write or do something useful… And so I gathered strength and spirit and decided to update the scripts for installation on linux, namely on Ubuntu 22.04.

In general, the entire installation process remained the same as it was described in the article earlier, in the article Step-by-step instructions for mass installation and configuration of Chia forks on Linux

The main changes are that I moved most of the scripts to the scripts subfolder, I also made revision for each script, deleted unnecessary forks and excluded them from the settings.

I would like to pay special attention to the file import_config.sh , from the folder scripts namely its contents.

....  #$EXEC_FILE db upgrade  $EXEC_FILE configure --enable-upnp false  $EXEC_FILE configure --log-level INFO  #$EXEC_FILE configure --set-farmer-peer $FARMER_HOST  $EXEC_FILE init --fix-ssl-permissions  echo "deactivate"

#$EXEC_FILE db upgrade — updating databases from v1 to v2 allows you to save space on your hard disk, but it can take a very long time. I described the detailed process using the example of Chia How to reduce the size of the Chia database?!

$EXEC_FILE configure --enable-upnp false — Disable upnp, well, here without unnecessary comments

You must be logged in to post a comment.