Difference between pages "Self-organized Sessions May 2020" and "TOR2IP-Tunnelservice"

From fulmo
(Difference between pages)
Jump to navigation Jump to search
(Added info on Rust LN Node)
 
 
Line 1: Line 1:
The main focus of the HackSprint is working on the [[Challenges]]. But you can add more experimental self-organized sessions and content during the weekend. This could be a livestream giving a small talk or running a VR meetup - get creative.
+
== TOR2IP-Tunnelservice ==
 +
[WIP]
  
  
You can edit this page freely - just add time plus links to the schedule and let us know on the [https://mm.fulmo.org MatterMost] about it.
+
== poc ==
  
==Time Table==
+
- run tor on a server with public ip address
  
All times in Berlin time (GMT+2).
+
- internet server: # socat TCP4-LISTEN:19989,bind=0.0.0.0,fork SOCKS4A:localhost:----YOUR-ONION-ADDRESS---.onion:10009,socksport=9050
  
{| class="wikitable" style="width: 100%"
+
 
! style="text-align:left;" scope="col"| Date/Time
+
- raspiblitz: add tlsextradomain=internet.server.com to lnd.conf
! style="text-align:left;" scope="col"| Topic
+
 
! style="text-align:left;" scope="col"| Type of session
+
- delete certificates raspiblitz:  
! style="text-align:left;" scope="col"| Presenter/Moderator
+
 
! style="text-align:left;" scope="col"| Link
+
- Blitz:/mnt/hdd/lnd# cp tls.cert /home/admin/.lnd/tls.cert
|-
+
 
| Saturday, 03:00pm
+
- restart lnd raspiblitz:  
| LSAT: Authentication and Payments for the Lightning-Native Web
+
 
| Talk and discussion
+
- raspiblitz: admin$ /usr/local/gocode/bin/lndconnect --host=internet.server.com -p 19989
| [https://twitter.com/gugol Oliver Gugger]
+
 
| [https://meet.fulmo.org/LightningHacksprintLSAT Join the Jitsi call!] 📞
+
 
|-
+
=== Links ===
| Saturday, 04:00pm
+
Service like this without tor:
| Probing Lightning channel balances (presentation of a [https://arxiv.org/abs/2004.00333 recent paper])
+
 
| Talk and discussion
+
https://pagekite.net
| [https://twitter.com/serg_tikhomirov Sergei Tikhomirov]
+
 
| [https://meet.fulmo.org/LightningProbingSergeiTikhomirov Join the Jitsi call!] 📞
+
(maybe we can expand this or use it via tor)
|-
 
| Saturday, 05:00pm
 
| The Eye of Satoshi and BOLT13
 
| Talk and discussion
 
| [https://twitter.com/sr_gi Sergi Delgado]
 
| [https://meet.fulmo.org/LightningProbingSergeiTikhomirov Join the Jitsi call!] 📞
 
|-  
 
| Saturday, 08:00pm
 
| Bitcoin Bounty Hunt Playtest and Walkthrough
 
| Live Demo
 
| [https://twitter.com/donnerlab Donnerlab]
 
| [https://twitch.tv/donnerlab Twitch] [https://meet.fulmo.org/BitcoinBountyHunt Jitsi] [https://mm.fulmo.org/fulmo/channels/bitcoin-bounty-hunt-online-fps MM-channel]
 
|-
 
| Sunday, 02:00pm
 
| Lightning Parcel Routing IRL
 
| Discussion
 
| Guillaume Ballet, [https://electrum.org/ Thomas Voegtlin]
 
| [https://meet.fulmo.org/LightningHacksprintThomasVoegtlin Join the Jitsi call!] 📞
 
|-
 
| Sunday, 03:00pm
 
| Eclair internals and plugin
 
| Discussion
 
| [https://twitter.com/ott0disk Andrea Raspitzu]
 
| [https://meet.fulmo.org/LightningHacksprintEclair Join the Jitsi call!] 📞
 
|-
 
| Ongoing
 
| World Crypto Network Live Coverage
 
| Livestream
 
| [https://mm.fulmo.org/fulmo/channels/x-wcn-stream ChatRoom]
 
| [https://youtu.be/lBsUWishiEs YouTube-Stream]
 
|-
 
| Sunday, 02:30pm
 
| Rust LN Node
 
| Discussion & implementation
 
| [https://github.com/LNP-BP/lnpd/projects/1 Maxim Orlovsky, Olga Ukolova]
 
| [https://mm.fulmo.org/fulmo/channels/x-rust-ln-node Join the Jitsi call!] 📞
 
|}
 

Revision as of 12:54, 4 April 2020

TOR2IP-Tunnelservice

[WIP]


poc

- run tor on a server with public ip address

- internet 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 raspiblitz:

- Blitz:/mnt/hdd/lnd# cp tls.cert /home/admin/.lnd/tls.cert

- restart lnd raspiblitz:

- raspiblitz: admin$ /usr/local/gocode/bin/lndconnect --host=internet.server.com -p 19989


Links

Service like this without tor:

https://pagekite.net

(maybe we can expand this or use it via tor)