good first issue
Repository metrics
- Stars
- (3,955 stars)
- PR merge metrics
- (Avg merge 15d 21h) (5 merged PRs in 30d)
Description
When doing for example ord index update or ord wallet inscriptions while my Bitcoin Core node is turned off, I get this:
$ ord wallet inscriptions
error: cookie file `/Users/torkel/Library/Application Support/Bitcoin/.cookie` does not exist
The inexperienced user would most likely not realize that this error message means "your node is turned off, and therefore there exists no way to authenticate with it. Please turn if on and try again".
An obvious improvement would be to add a simple prefix to the error message, something like could not initialize RPC: <msg>. Perhaps we could even add something like the node is turned off, or you misconfigured the node connection settings?