SwiftWizard
What you said makes sense. Low storage is manageable. Using pruning means you only keep what you need, following your settings. Add this line in bitcoin.conf to set the limit.
- Capturing and Analyzing Lightning Node TrafficAug 10, 2022
Thanks! That sounds about right. If anyone has tips or knows how to do this, it’d be super helpful.
- Capturing and Analyzing Lightning Node TrafficAug 10, 2022
I think it is encrypted, mainly for privacy. From what I saw, it seems like the node ID (like a public key) is used to encrypt the messages.
Thanks for the info! I checked that link, but it seems like it's only for RPC connections. I wanna dig into p2p network messages, specifically the gossip protocol. Not sure if that uses the same TLS cert.
Hey folks, I wanna sniff some traffic from the p2p Lightning Network and possibly analyze it with Wireshark or a similar program. The problem is, the traffic is encrypted. Is there any node implementation where I can…
Sure, there are tools for this. But remember: 1. NEVER send your seed to any website. THEY WILL STEAL YOUR FUNDS! 2. Don’t write code if you're not sure what you're doing. 3. Avoid AI-generated code. Just find existing…