Skip to content

SKaaalper/Octra-Wallet-Generated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 

Repository files navigation

Octra Wallet Generated

image

You can now generate a testnet wallet by following this instruction:

Table Of Contents:

You can run via Github Codespace or VPS server

1. Open your terminal and run:

sudo apt update -y && sudo apt upgrade -y

2. Install Required Packages:

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

3. Download Wallet Generator:

  • 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

4. Open port:

ufw allow 8888

5. Then run the wallet generator:

./wallet-generator
  • Open the Wallet Generator Web 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 Generator page.

image

6. Generate Your Wallet

  • Click "Generate Wallet" on the web interface.
  • Save all the information shown, including:
    • Private Key
    • Public Address
    • Mnemonic Phrase

7. Open new Terminal and Save Wallet Info from File:

The generator may also give you a text file (e.g., octra_wallet_kc4Hzdwp_1751027665.txt). To view it, run:

Example: image

  • 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.txt with your actual filename.

8. Get Test Tokens (Faucet):

  • 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.

9. Confirm on Explorer

  • Check if your wallet received tokens using the Octra explorer. You should see your address marked as "confirmed".
  • Visit: https://octrascan.io/

10. Stop the Wallet Generator

  • When done, press CTRL + C in the terminal to stop the generator.

11. Octra-txn-cli

bash <(curl -s https://raw.githubusercontent.com/SKaaalper/Octra-txn-cli/main/install.sh)

image

12. Octra ocs01-test Cli installer:

bash <(curl -s https://raw.githubusercontent.com/SKaaalper/Octra-txn-cli/main/ocs01-test)
image

More info's HERE: Twitter

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published