diff --git a/.gitignore b/.gitignore index f984c43..677dd1a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ backup_ozgur.sh backup.sh backup/backup.sh backup/backup_ozgur.sh -quilibrium_for_pros.sh \ No newline at end of file +quilibrium_for_pros.sh +dataworker.py \ No newline at end of file diff --git a/install/install_docker.sh b/install/install_docker.sh index 9cdc3d4..f5e0d13 100644 --- a/install/install_docker.sh +++ b/install/install_docker.sh @@ -60,7 +60,7 @@ git checkout release-cdn # Step 7:Build Docker Container echo "⏳Building Ceremonyclient Container" sleep 2 # Add a 2-second delay -docker build --build-arg GIT_COMMIT=$(git log -1 --format=%h) -t quilibrium:1.4.19 . +docker build --build-arg GIT_COMMIT=$(git log -1 --format=%h) -t quilibrium:1.4.19 .1.4.19 # Step 8:Run Ceremonyclient Container echo "✅Running Ceremonyclient Container" diff --git a/install/install_quilibrium_service.sh b/install/install_quilibrium_service.sh index 87b7397..9060654 100644 --- a/install/install_quilibrium_service.sh +++ b/install/install_quilibrium_service.sh @@ -43,7 +43,7 @@ else fi sudo apt upgrade -y - +1.4.19 # Step 2: Adjust network buffer sizes echo "Adjusting network buffer sizes..." diff --git a/profile/.bash_profile b/profile/.bash_profile index 9a027cc..1748dd9 100644 --- a/profile/.bash_profile +++ b/profile/.bash_profile @@ -32,9 +32,9 @@ if [ "$ARCH" = "x86_64" ]; then elif [ "$OS" = "Darwin" ]; then NODE_BINARY='node-1.4.19-darwin-amd64' fi -elif [ "$ARCH" = "aarch64" ]; then - if [ "$OS" = "Linux" ]; then - NODE_BINARY='node-1.4.19-linux-arm64' +elif [ "$ARCH" = "aarch64" ]; then1.4.19 + if [ "$OS" = "Linux" ]; then1.4.19 + NODE_BINARY='node-1.4.19-linux-arm64'1.4.19 elif [ "$OS" = "Darwin" ]; then NODE_BINARY='node-1.4.19-darwin-arm64' fi diff --git a/update_arm64.sh b/update_arm64.sh index f4931b5..8af5786 100644 --- a/update_arm64.sh +++ b/update_arm64.sh @@ -1,7 +1,7 @@ #!/bin/bash # Set the version number -VERSION="1.4.18" +VERSION="1.4.19" # Step 0: Welcome echo "This script is made with ❤️ by https://quilibrium.space @ 0xOzgur.eth for scalepod.io"