Create wallet

Install dependencies

sudo apt update && sudo apt list --upgradable && sudo apt upgrade -y
sudo apt install libfuse2

Download wallet installer

wget https://github.com/OwshenNetwork/owshen/releases/download/v0.1.0/Owshen_v0.1.0_x86_64.AppImage
chmod +x Owshen_v0.1.0_x86_64.AppImage

to create new wallet don't lose its phrase

./Owshen_v0.1.0_x86_64.AppImage init

to recover wallet

./Owshen_v0.1.0_x86_64.AppImage init --mnemnonic "seed parsemu"

to see wallet informations

./Owshen_v0.1.0_x86_64.AppImage info

Last updated