Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
bitlogik committed May 24, 2024
1 parent 92c58cf commit d8e7122
Showing 2 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion docs/HISTORY.md
Original file line number Diff line number Diff line change
@@ -3,8 +3,11 @@ Uniblow versions history
# 2.6.4

* Update some testnets
* Fix window erratic resizing
* Now requires Python 3.9+
* Can work on Python 3.11
* Can work on Python 3.10 and 3.11
* Fallback for RMD160
* Update packaging bin
* Use newer safe-pysha3
* Update wxPython to 4.2.1
* Compiled for Ubuntu 22.04
14 changes: 7 additions & 7 deletions docs/LinuxRunBin.md
Original file line number Diff line number Diff line change
@@ -18,14 +18,14 @@ It may run on other Linux, as RHEL or Fedora. But without any testing and no gua
Get the binary and its signature file.

**Download** from the uniblow website :
[Uniblow program](https://uniblow.org/dist/Uniblow-linux-x86_64-2.6.3)
[Uniblow program](https://uniblow.org/dist/Uniblow-linux-x86_64-2.6.4)
and its
[PGP signature](https://uniblow.org/dist/Uniblow-linux-x86_64-2.6.3.sig)
[PGP signature](https://uniblow.org/dist/Uniblow-linux-x86_64-2.6.4.sig)

**Or** using the terminal, in Tails you may need to prepend *torsocks* to these commands :
```
wget https://uniblow.org/dist/Uniblow-linux-x86_64-2.6.3
wget https://uniblow.org/dist/Uniblow-linux-x86_64-2.6.3.sig
wget https://uniblow.org/dist/Uniblow-linux-x86_64-2.6.4
wget https://uniblow.org/dist/Uniblow-linux-x86_64-2.6.4.sig
```

### Check authenticity
@@ -48,7 +48,7 @@ In Tails, using the Files explorer, you can right click on the sig file and sele

OR alternatively using the Terminal, in Debian/Ubuntu (also valid for Tails) :
```
UniblowFile=Uniblow-linux-x86_64-2.6.3
UniblowFile=Uniblow-linux-x86_64-2.6.4
gpg --verify --trust-model always $UniblowFile.sig $UniblowFile
```

@@ -82,11 +82,11 @@ Now, you can run Uniblow.

In **Tails**, the *torsocks* software is required to wrap the internet queries of the Uniblow app. Else you get the network error message *Network is unreachable*.
```
torsocks ./Uniblow-linux-x86_64-2.6.3
torsocks ./Uniblow-linux-x86_64-2.6.4
```


In **Debian or Ubuntu**, you can directly run it from the file explorer GUI : double-click on the Uniblow binary icon to start it.

If nothing happens after some seconds, open a terminal in the current directory and type `./Uniblow-linux-x86_64-2.6.3`
If nothing happens after some seconds, open a terminal in the current directory and type `./Uniblow-linux-x86_64-2.6.4`

0 comments on commit d8e7122

Please sign in to comment.