No description
Find a file
Fabio Cigliano 9b7972017d changes cherry picked from dev to stable (#169)
* lamassu-update to update crontab

* lamassu update and install script to point to #stable branch

* lamassu update and install script to point to #stable branch

* removing outdated & unused script

* crontab update fix + npm rebuild path fix
2018-09-22 18:45:38 +01:00
.vscode Reserve notes for redeem 2017-05-07 15:47:47 +03:00
bin changes cherry picked from dev to stable (#169) 2018-09-22 18:45:38 +01:00
dev fix json-rpc issue 2018-07-16 17:00:09 +03:00
lib changes cherry picked from dev to stable (#169) 2018-09-22 18:45:38 +01:00
migrations Terms and conditions screen (#118) 2018-06-05 22:35:30 +03:00
public fix support log bug 2018-07-17 18:02:42 +03:00
schemas upgrade to infura v3 2018-08-10 17:33:26 +03:00
test Lamassu update script changes (#126) 2018-06-16 13:55:42 +03:00
tests/ofac done 2018-05-03 20:20:18 +03:00
tools remove ramda dependency 2018-03-11 19:37:27 +00: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 (temporary) Lamassu CA 2017-12-14 22:57:39 +02:00
.jscsrc WIP 2014-11-20 23:01:36 -05:00
.jshintrc simplified unpairing 2014-04-20 12:07:48 +03:00
.migrate-stress stress testing; add mock-ticker 2017-07-18 08:12:01 +03:00
cartridges.json get cartridge counts from db 2014-11-28 10:53:38 -05:00
certs.sh WIP 2016-11-05 19:18:33 +00:00
connect.txt fix cashOut bug 2017-09-05 18:30:08 +02:00
countries.json add country data 2016-12-20 18:52:19 +02:00
crypto-schema.json add crypto-scheme 2016-05-31 14:15:43 +03:00
currencies.json moved l-a-s in here 2016-12-05 17:15:32 +02:00
data-notes.txt add country data 2016-12-20 18:52:19 +02:00
INSTALL.md update INSTALL.md 2018-05-20 16:07:19 +03:00
jsconfig.json WIPP 2016-09-26 17:22:46 +03:00
lamassu-default.json config-validator to consider default values from schema (#139) 2018-08-24 17:30:25 +03:00
lamassu-schema.json Terms and conditions screen (#118) 2018-06-05 22:35:30 +03:00
Lamassu_CA.pem add (temporary) Lamassu CA 2017-12-14 22:57:39 +02:00
languages.json Add Armenian to languages.json (#140) 2018-08-24 17:30:25 +03:00
package-lock.json 7.1.0 2018-08-24 17:33:47 +03:00
package.json 7.1.0 2018-08-24 17:33:47 +03:00
Procfile Recommit everything because of credentials 2014-03-07 23:15:56 +01:00
raw-countries.json add country data 2016-12-20 18:52:19 +02:00
README.md fix up notify.js and README 2016-04-27 16:32:37 +01:00
schema.json update config 2016-12-01 17:46:18 +02:00
todo.txt Lots of development 2017-04-10 15:42:47 +03:00
UNLICENSE renamed to UNLICENSE 2014-03-31 18:26:42 -04:00
Vagrantfile add blockchain install scripts 2017-07-06 21:56:56 +03:00
yarn.lock add coinbase ticker 2017-07-10 12:03:04 +03: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