diff --git a/README.md b/README.md index d2b23f60b629fa5e85bd823320e856ba5f70c5f5..65d2212d4562aab095bd01118f8eacbac73194b2 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,7 @@ Docker image is available:<br> Run with a volume bound for the .haroldcoin directory, and map port 25676/tcp<br> `docker run -d -v {volume|mount}:/hrld -p 25676:25676 --name haroldcoin-mn01 haroldnode:0.2.0`<br> If the mounted volume does not contain a haroldcoin.conf file, one will be created.<br> -The required fields to enable the masternode are templated, you can just fill them in and uncomment them.<br> -This will start the blockchain download. In the mean time, you can prepare your new masternode transaction! When you update the haroldcoin.conf file in the volume, just restart the container.<br> +This will start the blockchain download. In the mean time, you can prepare your new masternode transaction! The required fields in haroldcoin.conf to enable the masternode are templated, you can just fill them in and uncomment them. When you update the haroldcoin.conf file in the volume, just restart the container.<br> <br> The image size has been further optimized to around 830MB uncompressed (270MB compressed)<br> haroldcoind runs as a system user. You can connect to a running container:<br>