The bummer is they seem to update Haveno so quickly lately it seems that if they do then the version numbers would be for the older version and the curl command would need to be updated with the new URL and fingerprint.
That's how everything in Tails communicates, over the Socks5 proxy at 9050. That could be anything.
I know stupid question but you connected to Tor and can get to other sites, right?
Yeah I realized why that port looked so familiar right after I posted lol. I also realized that I didn't have dotfiles turned on in persistence, I turned it on and restarted. All good now! Strange it said tor wasn't connected, bc it was never down for me.
I am getting an invalid signature, seems to work fine up to that point, anyone have any suggestions? Thanks
Creating desktop menu icon ...
Downloading Haveno from URL provided ...
Downloading Haveno signature ...
Downloading signing GPG key ...
Importing the GPG key ...
gpg: key 0xCA02DAC12DAE2D0F: "reto" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
Verifying the signature of the downloaded file ...
Verification failed: gpg: Signature made Sun 08 Jun 2025 02:47:46 PM UTC
gpg: using EDDSA key DAA24D878B8D36C90120A897CA02DAC12DAE2D0F
gpg: BAD signature from "reto" [unknown]
Time was syncornised at login (well that is what Tails said) not sure about time zones - could that be an issue? .dotfiles enabled. This is an upgrade, have been using it for a while but I am a couple of versions out of date
The developers of TAILS audit the software they use themselves and release their own updates from their own repos. This is why apps will appear out of date. All apps in TAILS synaptic package manager are like this. It is generally discouraged to update using apt or other package managers.
This comment was posted automatically by a bot. All AutoModerator settings are configured by individual communities. Contact this community's Moderators to have your post approved if you believe this was in error.
We call this a memory leak in the computer world.
If the program memory leaks, you will either want to -
1. Get more memory
2. Close before the memory leak consumes all of the memory
3. Close other apps to delay the inevitable.
Computer memory can be upgraded. It all depends on how old/model/etc your PC is if it's worth upgrading the memory to replacing the whole machine. If you want to PM your model number/specs I'll tell you my expertise.
Thanks to /u/capx and /post/9ebe2b0cd2b36d0a7753/#c-4b50e1742570f5fab4
curl -fsSLO https://github.com/retoaccess1/haveno-reto/raw/master/scripts/install_tails/haveno-install.sh && bash haveno-install.sh https://github.com/retoaccess1/haveno-reto/releases/download/1.1.2/haveno-v1.1.2-linux-x86_64-installer.deb DAA24D878B8D36C90120A897CA02DAC12DAE2D0F
this command just worked for me, it took ~15 min
Should I add it to this? /d/Guides/wiki/?id=a30b5abd Is this Guide accurate? I was going to add a link to it in the wiki here.
I can add your name to the authors.
Or we remember to edit the wiki, right? Hmm
Failed to connect to 127.0.0.1 port 9050 after 0 ms: Couldn't connect to server
I know stupid question but you connected to Tor and can get to other sites, right?
Thank you though!
Creating desktop menu icon ...
Downloading Haveno from URL provided ...
Downloading Haveno signature ...
Downloading signing GPG key ...
Importing the GPG key ...
gpg: key 0xCA02DAC12DAE2D0F: "reto" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
Verifying the signature of the downloaded file ...
Verification failed: gpg: Signature made Sun 08 Jun 2025 02:47:46 PM UTC
gpg: using EDDSA key DAA24D878B8D36C90120A897CA02DAC12DAE2D0F
gpg: BAD signature from "reto" [unknown]
.dotfiles turned on in Persistent storage also?
This comment was posted automatically by a bot. All AutoModerator settings are configured by individual communities. Contact this community's Moderators to have your post approved if you believe this was in error.
Terminal -
gpg --list-keys
You'll want to find the key id of the reto key. (Could be DAA24D878B8D36C90120A897CA02DAC12DAE2D0F from your post, but verify)
Then gpg --delete-key [keyid]
It also might in Kleopatra. It'll be easier to delete from there.
Then try to run the line again.