Thank you. It's only possible because of your great works together with #[6] to make nostr-wallet-connect implementation 🙏
Maybe only a bit suggestion for the future, can you provide alternative of Postgres in ENV variable like using Sqlite as it will give more portability option? Currently, have to replace the code manually from Postgres to Sqlite in main.go
db, err := gorm.Open(sqlite.Open("wc.db"), &gorm.Config{})
Additional alternative to replace cloudflared tunnel
Maybe some additions:
- Multiple Nostr Tools (Backup, Restore, Broadcast) https://nostr-utils.pages.dev/ by #[2]
- Nostr Event Deletion https://cdn.nostrgraph.net/public/delete.html by #[3]
- Flycat (Blogging or Long-form Content NIP-23 Client) https://flycat.club by #[4]
- NADAR (to check where your post is visible on Nostr relays) https://nadar.tigerville.no/ by #[5]
- NOSY (find top relays of your follows or your followers) https://nosy.tigerville.no/ by #[5]
- Nostr Search and Trending View Tools https://nostrview.com/
- Nostr Search and Trending View Tools https://nostr.band/ by #[6]
- VanitySearch (Search vanity pubkey like RANA but faster using GPU) by Alekos Filini https://github.com/kirillkovalenko/VanitySearch/releases
#[2] please correct that VanitySearch developed by #[3] with help of Alekos Filini, sorry i made a mistake a bit
Yes, RANA CLI tools already included in https://www.nostrapps.com/apps/rana
Maybe some additions:
- Multiple Nostr Tools (Backup, Restore, Broadcast) https://nostr-utils.pages.dev/ by #[2]
- Nostr Event Deletion https://cdn.nostrgraph.net/public/delete.html by #[3]
- Flycat (Blogging or Long-form Content NIP-23 Client) https://flycat.club by #[4]
- NADAR (to check where your post is visible on Nostr relays) https://nadar.tigerville.no/ by #[5]
- NOSY (find top relays of your follows or your followers) https://nosy.tigerville.no/ by #[5]
- Nostr Search and Trending View Tools https://nostrview.com/
- Nostr Search and Trending View Tools https://nostr.band/ by #[6]
- VanitySearch (Search vanity pubkey like RANA but faster using GPU) by Alekos Filini https://github.com/kirillkovalenko/VanitySearch/releases
🫂🥲
The last part is Nostr secret key which will be used for Zap Payment Request. If we set it blank/empty then by default Amethyst will uses our own private key.
We can replace it with other new nostr private key if we want to keep our privacy whenever using nostr wallet connect especially if we set the relay for nostr wallet connect with public relay eg. wss://relay.damus.io instead of our private relay.
I want to make some tutorial, but currently it is quite hard because the nostr-wallet-connect software still in very early development. So, some steps can change drastically anytime. I will wait a bit until the software becomes more stable 😅
You're welcome, hopefully it will become much easier later to run those software 😅
We need to run our own LND and nostr-wallet-connect software from Alby
https://github.com/getAlby/nostr-wallet-connect
Currently, there's no easy tutorial yet, we have to compile and build nostr-wallet-connect manually.
I have tested with my own LND succesfully. This is my experiment:


It is giveaway from #[2]. Fishcake will pay 10 people (first 10 people) who posted their payment invoice for nostr.wine new membership
#[1] , i have tested nostr-wallet-connect and Amethyst, and it works. Although, i found a bug in Amethyst when i set wallet connect pubkey in npub format then Amethyst will crash. But, if i set public key in hex format then it will be fine.




#damus