diff --git a/.env.example b/.env.example index 5473baf..ff98e5f 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ # Relay Metadata RELAY_NAME="utxo WoT relay" -RELAY_PUBKEY="e2ccf7cf20403f3f2a4a55b328f0de3be38558a7d5f33632fdaaefc726c1c8eb" # not your npub! +RELAY_PUBKEY="e2ccf7cf20403f3f2a4a55b328f0de3be38558a7d5f33632fdaaefc726c1c8eb" # the owner's hexkey, not npub. Convert npub to hex here: https://nostrcheck.me/converter/ RELAY_DESCRIPTION="Only notes in utxo WoT" RELAY_URL="wss://wot.utxo.one" RELAY_ICON="https://nostr.build/i/53866b44135a27d624e99c6165cabd76ac8f72797209700acb189fce75021f47.jpg" diff --git a/README.md b/README.md index 3618a70..52b9938 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Don't want to run the relay, just want to connect to some? Here are some availab - [wss://satsage.xyz](https://satsage.xyz) - [wss://wons.calva.dev](https://wons.calva.dev) - [wss://wot.zacoos.com](https://wot.zacoos.com) +- [wss://wot.shaving.kiwi](https://wot.shaving.kiwi) ## Prerequisites @@ -53,7 +54,7 @@ Open the `.env` file and set the necessary environment variables. Example variab ```bash RELAY_NAME="YourRelayName" -RELAY_PUBKEY="YourPublicKey" +RELAY_PUBKEY="YourPublicKey" # the owner's hexkey, not npub. Convert npub to hex here: https://nostrcheck.me/converter/ RELAY_DESCRIPTION="Your relay description" DB_PATH="/home/ubuntu/wot-relay/db" # any path you would like the database to be saved. INDEX_PATH="/home/ubuntu/wot-relay/templates/index.html" # path to the index.html file