Closed 4ker-dep closed 5 months ago
@4ker-dep I'm getting same exact issue on my hetzner servers. Did you get a solution for this ?
Hi @chetanbothra . It's funny that you've asked because I've left alone this issue until yesterday. I've added these two envs:
EXTERNAL_HOSTNAME=xxx
CHAINHOOK_AUTO_PREDICATE_REGISTRATION=true
to the my instance of oridnals-api and both are communicating. I still need to workout the final configuration though.
This was misconfiguration of my ordhook / ordinals-api on my part. and this was the solution for me: https://github.com/hirosystems/ordhook/issues/283#issuecomment-2151685403
Hello. I encountered a new problem while running ordhook as a container inside a k8s cluster on a node with the following characteristics:
OS: linux (amd64) OS Image: Amazon Linux 2 Kernel version: 5.10.199-190.747.amzn2.x86_64 Container runtime: containerd://1.7.2 Kubelet version: v1.24.17-eks-e71965b
running hirosystems/ordhook:2.1.0 image with the configuration in use described below:
The received errors logs are:
I've searched
ordhook
repository and these seem to originate fromchainhook
with the source being:components/chainhook-cli/src/service/runloops.rs
invoking:scan_bitcoin_chainstate_via_rpc_using_predicate
ofcomponents/chainhook-cli/src/scan/bitcoin.rs
using:process_block_with_predicates
,execute_predicates_action
and probably failing athandle_bitcoin_hook_action
with the http client being misconfigured here for some reason.For the context: we're still trying to set up an ordinals-api which would connect to this ordhook instance.
Any tips will be greatly appreciated.