Open so7ow opened 8 months ago
That's a great point! Yes, they probably should at this point. Will add this to the backlog
is there a way to launch server on different port and get the rune list on another one ?
@fabienghr the issue doesn't appear to be related to the ports, it's that the database is locked.
@casey is this something you think is a non-issue or could I look into this so we could run the server (and keep index up to date) while also issuing commands? Maybe we need an ord-cli
?
hi, this would be a great if this command was part of the server, any reason why not?
Do I have this right that wallet commands require
ord server
running, but some other commands likeord list
for example can't run whileord 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 startord server
as needed? Multiple index files? Seems kludgy, either way. Shouldn't all commands communicate with the index by way oford server
now?