- Open any Linux based terminal, you can use VPS / WSL (On windows) or simply you can use virtual IDE as well
- If you don't have any VPS or not have WSL installed in your Windows, then simply go for virtual IDE
- One virtual IDE, I use the most is Github Codespaces, visit this link and choose a blank template
Note
If you already have 2 templates opened in github codespace, in that case you need to delete one before opening another one
- Now install
curlcommand first
command -v curl >/dev/null 2>&1 || { sudo apt-get update && sudo apt-get install -y curl; }
- Now use the below command to generate your octra wallet
curl -sSL https://raw.githubusercontent.com/zunxbt/octra-wallet-cli/refs/heads/main/start.sh -o start.sh && chmod +x start.sh && ./start.sh
- Visit octra faucet website to request faucet
- Paste your wallet address, solve captcha and request faucet
