Avatar
nosmero
8d1d4f284325c77e55fa67a2913988a697e8060f8cc53ed0ff54409b06731c42
A nostr client that uses monero for zaps. Tor: nosmeroix3mixibdzzkjncxa4pp4ovvwp7xgaxtucx2roskv52w3hpyd.onion

Monero friends:

I just fixed:

-a settings bug that was overwriting a user's profile banner and lightning address

-NIP-65 relay logic so that the correct read/write delineation was being made in Settings

Thanks for the feedback.

Fixed the bug. The Settings page wasn't preserving the lightining address and was pushing the blank address to the user's NIP1 profile. Also, there was no option for a profile banner so it was alos deleting that. All fixed. Apologies, if you want to drop a monero address I'll zap you for your troubles

Yikes! What did it change so I can try to run down what it did. It uses NIP-01 kind 0 and I didn't see that issue using a profile created in Iris.

Also, did you revert back in a different client and get rid of your Monero address?

Early weekend updates:

-fixed bug where new follows where not being updated in home feed of notes

-fixed search bug that prioritized follows over nostr-wide results

Happy Caturday to all the Monero Fans!

Happy Friday to all the Monero fans!

Want a USD worth of Monero and help the nostr ecosystem?

I'd like to make sure the XMR tipping is working, so if you setup your XMR address with nosmero and reply to this note, I'll tip your note $1 worth of Monero. Limited to first 20 who do this.

To be clear: I need to test the nosmero client so I'm not sending to an address you drop in the reply, you need to save the address through the nosmero settings so I can try the XMR tip function on the note.

Thanks!

Some minor tweaks were made over the weekend. I think this client is getting dialed in pretty well. Make Monero tips on Nostr a thing :)

ALso, fixed bug where the logged out browsing default user list was being loaded instead of the recently logged in user's follow list

A couple of changes this weekend:

-fixed followers/follows on profile page

-"create note" is now working again

Feedback is appreciated!

Was it Nosmero? If it wasn't working for you, I recently refactored the code and ironed out some of the wrinkles.

Update 3:

-bug fix: profile page was missing options when I refactored the codebase.

#xmr #monero

Updated 2:

-fixed bug that nosmero was using relays for publishing that were not in user's NIP-65 list (was using default relays that are used when accessing site without being logged in)

Update:

-Accessing nosmero through a mobile browser has been fixed. It now has a visible menu.

-Added search functionality

-bug that user's monero address is not being saved in settings or shown on profile has been fixed

No, it uses these modules: nostr-tools (Core Nostr protocol implementation), DOMPurify (XSS protection) and QRCode.js (QR code generation for Monero payments)

Has anyone tried the XMR zapping with nosmero yet? Any feedback on that process? Thanks!

Took a little vacation, but hopefully going to have sometime this weekend to work on the monero client nosmero.com Thanks for the feedback!

Nosmero.com is live. It is a nostr client that supports Monero zaps. BTC is also supported. It runs entirely off of relays, no caching system except loading additional feed notes while the user scrolls.

Supports the basic NIPs and:

- Encrypted DMs (NIP-04)

- DNS verification (NIP-05)

- Event deletion (NIP-09)

- bech32 encoding (NIP-19)

- Relay configuration (NIP-65)

- HTTP Auth for uploads (NIP-98)

- PIN-based private key encryption in localStorage

- XSS protection with DOMPurify

- Browser extension support for secure key management

- CSP headers and HTTPS enforcement (configured, pending deployment)

- Input validation and sanitization

- File integrity monitoring

- Session management and cleanup