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, that are easy. Cryptic passwords are out of memory bounds, so alternatively, we can take an easy password or phrase, and then applying a simple process to complicate it. Since nostr requires your secret key nsec to login, which is a long hex…
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…