Giter Club home page Giter Club logo

crypto-daemon-checker's Introduction

Crypto Daemon Checker

This tool helps you to keep track of the new crypto wallet deamons releases like bitcoind, litecoind, dogecoind, ppcoin...

Installation

The easiest way is to deploy an EC2 Micro machine for free (free tier http://aws.amazon.com/free/). Install nodejs, npm, git-core and mysql-server on it.

Clone the project and hit a npm install.

Install the coffee-script package globally for the cake tasks to work: sudo npm install -g coffee-script

Make a copy of the config.json.sample to config.json and edit the database connection details and the email sender transport method. The easiest thig is to use the Amazon SES (http://aws.amazon.com/ses/) or Google Mail for sending mail alerts.

Create the MySQL database that you configured in the configuration file.

Run cake db:create_tables first time to create the DB schema.

Run sudo crontab -e to setup a cronjob that verifies if there are new releases every hour: 0 * * * * cd /home/ubuntu/crypto-daemon-checker/; sudo NODE_ENV=production cake deamons:fetch_last >> /home/ubuntu/deamon_fetcher.log 2>&1

Configuration

Please don't forget to set up your email address where you want the alerts to be delivered: https://github.com/doomhz/crypto-daemon-checker/blob/master/config.json.sample#L21 . You can add as many daemons to be checked as you want: https://github.com/doomhz/crypto-daemon-checker/blob/master/config.json.sample#L33 .

TODO

  • Add SMS alerts through Twillio
  • Add HipChat alerts
  • Add Trello alerts/cards
  • Add SQLite storage for Sequelize

crypto-daemon-checker's People

Contributors

doomhz avatar

Watchers

Ben Haim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.