doc-hex
doc-hex
If you assign a new NIP, I will update and add references needed. If you want it merged into NIP-11, that's also an option. Personally, I think a new NIP...
> @doc-hex should we add a setting for specifying whether the relay is `private` or whether it requires `pow` or `payment`? adding these limitations: > - `min_pow_difficulty`: new events will...
I will merge this into NIP-11 in my next pass.
Updated server response example: ``` % curl -sH "Accept: application/nostr+json" https://brb.io | json ``` ``` { "name": "BRB.io", "description": "Nostr relay server by Coinkite. A work in progress.", "pubkey": "3c1ba7d42c873c2f89caf1ca79b4ead6513385de53743fa6eb98c3705655695c",...
Bigger problem: - from `page()` FindQuery.execute is called w/ `exhaust_results` default of True - even if I ask for `.page(offset=10, limit=10)` it starts recursing and fetching other data?? - hits...
Related concern: how do I search for a range of numeric values? - doing `field >= 200` and `field < 213` works, but is done as: NUMERIC {200.000000
- Yes the JS/Typescript code is [BBQr/js](https://github.com/coinkite/BBQr/tree/master/js) - Very easy to detect BBQr, as the first two characters are always `B$` .. so on receive not a problem. - For...
- the data file is critical to operation, but not the funds... it holds the private key for the Tor service, so once lost, you have to pick a new...
You're right it should be a hash: made an issue #11 for that. PR's welcome.
Can you share more details about this? Like what Linux did this to you? Your workaround there looks easy to execute inside CKBunker itself.