Skip to content

Lethean Wallet

Info

Download Windows CLI Blockchain Export

Remote Hosts: seed.lethean.io, nodes.hashvault.pro

Download macOS CLI Blockchain Export

Remote Hosts: seed.lethean.io, nodes.hashvault.pro

Download Linux CLI Blockchain Export

Remote Hosts: seed.lethean.io, nodes.hashvault.pro

Data Location

%USERPROFILE%\\Lethean\\wallets 
$HOME/Lethean/wallets
$HOME/Lethean/wallets

Using the CLI

Example

  1. Press the Windows key
  2. type cmd.exe + Press Enter
  3. change directory to Lethean user data cd %USERPROFILE%\\Lethean\\
  1. Press the CMD + SPACE
  2. type Terminal + Press Enter
  3. change directory to Lethean user data cd $HOME/Lethean
  1. Open your preferred Terminal
  2. change directory to Lethean user data cd $HOME/Lethean

New Wallet

cd %USERPROFILE%\\Lethean\\wallets && ..\\cli\\lethean-wallet-cli.exe --daemon-host=seed.lethean.io --generate-new-wallet=wallet
cd $HOME/Lethean/wallets && ../cli/lethean-wallet-cli --daemon-host=seed.lethean.io --generate-new-wallet=wallet
cd $HOME/Lethean/wallets && ../cli/lethean-wallet-cli --daemon-host=seed.lethean.io --generate-new-wallet=wallet

Restore Wallet from Seed

cd %USERPROFILE%\\Lethean\\wallets && ..\\cli\\lethean-wallet-cli.exe --daemon-host=seed.lethean.io -restore-deterministic-wallet --generate-new-wallet=wallet
cd $HOME/Lethean/wallets && ../cli/lethean-wallet-cli --daemon-host=seed.lethean.io -restore-deterministic-wallet --generate-new-wallet=wallet
cd $HOME/Lethean/wallets && ../cli/lethean-wallet-cli --daemon-host=seed.lethean.io -restore-deterministic-wallet --generate-new-wallet=wallet

Restore Wallet From Keys

cd %USERPROFILE%\\Lethean\\wallets && ..\\cli\\lethean-wallet-cli.exe --daemon-host=seed.lethean.io --generate-new-keys=wallet
cd $HOME/Lethean/wallets && ../cli/lethean-wallet-cli --daemon-host=seed.lethean.io --generate-new-keys=wallet
cd $HOME/Lethean/wallets && ../cli/lethean-wallet-cli --daemon-host=seed.lethean.io --generate-new-keys=wallet

Open Wallet

cd %USERPROFILE%\\Lethean\\wallets &&  ..\\cli\\lethean-wallet-cli --daemon-host=seed.lethean.io --wallet-file=wallet 
cd $HOME/Lethean/wallets && ../cli/lethean-wallet-cli --daemon-host=seed.lethean.io --wallet-file=wallet
cd $HOME/Lethean/wallets && ../cli/lethean-wallet-cli --daemon-host=seed.lethean.io --wallet-file=wallet

Comments