-
Hey, i get the following error when running chainhook
![image](https://user-images.githubusercontent.com/66149718/234642838-37169903-4fb0-40b0-8396-b354c891a18e.png)
-
It has been a whole week for me wrestling with ord, and never have I been able to index ord fully. It always crashes at some point.
ord version 0.5.2
bitcoin-core 24.0.1 - fully synced and txindex=1…
-
When trying to get all contract deployments using the `*` value, no hits are found. Testing other predicates, eg the arkidiko predicate, works as expected.
Here is the predicate:
```json
{
"ch…
-
build list:
chainhook-event-observer.dockerfile
chainhook-node.dockerfile
I'm trying to compile them, but I get the error
#18 0.307 cp: cannot stat 'target/release/chainhook-event-observer': No …
-
I don't think it's the right channel to talk about this, but I haven't found any other.
The Dogecoin network (originally based on Litecoin, which in turn was originally based on Bitcoin) is growing…
-
seems like nothing is implemented? https://github.com/hirosystems/chainhook/blob/develop/components/chainhook-cli/src/cli/mod.rs#L202
-
Initially normal, but after running for a period of time, it was all due to this error.
config.toml
```
[storage]
driver = "memory"
redis_uri = ""
[chainhooks]
max_stacks_registrations = 50…
-
Steps to reproduce:
start chainhook with the following configuration:
```
...
[network]
bitcoind_zmq_url = "tcp://0.0.0.0:30001"
...
// rest of config
```
Start a bitcoin node with `bitco…
-
The [cbtc](https://github.com/hirosystems/clarinet/tree/develop/components/clarinet-cli/examples/cbtc) example needs to be revised. Since this example is repurposed in docs, blogs, and other outbound …
-
having the bitcoin node and the chainhook on the same machine
we should have a flag dev to read the blockchain data from the disk instead of rpc for fast syncing
once's synced we have choice to read…