mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-20 05:14:19 +01:00
joinmarket: improve instructions
This commit is contained in:
@@ -31,10 +31,12 @@ To install JoinMarket on RaspiBlitz v1.4 (earlier versions are not supported):
|
|||||||
|
|
||||||
```
|
```
|
||||||
#download:
|
#download:
|
||||||
https://raw.githubusercontent.com/rootzoll/raspiblitz/v1.5/home.admin/config.scripts/bonus.joinmarket.sh
|
wget https://raw.githubusercontent.com/rootzoll/raspiblitz/v1.5/home.admin/config.scripts/bonus.joinmarket.sh
|
||||||
#run:
|
#run:
|
||||||
sudo bash bonus.joinmarket.sh on
|
sudo bash bonus.joinmarket.sh on
|
||||||
```
|
```
|
||||||
|
Start by logging in with the `joinmarket` user:
|
||||||
|
`sudo su joinmarket`
|
||||||
|
|
||||||
### Generate a wallet
|
### Generate a wallet
|
||||||
* Using the JoinMarket wallet: https://github.com/JoinMarket-Org/joinmarket/wiki/Using-the-JoinMarket-internal-wallet
|
* Using the JoinMarket wallet: https://github.com/JoinMarket-Org/joinmarket/wiki/Using-the-JoinMarket-internal-wallet
|
||||||
@@ -109,7 +111,6 @@ With the Tumbler the CoinJoin process is faster but the miner and maker fees are
|
|||||||
`(jmvenv) $ python yg-privacyenhanced.py wallet.jmdat`
|
`(jmvenv) $ python yg-privacyenhanced.py wallet.jmdat`
|
||||||
|
|
||||||
### Check the transaction history
|
### Check the transaction history
|
||||||
|
|
||||||
* use the wallet tool:
|
* use the wallet tool:
|
||||||
`(jmvenv) $ python wallet-tool.py wallet.jmdat history`
|
`(jmvenv) $ python wallet-tool.py wallet.jmdat history`
|
||||||
|
|
||||||
@@ -126,13 +127,13 @@ With the Tumbler the CoinJoin process is faster but the miner and maker fees are
|
|||||||
`$ tail -f -n 100 ~/.joinmarket/logs/yigen-statement.csv`
|
`$ tail -f -n 100 ~/.joinmarket/logs/yigen-statement.csv`
|
||||||
|
|
||||||
### Keep the offers running in the background with [Tmux](https://github.com/tmux/tmux#welcome-to-tmux)
|
### Keep the offers running in the background with [Tmux](https://github.com/tmux/tmux#welcome-to-tmux)
|
||||||
|
|
||||||
* Start:
|
* Start:
|
||||||
|
`$ sudo su joinmarket`
|
||||||
`$ tmux`
|
`$ tmux`
|
||||||
|
|
||||||
* Work in the terminal as described above.
|
* Work in the terminal as described above.
|
||||||
Find a basic introduction at https://www.ocf.berkeley.edu/~ckuehl/tmux/
|
Find a basic introduction to Tmux at https://www.ocf.berkeley.edu/~ckuehl/tmux/
|
||||||
* If the terminal is disconnected the processes in tmux keep running (as it is running on the Blitz) and can be returned to
|
* 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:
|
* when logged in after a disconnection run:
|
||||||
`$ tmux a`
|
`$ tmux a`
|
||||||
to pick up where left off
|
to pick up where left off
|
||||||
|
|||||||
Reference in New Issue
Block a user