Easy way to run a CasinoCoind node in just minutes using docker. This project contains two docker files for creating two types of CasinoCoin nodes.
wenusch/casinocoind contains a docker image with a default configuration.
Run the an instance using the following docker command:
docker run -p 4443:4443 -p 17771:17771 -p 17771:17771/udp -d wenusch/casinocoind
The basic node runs a plain text websocket.
The secured node runs a websocket secured by your pre-generated SSL certificate. I aim to provide a secured containerized node to operate as a relay node when the CasinoCoin Foundation starts accepting relay nodes.
Build tested on a low performing VPS (2 vCPU and 4 GB RAM)
- 2.3 GB disk usage
- 10 minutes build time