From 03561721d49b753eab8cf103778a7bc8cf678737 Mon Sep 17 00:00:00 2001 From: Shawn Wilkinson Date: Mon, 15 Jun 2015 21:14:07 -0400 Subject: [PATCH] Added Documentation for the Client --- README.md | 7 ++++++- tools/client.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e8815d..cf20fc8 100644 --- a/README.md +++ b/README.md @@ -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) - \ No newline at end of file + +# 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 \ No newline at end of file diff --git a/tools/client.py b/tools/client.py index 0dfa579..d908ac8 100644 --- a/tools/client.py +++ b/tools/client.py @@ -6,7 +6,7 @@ # config vars url = "http://104.236.104.117" -address = "1CutsncbjcCtZKeRfvQ7bnYFVj28zeU6fo" +address = "YOUR ADDRESS HERE" alive_delay = 15 # seconds