Idea for an app that is only used for DMs and focused on privacy:
- A new public key sent to everyone Alice follows
- This key is used by Bob to message Alice from a new key which contains another public key
- Alice's response sent to Bob's new key using a new key contains another public key
TL;DR Each NIP 4 event uses a new key, sends to new key and has another key to get the reply. New tor circuit is used for each event so all events are created using different IP addresses.
Idea for a nostr project:
- Use encrypted channels so that multiple users can participate
- Every user locks some sats in NofN multisig
- Users need to shitpost as much as they can
- AI decides whose messages looked funniest, drunk, interesting etc.
- AI is oracle in this case which is used to unlock funds and send to the winner of game
Trying to improve the documentation for joinstr. I have started with basic FAQs. Let me know if you have something in mind and could be added to this list.
I have been trying to build a coinjoin implementation using nostr since last year alone and got some help from BOB recently.
- cli ✅
- web (localhost with bitcoin node)✅
- electrum plugin (almost done)
It was previously maintained on GitHub.