-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend auto-download of missing cache/hord.sqlite
when using hord as a service
#152
Labels
enhancement
New feature or request
Comments
smcclellan
added
enhancement
New feature or request
and removed
bug
Something isn't working
labels
Aug 15, 2023
@lgalabru Thoughts on this one? |
Hello @ryanwaits ! The Can you please detail which branch are you using? Or if possible, can you please update your code and try to run the service again. Thanks! |
@csgui I'm on v2.1.0 (latest release), I can still reproduce this error |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
description
the single binary
hord scan
works as expected by downloading thecache/hord.sqlite
if it does not exist, but when trying to spin up hord as a service and stream ordinal activity for the first time (if the file does not exist yet) we get an error"FATAL: could not find cache/hord.sqlite"
the current workaround for anyone trying to stream ordinal activity is to first run the default binary, something like
hord scan blocks 767430 767753 --mainnet
which will download thecache/hord.sqlite
if it does not exist yet.expected behavior
run the
hord service start
commands and ifcache/hord.sqlite
does not exist auto-download - if it does exist, use it.actual results
error:
"FATAL: could not find cache/hord.sqlite"
The text was updated successfully, but these errors were encountered: