Skip to content

NutterzUK/dataserv-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dataserv-client

BuildLink CoverageLink LicenseLink IssuesLink

Setup

  1. Download and install Python 3.4
  2. Download the client
  3. Run the script

Usage

Show programm help:

$ ./client.py --help

Show command help:

$ ./client.py <COMMAND> --help

Register address with default node:

$ ./client.py register <YOUR_BITCOIN_ADDRESS>

Register address with custom node:

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

Continuously ping default node in 15 sec intervals:

$ ./client.py poll <YOUR_BITCOIN_ADDRESS>

Continuously ping custom node in 15 sec intervals:

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.2%
  • Makefile 7.8%