Does anyone know step by step how I would upgrade to the newest version of Byteball on Linux Mint? I've downloaded the newest version but can't figure out what to do from here.
You got a folder called byteball-linux64 somewhere, replace it with the new version after extraction. You wallet data are stored elsewhere in yourhome/.config/byteball.
Hi, this seems to work for me:
How to install ByteBall in Linux:
1. Download to Downloads Folder (or another directory)
2. Open Terminal, type:cd Downloads/
3. Type: unzip byteball-linux64.zip (file is unzipped in downloads folder)
4. Type: rm byteball-linux64.zip (orig zip file is removed) (still in Downloads folder)
5. Type: cd byteball-linux64/ (now were in the ByteBall folder)
6. Type: ./Byteball &
7. Wallet starts ....