mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-24 15:04:19 +01:00
joinmarket: update to 0.6.2
This commit is contained in:
@@ -48,7 +48,7 @@ This can be skipped if you connect through Tor (see [below](#tor-connection))
|
||||
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.6.1
|
||||
git reset --hard v0.6.2
|
||||
|
||||
./install.sh --with-qt
|
||||
```
|
||||
@@ -61,9 +61,9 @@ This can be skipped if you connect through Tor (see [below](#tor-connection))
|
||||
`(jmvenv) $ python joinmarket-qt.py`
|
||||
|
||||
4) #### Edit the joinmarket.cfg:
|
||||
`$ nano ./scripts/joinmarket.cfg`
|
||||
`$ nano ~/.joinmarket/joinmarket.cfg`
|
||||
|
||||
Fill in the values in CAPITALs:
|
||||
Fill in the values which are in CAPITALs:
|
||||
|
||||
```
|
||||
[BLOCKCHAIN]
|
||||
@@ -80,9 +80,9 @@ This can be skipped if you connect through Tor (see [below](#tor-connection))
|
||||
|
||||
If you want use the wallet used on your node already copy it over with scp (fill in the parts written in CAPITALs):
|
||||
```
|
||||
$ scp admin@REMOTE_NODE_IP:~/joinmarket-clientserver/scripts/wallets/WALLET.jmdat ./wallets/
|
||||
$ scp admin@REMOTE_NODE_IP:~/.joimarket/wallets/WALLET.jmdat ~/.joimarket/wallets/
|
||||
```
|
||||
You can use the `Wallet` menu of JoinMarketQT to generate or restore a wallet
|
||||
You can use the `Wallet` menu of JoinMarketQT to generate or restore a wallet.
|
||||
|
||||
5) #### Start the JoinMarket-QT GUI (or an other script) with:
|
||||
`(jmvenv) $ python joinmarket-qt.py`
|
||||
@@ -143,15 +143,20 @@ This can be skipped if you connect through Tor (see [below](#tor-connection))
|
||||
```
|
||||
* Uncomment (remove the `#` from front of) the entries related to Tor:
|
||||
```
|
||||
#for tor
|
||||
host = epynixtbonxn4odv34z4eqnlamnpuwfz6uwmsamcqd62si7cbix5hqad.onion
|
||||
socks5 = true
|
||||
|
||||
...
|
||||
|
||||
[MESSAGING:server1]
|
||||
...
|
||||
#for tor
|
||||
host = darksci3bfoka7tw.onion
|
||||
socks5 = true
|
||||
...
|
||||
[MESSAGING:server2]
|
||||
...
|
||||
#for tor
|
||||
host = ncwkrwxpq2ikcngxq3dy2xctuheniggtqeibvgofixpzvrwpa77tozqd.onion
|
||||
port = 6667
|
||||
usessl = false
|
||||
socks5 = true
|
||||
```
|
||||
|
||||
4) #### activate the python virtual environment:
|
||||
@@ -228,4 +233,4 @@ Tested on Ubuntu.
|
||||
<https://youtu.be/hwmvZVQ4C4M>
|
||||
|
||||
* Video about how to setup and use JoinMarket on the Ubuntu Node Box by @k3tan172:
|
||||
<https://www.youtube.com/watch?v=zTCC86IUzWo>
|
||||
<https://www.youtube.com/watch?v=zTCC86IUzWo>
|
||||
|
||||
Reference in New Issue
Block a user