From f40481e58c96f56603344fe606cd1d36537ed9ac Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Sat, 11 Jan 2014 13:48:13 -0500 Subject: [PATCH] updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0da0566..fdf1bdd 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Installation * For each coin you would like to start a pool server for, create a file in the "coins" directory titled "(name of coin).json" Example configuration for dogecoin.json: - ```json + ```json { "name": "Dogecoin", "symbol": "doge", @@ -73,7 +73,7 @@ Installation "password": "test" } } - ``` + ``` * Supported `"algorithm"` options: `"sha256"` `"scrypt"` `"scrypt-jane"` `"quark"` * Supported `"reward"` options: `"POW"` `"POS"`