wozz

Results 8 comments of wozz

Registry logs are above, followed by this (2 line overlap): [2015-01-14 20:32:10 +0000] [56] [INFO] Worker exiting (pid: 56) [2015-01-14 20:32:10 +0000] [62] [INFO] Booting worker with pid: 62 172.17.42.1...

Here's my NGINX config ``` upstream dkrreg { server 127.0.0.1:5000 max_fails=0; keepalive 512; } server { listen 80; return 301 https://$host$request_uri; } server { listen 443 ssl; server_name domain; ssl_certificate...

Hmmm... maybe I need to increase proxy_read_timeout

My key: https://keybase.io/wozz/pgp_keys.asc https://keybase.io/wozz

I think this should be fixed now.

updated so the default remains the same, with a config option to enable the new processing logic

you have to choose 12 words from this list: https://github.com/spesmilo/electrum/blob/master/lib/mnemonic.py you can use any method you want to choose the 12 words...

I'm having issues with the board connecting at all when I use the standard display component. I then switched to the single page display and it was working fine until...