No description
Find a file
2016-04-24 00:08:17 +03:00
bin add notification plugins 2016-04-22 19:22:34 +03:00
dev cleanup 2016-04-23 21:54:46 +03:00
lib use machine name if available in alerts 2016-04-23 23:09:02 +03:00
migrations add migration for crypto support 2016-04-11 17:09:35 +02:00
.dummy remove tests -- failing and too complicated to maintain 2016-04-24 00:08:17 +03:00
.flowconfig WIP 2014-11-25 17:10:38 -05:00
.gitignore fix date bug 2016-04-21 18:29:18 +03:00
.jscsrc WIP 2014-11-20 23:01:36 -05:00
.jshintrc simplified unpairing 2014-04-20 12:07:48 +03:00
.travis.yml test(travis): node@0.11 build temp disabled due to lack of gyp support 2014-09-03 19:58:17 +02:00
cartridges.json get cartridge counts from db 2014-11-28 10:53:38 -05:00
package.json update README 2016-04-23 22:43:45 +03:00
Procfile Recommit everything because of credentials 2014-03-07 23:15:56 +01:00
README.md update README 2016-04-23 22:43:45 +03:00
todo.txt use machine name if available in alerts 2016-04-23 23:09:02 +03:00
UNLICENSE renamed to UNLICENSE 2014-03-31 18:26:42 -04:00
Vagrantfile add Vagrant file 2015-01-08 16:42:03 -05:00

This is part of the Rakía Bitcoin Machine platform.

lamassu-server

Build Status

Lamassu remote server.

Installation

git clone git@github.com:lamassu/lamassu-server.git
cd lamassu-server
npm install

Configuration

bin/ssu config smtp2go user pass toEmail
bin/ssu config twilio accountSid authToken fromNumber toNumber
bin/ssu set sms twilio
bin/ssu set email smtp2go
bin/ssu notify [email] [sms]  # send email or sms alerts, or both
bin/ssu config notifier lowBalanceThreshold # set low balance alert, in fiat

Running

node lib/app.js