0.1.2 • Published 9 years ago

lamassu-coinfloor v0.1.2

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
9 years ago

Coinfloor plugin for Lamassu Rakía

This plugin enables Lamassu machines to obtain bitcoin pricing information from Coinfloor and to execute trades on Coinfloor. It implements the ticker and trader plugin interfaces of the Lamassu Rakía platform.

Installing

Run these four commands:

cd /usr/local/lib/node_modules/lamassu-server
npm install lamassu-coinfloor
cd /usr/local/lib/node_modules/lamassu-admin
npm install lamassu-coinfloor

Configuring

Run:

node /usr/local/lib/node_modules/lamassu-server/node_modules/lamassu-coinfloor/setup

Enter the user ID, cookie, and passphrase, hitting Enter after each. The field for passphrase will remain blank when pasting the value.

When complete, you'll see 'Success' and the machine will begin to use Coinfloor as ticker and trader.

VariableDescription
urlOptional. If set, overrides the default URL to Coinfloor's WebSocket API.
user_idRequired for trading. The numeric identifier of a Coinfloor user.
cookieRequired for trading. The authentication cookie for the specified user.
passphraseRequired for trading. The passphrase of the specified user.