Difference between revisions of "TOR2IP-Tunnelservice"
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
== TOR2IP-Tunnelservice == | == TOR2IP-Tunnelservice == | ||
− | |||
+ | == Guide for a personal setup == | ||
+ | |||
+ | https://github.com/openoms/bitcoin-tutorials/blob/master/tor2ip_tunnel.md | ||
+ | |||
+ | == Web frontend == | ||
+ | |||
+ | - k9ert is working on a Web service you could pay via lighting that then opens the port to your hidden service. | ||
+ | |||
+ | - frennkie is working on a Web service you could pay via lighting that then opens the port to your hidden service. This is based on Python and Django. GH: https://github.com/frennkie/django_ip2tor. An early alpha PoC is running on https://shop.ip2t.org/ | ||
== poc == | == poc == | ||
+ | |||
+ | === Server === | ||
- run tor on a server with public ip address | - run tor on a server with public ip address | ||
− | - | + | - server$ socat TCP4-LISTEN:19989,bind=0.0.0.0,fork SOCKS4A:localhost:----YOUR-ONION-ADDRESS---.onion:10009,socksport=9050 |
+ | |||
+ | |||
+ | === RaspiBlitz === | ||
+ | |||
+ | - add tlsextradomain=internet.server.com to lnd.conf | ||
+ | |||
+ | - delete certificates | ||
+ | |||
+ | - restart lnd # service lnd restart | ||
+ | - # cp /mnt/hdd/lnd/tls.cert /home/admin/.lnd/tls.cert | ||
− | + | Connect iOS Zap to RaspiBlitz: | |
− | |||
− | |||
− | |||
− | - | + | - admin$ /usr/local/gocode/bin/lndconnect --host=internet.server.com -p 19989 |
Line 24: | Line 41: | ||
(maybe we can expand this or use it via tor) | (maybe we can expand this or use it via tor) | ||
+ | |||
+ | |||
+ | === Bounties === | ||
+ | |||
+ | |||
+ | [[User:CapitalistDog]] is offering a 1M sat bounty for a service API, on behalf of [https://github.com/shocknet ShockWallet]. ShockWallet will sponsor a VPS to provide this service. |
Latest revision as of 19:14, 7 May 2020
TOR2IP-Tunnelservice
Guide for a personal setup
https://github.com/openoms/bitcoin-tutorials/blob/master/tor2ip_tunnel.md
Web frontend
- k9ert is working on a Web service you could pay via lighting that then opens the port to your hidden service.
- frennkie is working on a Web service you could pay via lighting that then opens the port to your hidden service. This is based on Python and Django. GH: https://github.com/frennkie/django_ip2tor. An early alpha PoC is running on https://shop.ip2t.org/
poc
Server
- run tor on a server with public ip address
- server$ socat TCP4-LISTEN:19989,bind=0.0.0.0,fork SOCKS4A:localhost:----YOUR-ONION-ADDRESS---.onion:10009,socksport=9050
RaspiBlitz
- add tlsextradomain=internet.server.com to lnd.conf
- delete certificates
- restart lnd # service lnd restart
- # cp /mnt/hdd/lnd/tls.cert /home/admin/.lnd/tls.cert
Connect iOS Zap to RaspiBlitz:
- admin$ /usr/local/gocode/bin/lndconnect --host=internet.server.com -p 19989
Links
Service like this without tor:
(maybe we can expand this or use it via tor)
Bounties
User:CapitalistDog is offering a 1M sat bounty for a service API, on behalf of ShockWallet. ShockWallet will sponsor a VPS to provide this service.