diff --git a/README.md b/README.md index 7c85a2c..1a8cda6 100644 --- a/README.md +++ b/README.md @@ -185,33 +185,4 @@ Fail Example: GET /api/contract/list/1EawBV7n7f2wDbgxJfNzo1eHyQ9Gj77oJd/ RESPONSE: Status Code: 404 - Text: Farmer not found. - -# Client -1. Download and install [Python 3.4](https://www.python.org/downloads/release/python-343/) -2. Download the [client](https://github.com/Storj/dataserv/blob/master/tools/client.py) -3. Run the script - -show programm help: - - $ ./tools/client.py --help - -show command help: - - $ ./tools/client.py --help - -register address with default node: - - $ ./tools/client.py register - -register address with custom node: - - $ ./tools/client.py register --url= - -continuously ping default node in 15 sec intervals: - - $ ./tools/client.py poll - -continuously ping custom node in 15 sec intervals: - - $ ./tools/client.py poll --url= + Text: Farmer not found.