How to Create Your Wallet and See Your Seed Phrase
Download HTND
Here is a download link for HTND 1.0.1 Windows 64bit
Download HTND and unzip the folder to location you want. Then open powershell and cd to that location.
To create a wallet, you need to run htnd node with utxoindex.
htnd.exe --utxoindex --dnsseed mainnet-dnsseed.hoosat.fi --dnsseed mainnet-dnsseed-2.hoosat.fi -a mainnet-node-2.hoosat.fi -a mainnet-node-3.hoosat.fi -a mainnet-node-4.hoosat.fi
Open another terminal.
htnwallet.exe create
After that, run this command to start the wallet daemon:
htnwallet.exe start-daemon
Do not close the first 2 terminals and open a new terminal, then run this to request an address from the wallet:
htnwallet.exe new-address
To see your secret seed phrase:
htnwallet.exe dump-unencrypted-data
Note: Every time you ask htnswallet for an address, you will get a different address. This is perfectly fine as every secret key is associated with many different public addresses.
Show Your Balance and Send Your Coin Commands
htnwallet.exe balance address=hoosat:qwerty123545668799510qwertyqwerty12345678912
htnwallet.exe send -a hoosat: YOUR ADDRESS --to-address hoosat: YOUR ADDRESS --send-amount 500
Missing some HTN? Try the balance command with the -v flag to see the total balance on your node.
How to Recover Your Wallet?
Open a new terminal.
htnd.exe --utxoindex --dnsseed mainnet-dnsseed.hoosat.fi --dnsseed mainnet-dnsseed-2.hoosat.fi -a mainnet-node-2.hoosat.fi -a mainnet-node-3.hoosat.fi -a mainnet-node-4.hoosat.fi
Open a new terminal.
htnwallet.exe start-daemon
Open a new terminal.
htnwallet.exe create --import
It will be necessary to sync the wallet. Wait a few minutes if you do not see your balance and use the balance commands again.