dannydeezy
dannydeezy
When i try to do `loop setparams --feelimit {something}`, I want to set a value less than 1% (like 1500 ppm or something). But it seems like the minimum I...
It would be great if `ord wallet inscribe` had an option `--destination`, where the ordinal goes upon reveal. This would allow "minting" directly to a third party degen
I'm pretty frequently getting this error on `inscribe` commands: ``` error: JSON-RPC error: transport error: Couldn't connect to host: Resource temporarily unavailable (os error 11) ``` It seems very similar...
I'd like to be able to lookup to see if any inscriptions exist where their file content hashes to a certain value
I'd like to easily be able to lookup inscriptions by number, i.e. inscription 1, inscription 2, 3, 4 etc.
Recently [Alby](https://github.com/getAlby/lightning-browser-extension) added the function `window.nostr.signSchnorr` to their nostr key manager to enable us to turn a nostr key into a bitcoin wallet with [nosft](https://github.com/dannydeezy/nosft). I'd like to formally propose...
As an Ordinal Maxi, the only number I care about is Sat Number. There's no need for "inscription numbers". Bug solved!
Being able to add arbitrary metadata to an inscription is very nice because it allows people to experiment and rapidly iterate without breaking things.
I'm trying to etch a rune with no name (so it will get a default name). As I understand, the only way to etch is using the `batch` command. But...
``` await tao.send({ type: 'bolt11', address: invoice }) ``` the type can just be inferred by whatever value is passed for `address`