Skip to content

McEdward/dcrextdata

 
 

Repository files navigation

Dcrextdata

  • Collect and store poloniex and bittrex exchange data
  • Watch and update exchange data records
  • Collect and store mining pool stats

Requirements

Getting Started

With postgresql installed you can start the client with sudo -u postgres psql or you could su into the postgres user and run psql then execute the following sql statements:

    CREATE USER {user} WITH PASSWORD '{password}' CREATEDB;
    CREATE DATABASE {database} OWNER {user};

Copy the contents of the sample config file sample-dcrextdata.conf to the main config dcrextdata.conf (or just create a new one) and set the parameters for dbuser, dbpass and dbname to {user}, {password} and {database}.

Run dep ensure to get dependencies, go build to build and ./dcrextdata to run. You can also drop the table(s) with ./dcrextdata -D .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%