ordinals/ord

ord 0.16.0 -- wallet commands require `ord server`, other commands won't work with ord server running

Open

#3,270 opened on Mar 12, 2024

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Rust (1,479 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (3,955 stars)
PR merge metrics
 (Avg merge 15d 21h) (5 merged PRs in 30d)

Description

Do I have this right that wallet commands require ord server running, but some other commands like ord list for example can't run while ord server is running, as the index will be locked. What's the recommended way to be able to run both types of commands? Stop and start ord server as needed? Multiple index files? Seems kludgy, either way. Shouldn't all commands communicate with the index by way of ord server now?

Contributor guide