Browse Source

version 1.0 merges

dev
rootzoll 6 years ago
parent
commit
d047bb4459
  1. 3
      README.md
  2. 1
      build_sdcard.sh
  3. 4
      home.admin/assets/background.service

3
README.md

@ -380,7 +380,8 @@ You can run your Bitcoin- and Lightning-Node as a TOR hidden service - replacing
This has some benefits:
* You dont publish your IP running a node so its much harder to resolve your real name and location.
* You tunnel thru the NAT of your router and make Bitcoin and Lightning reachable to all other TOR nodes
* You tunnel thru the NAT of your router and make Bitcoin and Lightning reachable to all other TOR nodes.
* By using a TOR address it's possible to move the node to a different IPv4 address and keep the existing (=preciously open and funded) channels functional.
But this also comes with the following side effects:

1
build_sdcard.sh

@ -1,4 +1,3 @@
#!/bin/bash
#########################################################################
# Build your SD card image based on:

4
home.admin/assets/background.service

@ -12,7 +12,7 @@ After=bootstrap.service
[Service]
User=root
Group=root
Type=simple
Type=oneshot
ExecStart=/home/admin/_background.sh
KillMode=process
Restart=always
@ -21,4 +21,4 @@ RestartSec=10
StandardOutput=journal
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target

Loading…
Cancel
Save