From db3220ce8ec7ab2901ae2ecb3fc2a9d8c81acc73 Mon Sep 17 00:00:00 2001 From: bokiko Date: Sun, 29 Mar 2026 13:28:23 +0300 Subject: [PATCH 1/3] KyZN(HIGH): fix 1 findings [run:20260329-132602-2a6016fd] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de7dadc..2701c80 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ sudo reboot ### Install Miner ```bash -curl -o- -k https://raw.githubusercontent.com/Oink70/Android-Mining/main/install.sh | bash +curl -o- https://raw.githubusercontent.com/Oink70/Android-Mining/main/install.sh | bash ``` This installs [Oink70's](https://github.com/Oink70/Android-Mining) optimized ccminer for ARM64. From fd314f0fe660179e1a31e06c65369ef06007f65a Mon Sep 17 00:00:00 2001 From: bokiko Date: Sun, 29 Mar 2026 13:29:06 +0300 Subject: [PATCH 2/3] KyZN(MEDIUM): fix 2 findings [run:20260329-132602-2a6016fd] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2701c80..4931f98 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ A step-by-step guide to set up **Verus (VRSC)** cryptocurrency mining on ARM64 s ## Compatible Devices ### Radxa Rock Series -- Rock 5A (RK3588) +- Rock 5A (RK3588S) - Rock 5B (RK3588) - Rock 5C (RK3588S2) @@ -117,6 +117,8 @@ Password: ubuntu ``` You'll be prompted to change the password on first login. +> 🔒 **Security**: Set a strong password and consider disabling SSH password login (`sudo passwd -l ubuntu` after setting up SSH keys) to prevent unauthorized access to your miner. + ### Change Hostname ```bash sudo nano /etc/hostname From 70261ad0defd512f3e017d9899202f82089e3786 Mon Sep 17 00:00:00 2001 From: bokiko Date: Sun, 29 Mar 2026 13:29:33 +0300 Subject: [PATCH 3/3] KyZN(LOW): fix 1 findings [run:20260329-132602-2a6016fd] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4931f98..d584326 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ sudo apt update && sudo apt upgrade -y ### Install Essential Packages ```bash -sudo apt install lm-sensors nano tmux htop build-essential tree unzip zip net-tools curl wget git -y +sudo apt install lm-sensors nano screen htop build-essential tree unzip zip net-tools curl wget git -y ``` ### Setup Temperature Monitoring