Android

Download Termux release ‘termux-app_v0.118.0+github-debug_arm64-v8a.apk’ from GitHub here.

An .apk can be installed just like any standard Android app but it is no longer in the Android store. Do not use Termux from the App store it is no longer supported and has vulnerabilities.

After you download the .apk browse to the .apk using My Files > APK installation files and click to start install. You will need to allow installation of unknown apps using Settings and toggle My Files to yes.

Note: Allow Termux to send notifications. Paste commands into Termux using tap hold and then select paste.


1. Install the wget package to download Dero from Github

pkg install wget -y

2. For upgrade you will have to hit enter a few times to select ‘No’ to keep some old packages

apt upgrade -y

3. Download and unzip Dero

wget https://github.com/deroproject/derohe/releases/download/Release114/dero_linux_arm64.tar.gz
tar -xvf dero_linux_arm64.tar.gz

4. Create a start wallet file to make starting your wallet easier

echo "cd dero_linux_arm64
./dero-wallet-cli-linux-arm64 --daemon-address dero.cryptopapa.com:20105 --rpc-server" > start.sh
chmod 755 start.sh

5. Start your Dero wallet. After wallet loads Enter 2 for ‘Create New Wallet’ and remember to enter 4 ‘Account registration to blockchain’ which could take a few hours to register.

./start.sh

Use Step 5 each time you want to start your wallet.