-
Notifications
You must be signed in to change notification settings - Fork 61
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
Can not store data in ordinal-api from ordhook #335
Comments
hi @rafaelcr . this is my ordhook node running |
@louisdv7192 can you share your API logs to see if it's receiving block data from ordhook correctly? |
From your images, I suspect the API is not reaching ordhook. Make sure |
The Http Api allows you to register / deregisterdynamically predicates.Disable by default.[http_api] [network] Bitcoin block events can be received by Chainhookeither through a Bitcoin node's ZeroMQ interface,or through the Stacks node. Zmq is beingused by default:bitcoind_zmq_url = "tcp://172.17.0.1:18555" but stacks can also be used:stacks_node_rpc_url = "http://0.0.0.0:20443"[resources] Disable the following section if the statemust be built locally[snapshot] [logs] |
@louisdangw3 did you find a fix, I'm having the same issue |
@louisdangw3 apologies for the delay in getting back to you here. Are you running both containers on the same machine? I suggest you make the following changes to your API's ENV:
Settings above will allow you to run |
I have a ordhook and ordinal API . i write docker compose.yml for API but when i run http://localhost:3456/ordinals/v1/brc-20/tokens the result is {"limit":20,"offset":0,"total":0,"results":[]} .please help me for this bug
The text was updated successfully, but these errors were encountered: