mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 04:54:18 +01:00
Merge pull request #33 from derrickr/master
Updated a few paths to show missing images
This commit is contained in:
@@ -24,7 +24,7 @@ Start at <https://github.com/rootzoll/raspiblitz>
|
||||
* #### [CoinKite Bunker on the RaspiBlitz](ckbunker_on_blitz.md)
|
||||
|
||||
<p align="left">
|
||||
<img width="400" src="/images/ckbunker.starthsm.jpg">
|
||||
<img width="400" src="./images/ckbunker.starthsm.jpg">
|
||||
</p>
|
||||
|
||||
* #### [Connect JoinMarket running on a Linux desktop to a remote node](joinmarket/joinmarket_desktop_to_blitz.md)
|
||||
@@ -90,6 +90,6 @@ Start at <https://github.com/rootzoll/raspiblitz>
|
||||
* Bitcoin Core v0.18.1
|
||||
|
||||
<p align="left">
|
||||
<img width="400" src="/images/HC1.jpeg">
|
||||
<img width="400" src="/images/XU4.jpeg">
|
||||
<img width="400" src="./images/HC1.jpeg">
|
||||
<img width="400" src="./images/XU4.jpeg">
|
||||
</p>
|
||||
|
||||
@@ -78,7 +78,7 @@ Install instructions: https://github.com/LN-Zap/zap-desktop#install
|
||||
* Start the app and select:
|
||||
```Connect your own node```
|
||||
|
||||

|
||||
<img src="./zap1.png">
|
||||
|
||||
|
||||
* Fill in the next screen:
|
||||
@@ -86,7 +86,7 @@ Install instructions: https://github.com/LN-Zap/zap-desktop#install
|
||||
`~/tls.cert`
|
||||
`~/admin.macaroon`
|
||||
|
||||

|
||||
<img src="./zap1.png">
|
||||
|
||||
* Confirm the settings on the following screen and you are done!
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
\`The server indexes the entire Bitcoin blockchain, and the resulting index enables fast queries for any given user wallet, allowing the user to keep real-time track of his balances and his transaction history using the Electrum wallet. Since it runs on the user's own machine, there is no need for the wallet to communicate with external Electrum servers, thus preserving the privacy of the user's addresses and balances.\` - [https:/github.com/romanz/electrs](https:/github.com/romanz/electrs)
|
||||
|
||||

|
||||

|
||||
|
||||
Requires 50 Gb diskpace after compactiing and ~100 GB during indexing (Nov 2019).
|
||||
|
||||
@@ -31,7 +31,7 @@ Electrs will only start serving on the port 50001 (and 50002 via Nginx) when it
|
||||
`$ sudo systemctl status electrs`
|
||||
|
||||
Example output when running after indexing has finished:
|
||||

|
||||

|
||||
|
||||
* #### Check if it is serving on the port 50001 (will appear only after indexing is complete)
|
||||
`$ sudo -u electrs lsof -i`
|
||||
|
||||
@@ -35,7 +35,7 @@ https://electrum.readthedocs.io/en/latest/tor.html#windows
|
||||
|
||||
Check for the blue dot when finished:
|
||||
|
||||

|
||||

|
||||
|
||||
### [Electrum wallet on Android](https://play.google.com/store/apps/details?id=org.electrum.electrum&hl=en)
|
||||
* Open [Orbot](https://play.google.com/store/apps/details?id=org.torproject.android&hl=en)
|
||||
|
||||
Reference in New Issue
Block a user