diff options
| author | Your Name <you@example.com> | 2026-05-19 14:14:12 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-19 14:14:12 +0530 |
| commit | 163b8badec9359373a8fc016c2b1fe9ee38e6406 (patch) | |
| tree | 4b33353a53a5cad297d2806fcc5326d6e5d0a4f8 /AGENTS.md | |
| parent | eeba74a4a1c011e85e33dea4252b381e35a64ea4 (diff) | |
docs: update relay lists + add merge plan
- nostr_relays: 2->4 (+relay.anzenkodo.workers.dev, +nostr.koning-degraaf.nl)
- nostr_seed_relays: 4->8 (+relay.anzenkodo.workers.dev, +nostr.koning-degraaf.nl,
+knostr.neutrine.com, +nostr.einundzwanzig.space)
- Add MERGE_PLAN.md with squash-merge execution checklist
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 12 |
1 files changed, 8 insertions, 4 deletions
| @@ -91,13 +91,17 @@ nvs_flash_init() | |||
| 91 | "price_per_step": 21, | 91 | "price_per_step": 21, |
| 92 | "step_size_ms": 60000, | 92 | "step_size_ms": 60000, |
| 93 | "nostr_geohash": "u281w0dfz", | 93 | "nostr_geohash": "u281w0dfz", |
| 94 | "nostr_relays": ["wss://relay.damus.io", "wss://nos.lol"], | 94 | "nostr_relays": ["wss://relay.damus.io", "wss://nos.lol", "wss://relay.anzenkodo.workers.dev", "wss://nostr.koning-degraaf.nl"], |
| 95 | "nostr_publish_interval_s": 21600, | 95 | "nostr_publish_interval_s": 21600, |
| 96 | "nostr_seed_relays": [ | 96 | "nostr_seed_relays": [ |
| 97 | "wss://relay.orangesync.tech", | 97 | "wss://relay.orangesync.tech", |
| 98 | "wss://relay.damus.io", | 98 | "wss://relay.damus.io", |
| 99 | "wss://nos.lol", | 99 | "wss://nos.lol", |
| 100 | "wss://relay.nostr.band" | 100 | "wss://relay.nostr.band", |
| 101 | "wss://relay.anzenkodo.workers.dev", | ||
| 102 | "wss://nostr.koning-degraaf.nl", | ||
| 103 | "wss://knostr.neutrine.com", | ||
| 104 | "wss://nostr.einundzwanzig.space" | ||
| 101 | ], | 105 | ], |
| 102 | "nostr_sync_interval_s": 1800, | 106 | "nostr_sync_interval_s": 1800, |
| 103 | "nostr_fallback_sync_interval_s": 21600, | 107 | "nostr_fallback_sync_interval_s": 21600, |
| @@ -214,8 +218,8 @@ make flash-b # flash to Board B | |||
| 214 | ## External Dependencies | 218 | ## External Dependencies |
| 215 | 219 | ||
| 216 | - **Test mint:** `testnut.cashu.space` — auto-pays lightning invoices | 220 | - **Test mint:** `testnut.cashu.space` — auto-pays lightning invoices |
| 217 | - **Nostr relays:** `relay.damus.io`, `nos.lol` — for wifistr events | 221 | - **Nostr relays:** `relay.damus.io`, `nos.lol`, `relay.anzenkodo.workers.dev`, `nostr.koning-degraaf.nl` — for wifistr events |
| 218 | - **Seed relays:** `relay.orangesync.tech` (NIP-77), `relay.damus.io`, `nos.lol`, `relay.nostr.band` — for relay selection and sync | 222 | - **Seed relays:** `relay.orangesync.tech` (NIP-77), `relay.damus.io`, `nos.lol`, `relay.nostr.band`, `relay.anzenkodo.workers.dev`, `nostr.koning-degraaf.nl`, `knostr.neutrine.com`, `nostr.einundzwanzig.space` — for relay selection and sync |
| 219 | - **CVM relay:** `relay.primal.net` — for ContextVM kind 25910 events and CEP-6 announcements | 223 | - **CVM relay:** `relay.primal.net` — for ContextVM kind 25910 events and CEP-6 announcements |
| 220 | - **Local relay:** Port 4869, LittleFS 4MB partition at 0x500000, max 5000 events, 21-day TTL | 224 | - **Local relay:** Port 4869, LittleFS 4MB partition at 0x500000, max 5000 events, 21-day TTL |
| 221 | - **Nutshell CLI:** `cashu` command for token generation | 225 | - **Nutshell CLI:** `cashu` command for token generation |