[BOUNTY] ZEC Proxy development

I dockerized it.

https://hub.docker.com/r/rlovin/zecproxy/

I’ve been running the docker container (with 2 workers) against nanopool for 2 hours now. It’s been running really well.

The container pulls the latest version of the zecproxy from PistoleDev’s repo when it is built. To upgrade when the software is upgraded, you just run the following:

docker stop zecproxy
docker rm zecproxy
docker run -d \
–name=zecproxy \
-p 8000:8000 \
-v <path/to/config.json>:/zecproxy/config.json \
rlovin/zecproxy:latest

And it’s updated and running.