mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 04:54:18 +01:00
readme update, fix handles
This commit is contained in:
@@ -3,9 +3,16 @@
|
||||
|
||||
Start at <https://github.com/rootzoll/raspiblitz>
|
||||
|
||||
* #### [Connect JoinMarket running on a Linux desktop to a remote node](joinmarket/joinmarket_desktop_to_blitz.md)
|
||||
In order to use the JoinMarketQT GUI (and other scripts) it needs to connect to a Bitcoin Core node. A pruned node with the wallet enabled will do and txindex is not required.
|
||||
|
||||
* #### [Forward ports with a reverse SSH tunnel](ssh_tunnel.md)
|
||||
No port forwarding needed on the local router.
|
||||
Hides the IP of the host and provides an encrypted connection.
|
||||
|
||||
|
||||
* #### [JoinMarket on the RaspiBlitz](joinmarket/README.md)
|
||||
A long standing coinjoin implementation with decentralised coordination and incentive structure.
|
||||
|
||||
* #### [BTCPayServer on the RaspiBlitz](BTCPayServer/README.md)
|
||||
|
||||
|
||||
@@ -107,7 +107,7 @@ This needs to be done at every new login.
|
||||
|
||||
* See the walkthrough for the JoinMarket-Qt GUI to send payments with coinjoin or run multiple coinjoins (**tumbler**): <https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/docs/JOINMARKET-QT-GUIDE.md>
|
||||
|
||||
* Video demonstration of using the JoinMarket-Qt GUI: <https://youtu.be/hwmvZVQ4C4M>
|
||||
* Video demonstration of using the JoinMarket-Qt GUI by @AdamISZ: <https://youtu.be/hwmvZVQ4C4M>
|
||||
|
||||
### Run a Yield Generator
|
||||
* Read the basics: https://github.com/JoinMarket-Org/joinmarket/wiki/Running-a-Yield-Generator
|
||||
@@ -182,8 +182,7 @@ Find a basic introduction at https://www.ocf.berkeley.edu/~ckuehl/tmux/
|
||||
`$ nano joinmarket.cfg`
|
||||
* Comment out the clearnet communication channels (place a `#` on the front of the line - means it won`t be used by the script):
|
||||
|
||||
```
|
||||
[MESSAGING:server1]
|
||||
```@AdamISZ
|
||||
#host = irc.cyberguerrilla.org
|
||||
|
||||
...
|
||||
@@ -220,5 +219,5 @@ https://github.com/6102bitcoin/CoinJoin-Research/blob/master/CoinJoin_Implementa
|
||||
* Check the guide for the RaspiBolt by @kristapsk:
|
||||
https://github.com/kristapsk/raspibolt-extras/blob/master/joinmarket.md
|
||||
|
||||
* Tmux will be included in the next release of the RaspiBlitz:
|
||||
* Tmux will be included in the next release of the RaspiBlitz:
|
||||
<https://github.com/rootzoll/raspiblitz/issues/793>
|
||||
|
||||
@@ -141,7 +141,7 @@ This can be skipped if you connect through Tor (see [below](#tor-connection))
|
||||
|
||||
## JoinMarket-QT icon/shortcut on the Linux desktop
|
||||
|
||||
The following instructions by @k3tan will create an icon for easy access.
|
||||
The following instructions by @k3tan172 will create an icon for easy access.
|
||||
Tested on Ubuntu.
|
||||
|
||||
1) #### Create an environment script
|
||||
@@ -202,8 +202,8 @@ Tested on Ubuntu.
|
||||
|
||||
* [JoinMarket on the RaspiBlitz guide](README.md)
|
||||
|
||||
* Video demonstration of using the JoinMarket-Qt GUI by @waxwing:
|
||||
* Video demonstration of using the JoinMarket-Qt GUI by @AdamISZ:
|
||||
<https://youtu.be/hwmvZVQ4C4M>
|
||||
|
||||
* Video about how to setup and use JoinMarket on the Ubuntu Node Box by @k3tan:
|
||||
* Video about how to setup and use JoinMarket on the Ubuntu Node Box by @k3tan172:
|
||||
<https://www.youtube.com/watch?v=zTCC86IUzWo>
|
||||
Reference in New Issue
Block a user