Browse Source

version 1.0 merges

dev
rootzoll 6 years ago
parent
commit
d047bb4459
  1. 3
      README.md
  2. 1
      build_sdcard.sh
  3. 2
      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: This has some benefits:
* You dont publish your IP running a node so its much harder to resolve your real name and location. * 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: But this also comes with the following side effects:

1
build_sdcard.sh

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

2
home.admin/assets/background.service

@ -12,7 +12,7 @@ After=bootstrap.service
[Service] [Service]
User=root User=root
Group=root Group=root
Type=simple Type=oneshot
ExecStart=/home/admin/_background.sh ExecStart=/home/admin/_background.sh
KillMode=process KillMode=process
Restart=always Restart=always

Loading…
Cancel
Save