|
||
---|---|---|
Trash | ||
assets | ||
style_guide@111a0631f2 | ||
web | ||
.gitignore | ||
.gitmodules | ||
0246a1c67289367573fcc552dffdc54867c15cca200572e12499db2d907df66b.jpg | ||
EXAMPLE.md | ||
Norman_Stingley.txt | ||
README.md | ||
SUPs.md | ||
THROWER.md | ||
deploy.sh | ||
nostr_post.md | ||
nostr_post.txt | ||
super_ball.code-workspace | ||
super_ball.jpg |
README.md
Superball
Superball provides remailer-like location privacy for Nostr users. A Superball is a wrapped nostr event, similar to a TOR onion packet, that bounces between nostr relays and Throwers.
A Thrower is a nostr-capable daemon that monitors nostr nodes, looks for superballs posted for them, grabs them, cryptographically unwraps them, rewraps them potentially with padding, then throws the superball to relay(s) that it is instructed to, when it is instructed to.
How It Works
- User creates content - Normal signed Nostr event with their real pubkey
- Wrap as Superball - Bundle event + routing instructions, encrypt to Thrower daemon
- Anonymous bouncing - Superball bounces through multiple Throwers with delays and padding
- Final posting - Original event appears on target relay with user's identity but from Thrower's location
Key Features
- Location Privacy: Hide your network location while preserving your identity
- Traffic Analysis Resistance: Random delays and size padding prevent correlation
- Simple Protocol: Uses NIP-44 encryption with new kind 22222 for routing
- Flexible Routing: Support for multi-hop paths through multiple Throwers
- Signature Preservation: Original event signatures maintained for authenticity
- Audit Security: Detect and avoid malicious Throwers through cryptographic verification
Documentation
THROWER.md
- Rules and behavior for Thrower operatorsEXAMPLE.md
- Complete walkthrough exampleSUPs.md
- Superball Upgrade Proposals
Perfect for journalists, activists, or anyone who needs to protect their physical location while maintaining accountability for their public statements.