No description
Find a file
2016-09-15 01:32:11 +03:00
bin WIP 2016-09-08 15:17:38 +03:00
dev refactor db connection string 2016-06-12 13:19:00 +03:00
lib start moving to new config; WIP 2016-09-15 01:32:11 +03:00
migrations WIP 2016-07-31 15:08:22 +03: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 add seedPath config; fix lowBalanceMargin bug 2016-06-09 00:57:12 +03:00
.jscsrc WIP 2014-11-20 23:01:36 -05:00
.jshintrc simplified unpairing 2014-04-20 12:07:48 +03:00
cartridges.json get cartridge counts from db 2014-11-28 10:53:38 -05:00
crypto-schema.json add crypto-scheme 2016-05-31 14:15:43 +03:00
lamassu-schema.json update lamassu-schema 2016-09-15 00:58:25 +03:00
package.json update lamassu-config in package.json 2016-08-06 15:22:07 +03:00
Procfile Recommit everything because of credentials 2014-03-07 23:15:56 +01:00
README.md fix up notify.js and README 2016-04-27 16:32:37 +01:00
todo.txt WIP 2016-08-29 01:20:33 +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 Raqía Bitcoin Machine platform.

lamassu-server

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 fromEmail 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