Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand All @@ -138,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
Expand All @@ -161,7 +163,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.
Expand Down
Loading