Skip to content

OwshenNetwork/genesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

🔺 The Bermuda Testnet 🔺

Owshen is an innovative privacy platform developed for EVM-based blockchains. Owshen's very first testnet, The Bermuda Testnet has launched! Excited to check it out? Just follow these steps!)

Steps

  1. Get yourself a GNU/Linux machine. (Ubuntu +22.04 preferred)
  2. Install libfuse2, npm and snarkjs:
    sudo apt install fuse libfuse2 npm -y
    sudo npm install -g snarkjs
  3. Download the latest AppImage of the Owshen Wallet:
    wget https://github.com/OwshenNetwork/owshen/releases/download/v0.1.4/Owshen_v0.1.4_x86_64.AppImage
  4. Make it executable:
     chmod +x Owshen_v0.1.4_x86_64.AppImage
  5. If this is the first time you are creating a wallet, initialize your wallet and KEEP YOUR 12-WORD MNEMONIC PHRASE IN A SAFE PLACE!
    ./Owshen_v0.1.4_x86_64.AppImage init
    Otherwise, if you have previously participated in our airdrop and already have a wallet, re-initialize your wallet with your old 12-mnemonic phrase via this command:
    ./Owshen_v0.1.4_x86_64.AppImage init --mnemonic "[YOUR 12 WORD MNEMONIC-PHRASE]"
    In case you have problems reinitializing your wallet, try removing the old wallet files (THIS WILL REMOVE YOUR WALLET FILE, MAKE SURE YOU HAVE WRITTEN DOWN YOUR 12-WORD MNEMONIC PHRASE SOMEWHERE!):
    rm -rf ~/.owshen-wallet
    rm -rf ~/.owshen-wallet-cache
    And then initialize again!
  6. Run the Owshen wallet! You should be able to see your DIVE balance in case you have successfully participated on our Bermuda airdrop!
    ./Owshen_v0.1.4_x86_64.AppImage wallet
    
  7. If you have problems running the wallet, let's discuss in our Discord server: https://discord.gg/owshen

Happy diving! 🏊

About

Owshen rewards and airdrops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published