Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

rdna/btclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BTClient

This is C++ implementation for BTC-E.com API.

Dependencies

  1. To prepare building environment you will need:
  2. Also the program uses the following libraries:
    • libcurl to work over HTTPS;
    • libcrypto to compute message authentication codes;
    • libjsoncpp to parse JSON responses from BTC-E.com.

Installation

  1. Generate configure script:

     % aclocal
     % automake --add-missing
     % autoconf
    
  2. Use configure script to generate make files:

     % ./configure
    
  3. Build and install the program:

     % make
     # make install
    

After these steps btclient binary should be available for using.

About

C++ implementation for BTC-E.com API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages