mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2026-01-03 20:04:20 +01:00
joinmarket: use the latest release
This commit is contained in:
@@ -27,6 +27,8 @@ When installed can also check:
|
||||
```bash
|
||||
$ git clone https://github.com/JoinMarket-Org/joinmarket-clientserver.git
|
||||
$ cd joinmarket-clientserver
|
||||
# latest release: https://github.com/JoinMarket-Org/joinmarket-clientserver/releases
|
||||
$ git reset --hard v0.5.5
|
||||
$ ./install.sh
|
||||
# (follow instructions on screen; provide sudo password when prompted)
|
||||
# do not install QT-dependencies - running headless on the RPi
|
||||
@@ -57,8 +59,6 @@ This needs to be done at every new login.
|
||||
|
||||
`$ nano joinmarket.cfg`
|
||||
|
||||
|
||||
|
||||
```
|
||||
[BLOCKCHAIN]
|
||||
rpc_user = raspibolt
|
||||
@@ -120,12 +120,11 @@ This needs to be done at every new login.
|
||||
`$ tmux`
|
||||
* Work in the terminal as described above.
|
||||
Find a basic introduction at https://www.ocf.berkeley.edu/~ckuehl/tmux/
|
||||
* If the terminal is disconnected the processes in tmux keep running (as it is running the Blitz) and can be reopened
|
||||
* If the terminal is disconnected the processes in tmux keep running (as it is running on the Blitz) and can be returned to
|
||||
* when logged in after a disconnection run:
|
||||
`$ tmux a`
|
||||
to pick up where left off
|
||||
|
||||
|
||||
### Resources:
|
||||
* Latest codebase: https://github.com/JoinMarket-Org/joinmarket-clientserver
|
||||
* Installation instructions: https://github.com/JoinMarket-Org/joinmarket-clientserver#quickstart---recommended-installation-method-linux-only
|
||||
|
||||
Reference in New Issue
Block a user