Skip to content

Commit

Permalink
Removed Client Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
super3 committed Jul 2, 2015
1 parent 658e169 commit fc28ea0
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <COMMAND> --help

register address with default node:

$ ./tools/client.py register <YOUR_BITCOIN_ADDRESS>

register address with custom node:

$ ./tools/client.py register <YOUR_BITCOIN_ADDRESS> --url=<FARMER_URL>

continuously ping default node in 15 sec intervals:

$ ./tools/client.py poll <YOUR_BITCOIN_ADDRESS>

continuously ping custom node in 15 sec intervals:

$ ./tools/client.py poll <YOUR_BITCOIN_ADDRESS> --url=<FARMER_URL>
Text: Farmer not found.

0 comments on commit fc28ea0

Please sign in to comment.