Hey @Fireduck - any idea how I can get my android wallet to sync?
should snow have dev fees? it can be used to hire more people,and reward developers. is that needed? of course it may look better without it, but it can be useful .
the pool software has a dev fee option, find a pool with a dev fee and mine there
or start a new pool
@fent if it isn't syncing, it is likely a firewall problem of some sort
are you on any sort of restricted network?
@Fireduck you should probably do the comms over a websocket to avoid most trouble
I also need to copy the key management work from channels into snowblossom and do TLS
secure web sockets are a thing
yeah...the p2p links don't really need encryption
but the client to server links should
IETF recommends to do everything over TLS for the sake of uniformity
easier to do that than to try to bucket things into categories
yeah, I like that plan
I've tried it on 4g, and two separate private wifi's , none of which connects. It was working fine a couple of weeks ago on the same networks
I guess I'll need to open new ports for the switch to TLS
Anyone have any strong feelings about public keys being in DNS TXT records?
that's how a lot of stuff works
like DKIM
what's the use case? more like HPKP?
So light clients can connect to known node securrly
But I guess I could hard-code the keys of the hard-coded hostnames as well
do you care of current or future connections?
leaf through the DANE RFC in any case https://tools.ietf.org/html/rfc6698
but with all key pinning schemes, please also consider hostile pinning as a case to mitigate
once there is enough popularity or money on the table, entropy ensues
or just make it so that there needs to be a CAA record and assume everyone can use at least letsencrypt
in any case avoid rolling your own