Felix Brucker
Felix Brucker
> some of these would be contentious to send by default - I suggest creating a new CHIP to discuss those and they may need to be optional to send...
I don't see how that is contentious in any way, but sure i can create a chip for it
The CHIP PR is available here: https://github.com/Chia-Network/chips/pull/114
I wanted to connect to a full node behind cloudflare, but it would be the same for users trying to connect to one behind nginx, given that they host multiple...
I did some testing, i think there are two approaches to solve this: - the normal way: pass in the host to `ws_connect`, for example: `ws_connect("wss://some-fqdn.com/ws")` instead of `ws_connect("wss://1.2.3.4/ws")`. In...
I'd love to see it work for both, but primary is farmer to node
for the ugly way, yes i'd much prefer the correct way
Yeah resolving happens in chia-blockchain before connecting and it makes sense for network based configs, like determining if a peer is trusted/whitelisted etc, but i'm not sure for which other...
Implemented for foxy-pool upstreams :+1:
Yes, as early already said, the farmer ip is neither suitable nor available for identification of the farmer (i'm assuming that's the point of bringing it up?)