Browse Source

Update README.md

master
Mike 5 years ago committed by GitHub
parent
commit
576cc1b6bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md

5
README.md

@ -48,6 +48,7 @@ Run stratum: @@ -48,6 +48,7 @@ Run stratum:
./keva-stratum config.json
If you need to bind to privileged ports and don't want to run from `root`:
sudo apt-get install libcap2-bin
@ -195,8 +196,8 @@ Configuration is self-describing, just copy *config.example.json* to *config.jso @@ -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
}
]
}

Loading…
Cancel
Save