mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-02 14:46:22 -04:00
Added scripts to run haveno on tails (#1036)
This commit is contained in:
parent
69a1e67da2
commit
4819e5ebfa
2 changed files with 88 additions and 0 deletions
11
scripts/install_tails/README.md
Normal file
11
scripts/install_tails/README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Steps to use (This has serious security concerns to tails threat model only run when you need to access haveno)
|
||||
|
||||
## 1. Enable persistent storage and admin password before starting tails
|
||||
|
||||
## 2. Get your haveno deb file in persistent storage, currently most people use haveno-reto (amd64 version for tails)
|
||||
|
||||
## 3. Edit the path to the haveno deb file if necessary then run ```sudo ./haveno-install.sh```
|
||||
## 4. As amnesia run ```source ~/.bashrc```
|
||||
## 5. Start haveno using ```haveno-tails```
|
||||
|
||||
## You will need to run this script after each reset, but your data will be saved persistently in /home/amnesia/Persistence/Haveno-reto
|
Loading…
Add table
Add a link
Reference in a new issue