mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 04:54:18 +01:00
ledger added
This commit is contained in:
@@ -44,6 +44,8 @@ And finally, install Electrum bitcoin wallet using the bellow command:
|
||||
|
||||
>cd Electrum-3.3.2
|
||||
|
||||
## install zbar to read QR codes with the camera
|
||||
>sudo apt-get install zbar-tools
|
||||
|
||||
## install and activate a virtual environment
|
||||
>apt-get install python3-venv
|
||||
@@ -52,9 +54,7 @@ And finally, install Electrum bitcoin wallet using the bellow command:
|
||||
|
||||
>source venv/bin/activate
|
||||
|
||||
|
||||
|
||||
## to install ColdCard access for Electrum
|
||||
## to install ColdCard for Electrum
|
||||
>sudo apt-get install python-dev libusb-1.0-0-dev libudev-dev
|
||||
|
||||
>sudo pip install --upgrade setuptools
|
||||
@@ -65,7 +65,7 @@ And finally, install Electrum bitcoin wallet using the bellow command:
|
||||
|
||||
>pip install "ckcc-protocol[cli]"
|
||||
|
||||
## install Trezor access for Electrum
|
||||
## install Trezor for Electrum
|
||||
>sudo apt-get install python3-dev python3-pip cython3 libusb-1.0-0-dev libudev-dev
|
||||
|
||||
>pip3 install --upgrade setuptools
|
||||
@@ -74,6 +74,19 @@ And finally, install Electrum bitcoin wallet using the bellow command:
|
||||
|
||||
>sudo pip3 install trezor[hidapi]
|
||||
|
||||
## install Ledger for Electrum
|
||||
|
||||
>apt-get install libudev-dev
|
||||
|
||||
>apt-get install libusb-1.0-0-dev
|
||||
|
||||
>ln -s /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so
|
||||
|
||||
>sudo pip3 install btchip-python
|
||||
|
||||
>wget -q -O - https://raw.githubusercontent.com/LedgerHQ/udev-rules/master/add_udev_rules.sh | sudo bash
|
||||
<https://support.ledger.com/hc/en-us/articles/115005165269-What-if-Ledger-Wallet-is-not-recognized-on-Linux->
|
||||
|
||||
## install Electrum Personal server
|
||||
https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_64_electrum.md
|
||||
|
||||
@@ -99,8 +112,9 @@ allow your chosen port in ufw (default is 50002)
|
||||
|
||||
>sudo systemctl start eps.service
|
||||
|
||||
>admin ~ ฿ tail -f /tmp/electrumpersonalserver.log
|
||||
monitor the log:
|
||||
>tail -f /tmp/electrumpersonalserver.log
|
||||
|
||||
will need the LAN IP if your Raspibolt
|
||||
restrict Electrum to use your own EPS, point it to the LAN IP of your Raspibolt
|
||||
>python3 run_electrum --oneserver --server 192.168.?.???:50002:s
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
cd /home/admin/assets
|
||||
nano lnd.bitcoin.conf
|
||||
>alias=
|
||||
sudo nano /home/bitcoin/.lnd/lnd.conf
|
||||
>alias=
|
||||
Reference in New Issue
Block a user