raph
raph
Thanks for the report! I have a PR open that fixes the loop thing and errors if commitment is spent. I think the most straightforward solution would be to lock...
We now lock the commitment output: #3504
I think this is a great feature! Maybe just a simple subcommand like `ord reindex`, that moves the existing `index.redb` to `index.redb.bak`.
try `ulimit -n 1024` in the shell that is running the server and wallet
Seems like a firewall issue or you are not running `ord server`
Yeah, it's definitely the wallet. We'll have to add an RPC endpoint that takes a list of utxos and return information about them in one request. Instead of doing a...
0.18.3 brings some improvements to this. Also this pending PR #3655
Please provide more information
You need two things running to use `ord wallet`. First start `bitcoind` and the start `ord server`. Only after both of them are synced and running can you use `ord...