This commit is contained in:
openoms
2019-01-16 14:10:12 +00:00
parent ec03c6f73b
commit 8692c4f363
7 changed files with 32 additions and 10 deletions

View File

@@ -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

View File

@@ -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.

22
README.MD Normal file
View File

@@ -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)

View File

@@ -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.

View File

@@ -1,2 +0,0 @@
sudo nano /home/bitcoin/.lnd/lnd.conf
>alias=

BIN
images/RaspiBlitz.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
images/RaspiBlitzPhoto.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB