-
Download wownero_v0.10.1.0_amd64.deb
-
Open file manager, go to location where deb file is saved, in empty space, right click and select “Open in Terminal”
-
Check hash of file with:
shasum -a 256 wownero_v0.10.1.0_amd64.deb
It should be:
a1221b38e1834b4a6242c6c919e7d4aed99766e4ddda977b4eb1352291e254f2
-
If hash is correct, install package with:
sudo dpkg -i wownero_v0.10.1.0_amd64.deb
-
To start node, type
wownerod
in terminal. Once synced, in new tab, typewownero-wallet-cli
to open/create a new wallet. Typehelp
in wallet to see available commands. -
To uninstall, type
sudo dpkg --purge wownero
4 Likes