Nostr console is an open-source twitter-like social network, direct chat app and group chat all bundled into one program. Built on the decentralized Nostr protocol.
Before I deployed the new pay-to-relay server, I ran a public relay under a "nostr" subdomain. I've since renamed my public relay to wss://offchain.pub. Much cooler name. Better represents how nostr isn't something this domain handles on the side, it's the primary purpose. Raison d'etre.
Both offchain.pub and the "nostr" subdomain will work concurrently for awhile, pointing to the same public relay server. But I'll eventually deprecate the "nostr" subdomain and redirect requests to the new offchain.pub name.
There are also a few references to the old subdomain in test_event_file.csv, but I didn't touch those as I don't want to assume that it's even necessary. But if you wanted to change that too I would just do something like:
sed -i 's/nostr.bitcoiner.social/offchain.pub/g' test_event_file.csv
nostr.bitcoiner.social -> offchain.pub
note1zpgy9f8tlwdwhhwtzy50vpl72qkunzhmy57p4f5xaf8h57pfvwpschwe74
There are also a few references to the old subdomain in
test_event_file.csv
, but I didn't touch those as I don't want to assume that it's even necessary. But if you wanted to change that too I would just do something like: