Matthew Zipkin

Results 695 comments of Matthew Zipkin
trafficstars

Actually, should be as easy as: ```suggestion - "hs-client": "0.0.9", - "hsd": "https://github.com/handshake-org/hsd/tarball/a94ce87", + "hs-client": "^0.0.10", + "hsd": "^3.0.1", ```

Sorry ipv6 isn't supported yet, wanna open a PR?

Hm you probably will need to encode the ipv6 address for the SSL cert. I'm doing it in a really hacky way currently: https://github.com/pinheadmz/handout/blob/d98ed370849dbaaeafca77a72aaf6b8741cc3c29/scripts/hnssec-gen.js#L49-L53 data gets inserted into ssl cert...

Did you add the `notify` settings in `bitcoin.conf`? Check the readme, bitcoind needs to be configured to edit the block list file.

You may need to create a `data` directory and set the permissions to `777`. Or create these files manually before running: https://github.com/pinheadmz/ClockBlocker/blob/henners-not-adafruit/ledbits.py#L38-L40

`address already in use 0.0.0.0:80` do you have some other web server running already on port 80?

well your operating system is telling you that port 80 is occupied. also: ` [debug] (webserver) Webserver opened at host myipaddress` -- that should be an IP address not a...

apache is probably running on port 80, you'll need to shut that down to use handout, which runs its own web server.

Ok good. You're next issue is port 53 is protected so you may need to use sudo or setcap to allow handout (nodejs) to bind to that port