diff --git a/Electrum_ColdCard_ Trezor_ Ledger_EPS.md b/Electrum_ColdCard_Trezor_Ledger_EPS.md similarity index 90% rename from Electrum_ColdCard_ Trezor_ Ledger_EPS.md rename to Electrum_ColdCard_Trezor_Ledger_EPS.md index 477f4d5..ea74b42 100644 --- a/Electrum_ColdCard_ Trezor_ Ledger_EPS.md +++ b/Electrum_ColdCard_Trezor_Ledger_EPS.md @@ -1,3 +1,6 @@ +# Install Electrum with support for ColdCard, Trezor and Ledger connected to your own Electrum Personal Server + + >sudo apt-get update >sudo apt-get upgrade @@ -8,7 +11,8 @@ >wget https://download.electrum.org/3.3.2/Electrum-3.3.2.tar.gz https://download.electrum.org/3.3.2/Electrum-3.3.2.tar.gz.asc Verify Electrum's downloaded source code -At this stage, we are ready to verify Electrum's source code. The source code is signed by Thomas Voegtlin (https://electrum.org). Let's import a relevant key signature: +At this stage, we are ready to verify Electrum's source code. The source code is signed by Thomas Voegtlin (https://electrum.org). +Let's import his public key: > gpg --keyserver pool.sks-keyservers.net --recv-keys 2BD5824B7F9470E6 ``` @@ -17,8 +21,7 @@ gpg: no ultimately trusted keys found gpg: Total number processed: 1 gpg: imported: 1 ``` - -Confirm a correct key import as per LINE 2. Once the key has been imported it is time to perform the verification: +Confirm a correct key import and proceed to verify the downloaded file with with the help of the signature file: > gpg --verify Electrum-3.3.2.tar.gz.asc Electrum-3.3.2.tar.gz ``` @@ -32,13 +35,13 @@ gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 6694 D8DE 7BE8 EE56 31BE D950 2BD5 824B 7F94 70E6 ``` -Note gpg: Good signature on Line 4. All seems to be in order! +Note gpg: Good signature on Line 3. All seems to be in order! Install Electrum To install Electrum bitcoin wallet, we first need to preform an installation of all prerequisites: > sudo apt-get install python3-setuptools python3-pyqt5 python3-pip -And finally, install Electrum bitcoin wallet using the bellow command: +Install Electrum using the command: >sudo pip3 install Electrum-3.3.2.tar.gz diff --git a/JouletoRaspiBolt/README.md b/JouletoRaspiBolt/README.md index d8cdd70..8c470ba 100644 --- a/JouletoRaspiBolt/README.md +++ b/JouletoRaspiBolt/README.md @@ -1,4 +1,4 @@ -## Connect the Joule browser extension to your RaspiBolt +## Connect the Joule browser extension to the RaspiBlitz https://lightningjoule.com/ Bring the power of lightning to the web with in-browser payments and identity, all with your own node. diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..a773322 --- /dev/null +++ b/README.MD @@ -0,0 +1,22 @@ +# Tutorials to make a Full Node work + + +start at https://github.com/rootzoll/raspiblitz + +and continue https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_60_bonus.md + +More here: + +[Connect the Zap Desktop Lightning wallet to the RaspiBlitz](ZAPtoRaspiBolt/README.md) + +[Connect the Joule browser extension to the RaspiBlitz](JouletoRaspiBolt/README.md) + +[Install Electrum with support for ColdCard, Trezor and Ledger](Electrum_ColdCard_Trezor_Ledger_EPS.md) + +[Click here to see my node on explore.casa and connect](https://explore.casa/nodes/03ae56e5cc4edb357407727d52372a6bee32bc870802b0888961b01b49625a1815) + +If you are not behind Tor send me a DM on https://twitter.com/openoms an I will add you as a peer first. + + + +![](images/RaspiBlitzPhoto.jpg) diff --git a/ZAPtoRaspiBolt/README.md b/ZAPtoRaspiBolt/README.md index 0df9342..8c490b8 100644 --- a/ZAPtoRaspiBolt/README.md +++ b/ZAPtoRaspiBolt/README.md @@ -1,7 +1,6 @@ -## Connect the ZAP Desktop Lightning wallet to your RaspiBolt - +## Connect the ZAP Desktop Lightning wallet to the RaspiBlitz The desktop app ZAP (https://github.com/LN-Zap/zap-desktop) ) is a cross platform Lightning Network wallet focused on user experience and ease of use. diff --git a/change_RaspiBlitz_name.txt b/change_RaspiBlitz_name.txt deleted file mode 100644 index b51c740..0000000 --- a/change_RaspiBlitz_name.txt +++ /dev/null @@ -1,2 +0,0 @@ -sudo nano /home/bitcoin/.lnd/lnd.conf ->alias= \ No newline at end of file diff --git a/images/RaspiBlitz.png b/images/RaspiBlitz.png new file mode 100644 index 0000000..8f3336c Binary files /dev/null and b/images/RaspiBlitz.png differ diff --git a/images/RaspiBlitzPhoto.jpg b/images/RaspiBlitzPhoto.jpg new file mode 100755 index 0000000..3b6186d Binary files /dev/null and b/images/RaspiBlitzPhoto.jpg differ