Installing Nostr Relay on the phone, and on pc?
On the phone https://dev.to/melvincarvalho/run-a-nostr-relay-on-your-phone-with-termux-and-fonstr-4cmg On the PC
thoughts and moments to revisit
On the phone https://dev.to/melvincarvalho/run-a-nostr-relay-on-your-phone-with-termux-and-fonstr-4cmg On the PC
The way I want to login is – by remembering my passwords. Since nostr requires your secret key nsec to login, which is a long hex number, An easy way to do that it would be to create a long phrase that i can remember/retieve, and then SHA256 it. Also since I would like to…
Read Generating A Keypair With Nostr – Kris Constable’s digital log Generating Private Keys on my local Computer If my Computer has OpenSSL, Use the Command below at the CMDPrompt to generate a 32bit key: openssl rand -hex 32 To Get OpenSSL download it from https://slproweb.com/products/Win32OpenSSL.html Or, get GitBash, which comes with OpenSSL – https://git-scm.com/downloads…