From df670b567bcb431525d2e0e55c68308a3db0c661 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Sat, 11 Jan 2014 13:46:15 -0500 Subject: [PATCH] updated --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5f95087..fab92af 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,6 @@ 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 { "name": "Dogecoin", @@ -76,7 +75,6 @@ Installation } ``` - * Supported `"algorithm"` options: `"sha256"` `"scrypt"` `"scrypt-jane"` `"quark"` * Supported `"reward"` options: `"POW"` `"POS"` * Ensure the `daemon` properties are configured correctly for RPC communication