You might be able to make use of the POW miner in ONOSENDAI or snort. They both use workers.

Reply to this note

Please Login to reply.

Discussion

But there needs to be incentive to mine.

So if ONOSENDAI has some community of users then mining could work it there is an economy around mining for resources.

For instance, could there be the Gibson chain that is side chain to Bitcoin with scarcity on the Gibson? Then mining could be used to generate Gibsons.

PoW is required to act in cyberspace, so you only need it when and in proportion to each action you take.

Yeah need to change mining code, the current solution is really bad.

Did you write the NIP?

William Casarin wrote the PoW NIP as far as I know.

I gave a talk explaining why proof of work could matter outside the context of bitcoin mining

https://youtu.be/4bAQjg9nOic

Is there a NIP for doing spatial searches on Nostr? Like find everything inside a sphere on radius 100 from x,y,z? Or a cone search?

Cyberspace objects that are addressed by their event id can be searched by partial event id filters. Otherwise the primary lookup for objects is by sector id which is the S tag.

Typically spatial searches like you describe can be done by a database like Postgres, but relays don't have any such features.