Skip to content

Commit

Permalink
Added Documentation for the Client
Browse files Browse the repository at this point in the history
  • Loading branch information
super3 committed Jun 16, 2015
1 parent 599534b commit 0356172
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,9 @@ Success Examples:
18RZNu2nxTdeNyuDCwAMq8aBpgC3FFERPp | Last Seen: 3 second(s) | Last Audit: 11 hour(s)
1CgLoZT1ZuSHPBp3H4rLTXJvEUDV3kK7QK | Last Seen: 13 second(s) | Last Audit: 11 hour(s)
1QACy1Tx5JFzGDyPd8J3oU8SrjhkZkru4H | Last Seen: 14 second(s) | Last Audit: 11 hour(s)


# 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. Change `address = "YOUR ADDRESS HERE"` to whatever your Bitcoin address is
4. Run the script
2 changes: 1 addition & 1 deletion tools/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# config vars
url = "http://104.236.104.117"
address = "1CutsncbjcCtZKeRfvQ7bnYFVj28zeU6fo"
address = "YOUR ADDRESS HERE"
alive_delay = 15 # seconds


Expand Down

0 comments on commit 0356172

Please sign in to comment.