- Command to generate wallet
- Faucet
- Octra Block Explorer
- Stop Wallet Generator
- Sent transaction
- Octra ocs01-test Cli installer
You can run via Github Codespace or VPS server
sudo apt update -y && sudo apt upgrade -y
sudo apt install htop ca-certificates zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev tmux iptables curl nvme-cli git wget make jq libleveldb-dev build-essential pkg-config ncdu tar clang bsdmainutils lsb-release libssl-dev libreadline-dev libffi-dev jq gcc screen file nano btop unzip lz4 -y
- Run the following to download and extract the wallet generator:
wget https://github.com/octra-labs/wallet-gen/releases/download/v4/wallet-generator-linux-x64.tar.gz
tar -xzf wallet-generator-linux-x64.tar.gz
chmod +x wallet-generator
ufw allow 8888
./wallet-generator
- Open the
Wallet GeneratorWeb UI - In your browser, go to:
http://YOUR_SERVER_IP:8888 - Using Github Codespace, Navigate to
http://localhost:8888 - You should now see the
Octra Wallet Generatorpage.
- Click "Generate Wallet" on the web interface.
- Save all the information shown, including:
- Private Key
- Public Address
- Mnemonic Phrase
The generator may also give you a text file (e.g., octra_wallet_kc4Hzdwp_1751027665.txt). To view it, run:
- So my file is in
octra_wallet_kc4Hzdwp_1751027665.txt - Now go to your terminal and run:
cat octra_wallet_kc4Hzdwp_1751027665.txt
- Replace
octra_wallet_kc4Hzdwp_1751027665.txtwith your actual filename.
- Visit the Octra Faucet here: https://faucet.octra.network/
- Paste your wallet address start With:
oct - Do not check the box that says “I am a validator”
- Click Submit.
- Check if your wallet received tokens using the Octra explorer. You should see your address marked as "confirmed".
- Visit: https://octrascan.io/
- When done, press
CTRL + Cin the terminal to stop the generator.
bash <(curl -s https://raw.githubusercontent.com/SKaaalper/Octra-txn-cli/main/install.sh)
bash <(curl -s https://raw.githubusercontent.com/SKaaalper/Octra-txn-cli/main/ocs01-test)
More info's HERE: Twitter



