ishi

Results 199 comments of ishi

Same issue debugging a rust app with lldb.

@BHodl Have you had any success with this? I am trying to get this working as well.

> Look like it exist now. https://blockstream.info/liquidtestnet/blocks/recent I managed to make it work with elements-qt but no success with peg-in for now. Configuration and faucet --> https://liquidtestnet.com Still figuring this...

@BHodl The reason why it doesn't work is because the `liquidtestnet.com` config has the setting `daemon=1` Container needs the process to stay in the foreground.

I got it working with this docker-compose.yaml ```yaml elements_liquidtestnet: image: cyphernode/elements:v22.0.2-mosquitto-debian user: $USER command: elementsd ports: - 18891:18891 volumes: - "/mnt/sharednodes/elements_liquidtestnet:/.elements" stop_grace_period: 30s networks: - sharednodesnet deploy: replicas: 1 placement:...

I get the same error, but the fix does not work.

I've been having an issue with libevent too when cross compiling for android on linux. I get this warning and error: ``` --- stderr configure: WARNING: unrecognized options: --disable-shared, --enable-static,...

The same project builds fine when i remove libtor from Cargo.toml, so all other cross compiling configs are okay.

> Those logs would help try figuring out why it doesn't want to use the libevent we provide configure: error: "You must specify an explicit --with-libevent-dir=x option when using --enable-static-libevent"...

I made some progress by adding features = ["vendored-lzma","vendored-zstd"] } to the dependency in Cargo.toml now i get a linker error at a later stage.