Oddbean new post about | logout
 Thank you. I'm brand new here and wonder why Nostr hasn't requested my email?? How do I log in and why is there no email request? 
 There is no email required. There is no registration. You only need the private key and public key pair that was generated when you created your profile on whichever app that you're using. Keep this private key, sometimes called a secret key, safe. It unlocks your identity on Nostr applications. 
 Thank you. 
 P.S. call me dumb, but what is coracle and what is Nostr? Is Nostr part of the wider platform Coracle?? 
 Nostr is protocol, like email. Coracle is an application or platform that is built using the Nostr protocol. Nostr is a wide ecosystem of applications. Visit nostrapps.com to see more examples of what's available and being built with the Nostr protocol. 
 Gotcha. Thank you for explaining in simple terms! 
 😀 https://www.youtube.com/shorts/-M2ZOrjRXq4 
 Fantastic. Thank you! 
 Isn’t that amazing? 
 Welcome to the wonderful world of public key cryptography.  Your Nostr account is made of a mathematically related pair of very big numbers called a public key and a private key.  You public key is publicly available and peole can use it to verify that messages and posts you send actually came from you.  They can also use it to send you private messages.  Your private key is used to sign messages and read private messages.  Your private key is similar to a username/password.  It effectively is your account.  It can be used with any Nostr app to access your account, but make sure the app is trustworthy.  Keep your private key secret and back it up. 
 Thanks a lot.