What is your Nostr client? If you are using Amethyst or Snort then you can search using their search feature.
You can also search using https://nostr.band . It has basic search and advanced search feature.
This will be posted or updated automatically in timeline feed (Home feed or Global feed) whenever i've edited the article (NIP-23)
Changelog:
- 25 March 2023: Add recommendation and solution for Android OS 12+ users. Add document changelog revision. Add recommendation to backup channel.
Let me know if you encounter any problems during testing #[3]
This article has been tested with Android OS < 12. There are some issues starting with Android OS 12 and to the latest. I've updated the article, there are solutions (external link) included in the article to help Termux running on Android 12+
Ah hello thank you if you've read the article. I'm sorry that currently this article focus mainly on running on mobile phone. There are some adjustments need to be prepared to make it work for PC or linux server. What is your current linux server? Is it Ubuntu or Debian?
You can adjust some commands like
```
# update termux package
pkg upgrade -y
# install basic dependency software
pkg install build-essential git tor torsocks
# install basic helper tool
pkg install tmux nano micro curl wget
```
and change it into
```
# update termux package
apt upgrade -y
# install basic dependency software
apt install build-essential git tor torsocks
# install basic helper tool
pkg install tmux nano micro curl wget
```
Let me know your current problem, hopefully i can help
Nice drawing, it has a great meme energy 😄
Sometimes i forgot to check those route hints only realized after failed payments 😅
Happy to hear that, great works 💯
Cool, waiting this PR to be merged in Amethyst github 😄
So only need Nostrgram implementation, and NIP-69 will finally set?
Hey at least it uses green energy. Greta won't mad to you 😅
白血球さん 😄
Maybe you can check daily report of #[2] . They cover most of the news in Nostr
There are several dedicated clients to write article (NIP-23) on Nostr
How to Send and Receive Non-Custodial Zap and Self-Hosted NIP-05 in Mobile Phone (Without PC, Zero Additional Cost)

Article:
https://flycat.club/post/94e268f4aca4cc14613e1a6d50dab40882b9f08a31d7f6ba81604429b1bbba0e/59990799
or
or via blogstack.io
All credits to FOSS devs who have contributed on development of Termux, LND, #[0], Thunderhub, Satdress Fork by #[1] and #[2] , and Cloudflared.
Let me know if you encounter any problems. Any feedback will be appreciated to improve this tutorial. Thank you.
Cc #[3] #[4] #[5] #[6] #[7]
#nostr #bitcoin #zap #selfhost #non-custodial
My article:
#[3]
How to Send and Receive Non-Custodial Zap and Self-Hosted NIP-05 in Mobile Phone (Without PC, Zero Additional Cost)

Article:
https://flycat.club/post/94e268f4aca4cc14613e1a6d50dab40882b9f08a31d7f6ba81604429b1bbba0e/59990799
or
or via blogstack.io
All credits to FOSS devs who have contributed on development of Termux, LND, #[0], Thunderhub, Satdress Fork by #[1] and #[2] , and Cloudflared.
Let me know if you encounter any problems. Any feedback will be appreciated to improve this tutorial. Thank you.
Cc #[3] #[4] #[5] #[6] #[7]
#nostr #bitcoin #zap #selfhost #non-custodial
You need to edit its dependency on fiatjaf/makeinvoice, there is a file makeinvoice.go that we need to edit
We need to edit and add this line into line 182
```
body, _ = sjson.Set(body, "private", true)
```
You can check the detail on my article in Installation section > Satdress setup
#[3]
I have tested this and it seems most popular relay will honor deletion request. Only some relays seems not honor it and keep events as long as they want 😅
Did you use https://github.com/believethehype/satdress or the original https://github.com/nbd-wtf/satdress ?
Did you open "private channel" or "public channel" ? If you open a "private channel" then you need to enable route hints with 1 line of code to modify before building satdress binary
