raph

Results 381 comments of raph

On Windows you may have to set special permissions to listen on port 80. you can try listening on a different port with `ord server --http-port 8080`

try updating to the latest release. We fixed some of those issues

No idea, does it just happen randomly? Could maybe a networking issue. Are `ord` and `bitcoind` running on the same machine?

Should be fixed now. Added an issue for `ord wallet runics`: #3729

This makes sense, it should return more info. I think this command hasn't been updated since we first implemented sat tracking so it should be updated to reflect all kinds...

Here are some remarks off the top of my head: > It would be great if the bulk children endpoint took an optional list of fields so that specific data...

Personally I'm not a big fan of issue templates since they add a lot of friction and boilerplate when I want to add an issue. I'm open to having my...

Unisat and `ord` do not have compatible wallets. They work in different ways. You can't import the one into the other and expect it to work. You'll have to transfer...

Fixed in 0.18.2 and 0.18.3. No reindexing required

We wanted our whole stack to be written in Rust and needed a high performance key-value store for tracking the sat ranges. Performance wise we are happy with the choice...