Evan Feenstra
Evan Feenstra
Ya I am having no luck with this either... docker-compose.yaml: ``` version: "3" services: bitcoind: image: lncm/bitcoind:v0.21.1 restart: on-failure container_name: bitcoind volumes: - ./bitcoind:/data/.bitcoin ports: - 18443:18443 - 8333:8333 -...
i did `docker pull sphinxlightning/sphinx-relay:v2.2.8` to get the image hash, does that look right? thanks
Oh cool, thanks for the tip @louneskmt. The hash in the `RepoDigests` matches the one that was printed when i did `docker pull` anyway. So it looks all good
There was a small issue in 2.2.8, so we are on 2.2.9 now
bump. any plans to merge this?
Ok trying it with esptool, the actual error is `boot: Image contains multiple DROM segments. Only the last one will be mapped.`
Heres a little repo that reproduces the problem: https://github.com/Evanfeenstra/esp32c3-test It seems it was caused by a dependency on the secp256k1 crate that includes a bunch of C code. So I...
"reversal" payment (where a `direct_payment` or a `boost` fails to be forwarded by tribe admin) already sends a socket message here: https://github.com/stakwork/sphinx-relay/blob/master/src/utils/reversal.ts#L37 The `type` is either `direct_payment` or `boost`, and...
I think its a good feature to have, for home node users. Maybe its a little bit hidden so regular it doesn't add complexity to users who dont care about...
Yup sounds like a network issue. Make sure your port is open!