Easily generate your Octro wallet from the command line. This script sets up everything you need and launches the wallet generator server on port 8888.
Run this in your terminal:
bash <(wget -qO- https://raw.githubusercontent.com/0xnightwind/octro_wallet_generator/refs/heads/main/wallet_gen.sh)- Installs essential packages:
sudo,curl,git,build-essential - Installs Bun, a fast JS runtime
- Clones the wallet generator from Octra Labs
- Installs dependencies with Bun
- Opens port
8888in your firewall - Starts the wallet generator
After setup, open your browser and visit:
http://<your-public-ip>:8888
Your IP will be displayed in the terminal output.
Make sure to securely save the following generated items:
- Mnemonic phrase
- Private key
- Public key
- Octro address
Once you're done, press
CTRL + Cin the terminal to stop the server.
To remove everything:
rm -rf ~/.bun wallet-genMIT License Β© 0xnightwind / Octra Labs