Browse Source

RPC: Bump to 2.2 for Works in POOLS

Luke Dashjr 12 years ago
parent
commit
df1dd8fa40
2 changed files with 8 additions and 1 deletions
  1. 7 0
      README.RPC
  2. 1 1
      api.c

+ 7 - 0
README.RPC

@@ -470,6 +470,13 @@ api-example.py - a Python script to access the API
 Feature Changelog for external applications using the API:
 Feature Changelog for external applications using the API:
 
 
 
 
+API V2.2
+
+Modified API command:
+ 'pools' - add 'Works'
+
+---------
+
 API V2.1 (BFGMiner v3.4.0)
 API V2.1 (BFGMiner v3.4.0)
 
 
 Added API command:
 Added API command:

+ 1 - 1
api.c

@@ -60,7 +60,7 @@ static const char SEPARATOR = '|';
 #define SEPSTR "|"
 #define SEPSTR "|"
 static const char GPUSEP = ',';
 static const char GPUSEP = ',';
 
 
-static const char *APIVERSION = "2.1";
+static const char *APIVERSION = "2.2";
 static const char *DEAD = "Dead";
 static const char *DEAD = "Dead";
 static const char *SICK = "Sick";
 static const char *SICK = "Sick";
 static const char *NOSTART = "NoStart";
 static const char *NOSTART = "NoStart";