Last Notes
BasicSwap DEX - XMR/BTC Orderbook [2026-09-03 02:00 UTC]
https://npub1gt5nteezy3a4l07m5rr37kcvssspkxdhmtj0ahzsdk4v539yamjsfhmqtr.blossom.band/1ec548cce9b570fd36a8323729912532f9978ff76267f8eaebf9259027716e6b.png
Data sourced from a private node, no guarantee of accuracy. To explore all pairs and trade on BasicSwap, please visit: https://basicswapdex.com/
---8<---
no zaps, tip xmr:
84scAR2z28DFHh23YmEKtzEQ5s975oAfzShiYzyN3RRYTh9EKyJzPgy6DSF2GdJkPQTXmT8yA93XHfTCjbK15sXsMQ6mu8Z
--->8---
#monero #bitcoin #xmr #btc #basicswap #bsx #atomicswap #dex #p2p #privacy #tor #anonymous
Breez SDK supports stablecoins and stable balance now, if that helps. Remember that Moonpay isn’t available everywhere, and requires KYC.
Me as a bar https://blossom.ditto.pub/cf44818c6f91e9b76c3c12923ad864ebeb3afbebd0a9d610cbe16e901ce67cc3.jpeg
#nevent1q…u8q2
Who knows.. i just use subs lol
I read your bullshit man
Don't expect anyone to engage with you if you insist on telling them what they REALLY meant.
lol all good dude. Was away from my phone most of the day and walked into this wall of text
Yeah Bitcoin is fucking incredible
Bitcoin *governance* otoh is a huge fucking problem nobody talks about.
Hilarious that you think you can somehow dunk on monero governance, particularly this year.
Like handpick somebody in college with the right aptitude and personality. They meet a girl and fall head over heels in love but she's really a CIA agent working him, influencing his decisions. He gets into politics and his career seems easy, always taking upward, with his spouse supporting and guiding him the whole way. Eventually he's a senator with influence on the intelligence or armed services committee. Maybe next in line for VP.
I just want to make sure that everyone knows that you can only buy Oshi goods on my website with bitcoin.
I like bitcoin better than monero.
I hope that is clear. I don’t want to be confused for loving monero now.
Chatting via text is weird. Let’s just all hangout one day.
Just had a ex from 20+ yrs ago tell me whenever she sees Breaking Bad she thinks "my God, you are Walter White"
It might be the nicest thing anyone has ever said to me 🥲
(this statement should not be construed as an admission of wrongdoing by anyone)
🤖 Tracking strings detected and removed!
🔗 Clean URL(s):
https://youtu.be/5dZA2zBsAz4
❌ Removed parts:
si=B9dptk5m-05t1eYj
Well, I'm just sending it on the same tasks I send all other claude models on, and each time it fails epically, no special treatment.
A not-so-short note on spam and the outbox model:
TL;DR: Even if spammers can’t write to your inbox relays, you will still see spam in the replies to other users’ notes in Nostr clients that have implemented the outbox model.
Not so long ago, it used to be pretty easy to hide spam from view. Back then, Nostr clients only ever read from the relays that the user had set as their "read relays." That meant a user could simply select relays that restricted who could post to them, such as WoT and paid relays, and remove any public relays from their read relays to have a spam-free Nostr experience.
However, this resulted in users missing a lot of posts and replies from other legitimate users, because they weren't reading from the relays that those users were writing to. It also had a centralizing effect on relay selection, because you needed to be writing to one or more of a few popular relays to have any hope that people would see your posts, even if they were following you. You might write to a few other relays as well, but they acted primarily as a backup for your notes.
In answer to this, the outbox model was developed, in the hopes of encouraging relay decentralization. Under this model, Nostr clients no longer just connect to the relays you have listed as "read relays," now called "inbox relays." Instead, they connect to relays that other users you are following have listed as their "outbox" or "write relays" in order to fetch their notes and populate your feed. This means all users can select a variety of relays and expect that their followers will still see their notes. There is no advantage to writing to popular relays, because Nostr clients will pull your notes from any relay listed in your “outbox” relay list, even a very small personal relay, to populate your followers’ feeds with your notes.
The outbox model also inspired the creation of the additional relay list for “blocked relays” so that users could retain some level of control over what relays the client was connecting to.
That’s all well and good for populating a user’s main feed, since the Nostr client is still only reading from relays that were selected by the user’s follows. But what about replies? If Alice posts a short text note, and Bob replies to her note, but Alice is not following Bob, how will she see that there is a reply? The answer is, assuming that Bob is using a Nostr client that has implemented the outbox model, his reply will be written not only to his own “outbox” or “write relays,” but also to Alice’s “inbox” or “read relays,” that way Alice will see the reply, despite the fact that she is not following Bob.
This on it’s own does not result in a loophole for spammers, because Alice can still set inbox relays that don’t allow just anyone to write to them. As long as her Nostr client is ONLY looking for replies to her notes on her own inbox relays, and she has only selected relays that spammers can’t write to, then she will not see spam replies to her own notes.
Here’s where the spam issue creeps back in again, though: What about Charlie, who follows Alice, and wants to see the replies to her latest note? What relays will Charlie’s Nostr client connect to in order to find those replies, assuming he is using a client that has implemented the outbox model? It won’t be his own inbox relays that he has selected himself, because there is no reason to expect that replies to Alice’s post will have been written to Charlie’s inbox relays. Rather, Charlie’s client will fetch replies to Alice’s post from her list of inbox relays. If Alice has selected quality relays that don’t let spammers write to them, then Charlie won’t see any spam replies. However, if Alice has any public relays in her list of inbox relays, then Charlie will see any spam replies that were sent to those relays, even though he has no public relays in his own relay list.
So, you can still pretty easily control whether you see spam replies to your own notes, but it is very difficult to control whether you see spam replies to other users’ notes. Your primary recourse is to make liberal use of the “blocked relays” list to prevent your Nostr client from reading from relays that are known to house spam.
There are a few issues with this approach, though. First, not all Nostr clients support the blocked relays list, so you will still see spam on those clients. Second, some clients encrypt the entries that are added to this list, and most other clients don’t support that encrypted data, even if they support blocked relays lists. Third, this becomes a game of whack-a-mole, where you have to keep adding more and more relays to the list when you discover they contain spam.
Perhaps the better way forward for reducing spam is for clients to have their own spam mitigation features. Wisp and Dark Wisp have this in the form of the nspam filter, which often needs to be retrained to be able to identify the latest forms of spam. Other clients take a bit more straightforward approach by allowing users to hide any posts from anyone outside the user’s Web-of-Trust. The downside to this is it disadvantages new users who have not yet made it inside other users’ social graphs. Another option that could be used in conjunction with this, now that more clients offer the option of adding proof-of-work to your posts, is to hide any posts from anyone outside the user’s WoT, unless the post contains at least X amount of PoW, that the user can adjust to their preference.
The downside to this is that the client would still be downloading the spam posts and just not displaying them to the user, which uses unnecessary bandwidth and likely cellular data for users on mobile phones. But as has often been said, there aren’t really any solutions; only trade-offs.
🚨 [ #BuZZerFeeD ] 🌎🕓 -3 UTC
https://blossom.primal.net/ba08319f9c3865f4043ab53325f23a39ffb9f44613ef0cb1a456767f0912fab7.jpg
#Sports 🌐 #PREDYX
I don't understand how Opus 5 keeps making these charts when its like the dumbest model I've used to date.
would be cool if people could use the primatives under the hood to vibe their own version of pixieOS and call it something else even (from inside pixie os, without cloning repos and stuff ;) Not sure how that would work though
Meh, clanker will do any migration for me now with a single request.
The other thing that REALLY convinces people you're interested in a good-faith discussion is
*checks notes*
telling them what they meant by that thing they said.
#nevent1q…rh8g
📰 **In this week's issue:**
📖 **Bitcoin’s Quantum “Fix” Just Broke the Community**
Most people think quantum computing is a distant threat that Bitcoin has years to prepare for. They’re wrong. Last week, a StarkWare researcher quietl...
👤 Madrid
https://image.nostr.build/10f2a65b2025603c290f63b88f8530e9faff54c545a2660e91f8a0090b8fd0ca.jpg
👉 https://nostrmag.com/article/w36bitcoin01
📊 id#402934788
God's sign of His covenant
What if the CIA plants agents to marry politicians to guide their careers? Not all, but the ones who are handpicked to make it to top positions.
The only case where it seems subs matter is where you have ongoing costs to perform your services. Or people want support for some reason.
As opposed to Bitcoins amazingly effective "decentralized protocol to make decisions"
LMAO
Meetings are open man. Get involved.
I'm starting to think maybe subscriptions are dead. Maybe software is back to "buy it once" and own it phase? Why subscribe to something you know will probably be outdated in a few months max.
You should add a Breez SDK integration like @nprofile…4k44 and @nprofile…47c0 have.
Well, Blackrock is already tokenizing everything. But we have ai tokens too now... who knows where this is heading
https://i.nostr.build/mdT2x9vsTBbH9Jul3doE0g.jpg
https://i.nostr.build/RHDjcIh6uVv65jKJ07P3xj.jpg
Yeah I was aware of that. It's unclear to me if it's a significant amount or not.
Isn't it a question of pool decentralization tho? And not whether there's still physical hash in China?
I need a pool to submit my transaction to.
But maybe I dont understand the issue well enough.
Heres another thought experiment that might be more germane.
Suppose I'm a person in the over-regulated New Western Bloc and I want to make a purchase with Bitcoin. But because csam, terrorism etc Western exchanges now require proof of origin of funds.
So the merchant I want to exchange with cannot accept my self-custodied SATs. They need to sell for fiat to buy raw materials and cannot take the risk these funds will be rejected.
Anyway
It seems to me there's a number of different ways it could go, which essentially amounts to sovereign usage being throttled to death.
I meant it's silly to discount the probably from 100% to 0%. Bad phrasing
@nprofile…ycrn
#nevent1q…l4lt
news was great - signing the day. 🗞️
that's it for me.
goodnight.
https://birobela.blossom.band/cb61eb0ce6fd59c755f401471a447ef194d6777efc52f8eced70306289598e99.jpg
The clean tone from this band! 👌🫦
#nevent1q…05wp
I know you aren't.
I'm not, either.
I'm not talking about in Minecraft.
Repost and tag a merchant you’d like to see at the next #bullishMarket 👀
#note1r8h…9xdg
i don't even know what to use, because all are fucked, i have tried 3-4 of them right now on desktop, and all have problems🤬🤬🤬
The internals from a microwave oven inside a copper cup. Easy PZ!
Yeah, I think Amethyst is one of the worst clients about connecting to relays that you did not select in your relay list. I think it is going beyond what is expected in the outbox model.
When building your home feed, it should only be fetching top-level notes from your follows' outbox relays.
When showing replies to your own notes, it should only be fetching from your own inbox relays.
When showing replies to other users' notes, it should only be fetching them from that user's inbox relays.
However, as evidenced by all the various relay login requests I am constantly inundated with, I believe it is also fetching notes from the inbox and/or outbox relays of those who have replied to a top-level note, and maybe anyone tagged in those notes, too.
That means you WILL see spam if those users have not been on top of maintaining their relay lists.
A focused microwave beam can fry the Wi-Fi antenna
It’s 2030. The currency is tokens.
Thoughts?
🤖 Tracking strings detected and removed!
🔗 Clean URL(s):
https://apps.apple.com/fi/app/id6802505528?pt=118326163&mt=8
❌ Removed parts:
ct=nostr