From 576cc1b6bf5d5d89486beb053d1bd25ed2f2880a Mon Sep 17 00:00:00 2001 From: Mike <41298556+mail2mz@users.noreply.github.com> Date: Sun, 24 Nov 2019 18:16:54 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fc3c8b8..50101de 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,10 @@ Build stratum: cmake .. make -Run stratum: +Run stratum: - ./keva-stratum config.json + ./keva-stratum config.json + If you need to bind to privileged ports and don't want to run from `root`: @@ -195,8 +196,8 @@ Configuration is self-describing, just copy *config.example.json* to *config.jso "host": "127.0.0.1", "port": 18081, "timeout": "10s", - "user": "yourusername", #The value should be the same as kevacoin.config - "password": "yourpassword" #The value should be the same as kevacoin.config + "user": "yourusername", #The value should be the same as defined in kevacoin.config + "password": "yourpassword" #The value should be the same as defined in kevacoin.config } ] }