Sjors Provoost

Results 245 issues of Sjors Provoost

It looks like `imgproxy.iris.to` is hardcoded at the moment. I would be nice if I can point to my own domain for storing (my) images. What are you running for...

For a self hosted instance it would be nice if I can run a cron job that tracks relays for relevant stuff and serves it to the frontend as soon...

Depends on blockchain/bitcoin-exchange-client#1

When trying this on Ubuntu 20.04 I noticed there's a dependency on `liblzma-dev`. When using `pyenv`, it requires reinstalling the version of Python you're using.

This lets you do something like so: ```sh mkdir legacy mkdir src git clone https://github.com/bitcoin-core/secp256k1.git cd secp256k1 git checkout 3db0560606acb285cc7ef11662ce166ed67e9015 ./autogen ./configure --prefix=/home/lightning/legacy make make install cd .. git clone...

### Describe the bug Whenever I go to the Activity Page it loads for a few seconds and crashes. I'm connected to c-lightning-rest v0.10.7 (via Wireguard, no cert validation). Zeus...

Bug

It's not possible to CPU mine on the main signet, because it's signed. However you can create a custom signet and set the challenge to `OP_TRUE` (`signetchallenge=51` in `bitcoin.conf`). This...

Here's a commit that implements the instructions [here](https://www.anintegratedworld.com/to-build-from-source-binary-or-tarball/): 7d96ba500db19a6ea2fba95be07f9756e404963f You also need to do: ```sh brew install curl ``` Build as usual: ```sh ./autogen.sh ./nomacro.pl ./configure CFLAGS="-O3" make ```

Based on #29346. Parent PR #29432. Introduces `Sv2Transport::Transport` which is very similar to `V2Transport`. This shoehorns `Sv2NetMsg` into a `CSerializedNetMsg` in `SetMessageToSend`, and into a `CNetMessage` in `GetReceivedMessage`. See discussion...

Based on #30315, parent PR #29432. This PR uses the `Sv2Transport` introduced in #30315 to enable incoming connections from other [Stratum v2 roles](https://github.com/stratum-mining/sv2-spec/blob/main/03-Protocol-Overview.md). The current implementation does this by implementing...