Skip to content

0xnightwind/octro_wallet_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸͺ™ Octro Wallet Generator

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.


πŸš€ Quick Start (1-Liner Install)

Run this in your terminal:

bash <(wget -qO- https://raw.githubusercontent.com/0xnightwind/octro_wallet_generator/refs/heads/main/wallet_gen.sh)

πŸ“¦ What It Does

  • 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 8888 in your firewall
  • Starts the wallet generator

🌐 Access the Wallet Generator

After setup, open your browser and visit:

http://<your-public-ip>:8888

Your IP will be displayed in the terminal output.


πŸ” Important

Make sure to securely save the following generated items:

  • Mnemonic phrase
  • Private key
  • Public key
  • Octro address

Once you're done, press CTRL + C in the terminal to stop the server.


🧹 Uninstall

To remove everything:

rm -rf ~/.bun wallet-gen

πŸ“„ License

MIT License Β© 0xnightwind / Octra Labs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages