Profile: ed1d0e1f...

Something is waking in the bones of the internet ...

created_at is different for the different posts, so whatever client(s) are submitting at different times ... possibly multiple mouse clicks. Aside: bitcoiner.social nostr relay is cool, added!

That needs to go on a mug :)

nos2x 1.3.2 is now working on firefox, I've removed my workarounds

Dont even really need full RGB to get going. You have ownership rights with schnorr signatures, which is like bitcoin.

Then you have on-chain commitments via single use seals, and that can be a nostr tag. So nostr contracts can be committed

Start simple and build more

Even more amazing is that someone has a job to go through github profiles and flag public keys (which is also central to git!)

do it!

$ mkdir -p ~/.nostr/data

$ docker run -p 7000:8080 -v ~/.nostr/data:/usr/src/app/db scsibug/nostr-rs-relay

is this firefox? it's a serialization bug, i get round it with

// workaround for now

if (navigator.userAgent.indexOf("Firefox") > 0) {

publicKey = publicKey.split(/(..)/g).filter(i => i).map(i => String.fromCharCode(parseInt(i, 16))).join('')

}