Add Coinos guide (#2557)

This commit is contained in:
ekzyis 2025-09-21 02:20:00 +02:00 committed by GitHub
parent 1f4d293206
commit 33d8561890
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 53 additions and 3 deletions

View File

@ -185,8 +185,8 @@ export const LOST_BLURBS = {
export const ADMIN_ITEMS = [ export const ADMIN_ITEMS = [
// FAQ, old privacy policy, changelog, content guidelines, tos, new privacy policy, copyright policy // FAQ, old privacy policy, changelog, content guidelines, tos, new privacy policy, copyright policy
349, 76894, 78763, 81862, 338393, 338369, 338453, 349, 76894, 78763, 81862, 338393, 338369, 338453,
// wallet guides: LNbits, phoenixd, Alby Hub // wallet guides: LNbits, phoenixd, Alby Hub, Coinos
1212223, 1212375, 1215565 1212223, 1212375, 1215565, 1230105
] ]
export const INVOICE_RETENTION_DAYS = 7 export const INVOICE_RETENTION_DAYS = 7

View File

@ -0,0 +1,49 @@
---
title: Official Coinos Guide
id: 1230105
sub: meta
---
# Official Coinos Guide
last updated: September 20, 2025
Requirements:
- Coinos account: https://coinos.io/
## Attach send
1. Go to settings:
![](https://m.stacker.news/108840)
2. Click on 'NOSTR' and then '+ New connection':
![](https://m.stacker.news/108841)
3. Configure name, budget and renewal period and then click 'submit':
![](https://m.stacker.news/108842)
4. Copy NWC:
![](https://m.stacker.news/108843)
5. Paste NWC into Stacker News and click 'next':
![](https://m.stacker.news/108839)
## Attach receive
1. Go to receive:
![](https://m.stacker.news/108844)
2. Copy lightning address:
![](https://m.stacker.news/108845)
3. Paste lightning address into Stacker News and click 'next':
![](https://m.stacker.news/108848)

View File

@ -44,7 +44,8 @@
"name": "COINOS", "name": "COINOS",
"displayName": "Coinos", "displayName": "Coinos",
"image": "/wallets/coinos.svg", "image": "/wallets/coinos.svg",
"url": "https://coinos.io/" "url": "https://coinos.io/",
"guide": "/items/1230105"
}, },
{ {
"name": "PRIMAL", "name": "PRIMAL",