mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 04:54:18 +01:00
ckbunker: fix dependencies
This commit is contained in:
@@ -15,8 +15,7 @@ More info: https://ckbunker.com/install.html
|
|||||||
|
|
||||||
```
|
```
|
||||||
# dependencies
|
# dependencies
|
||||||
sudo apt install -y virtualenv
|
sudo apt install -y virtualenv python-dev libusb-1.0-0-dev libudev-dev
|
||||||
sudo apt -y python-dev libusb-1.0-0-dev libudev-dev
|
|
||||||
|
|
||||||
# open firewall to LAN (edit to the correct subnet)
|
# open firewall to LAN (edit to the correct subnet)
|
||||||
sudo ufw allow from 192.168.3.0/24 to any port 9823 comment "ckbunker"
|
sudo ufw allow from 192.168.3.0/24 to any port 9823 comment "ckbunker"
|
||||||
@@ -68,4 +67,4 @@ https://ckbunker.com/examples.html
|
|||||||
|
|
||||||
<p align="left">
|
<p align="left">
|
||||||
<img width="400" src="/images/ckbunker.hsmmode.jpg">
|
<img width="400" src="/images/ckbunker.hsmmode.jpg">
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user