Exchange market for FLO to rupee# and vise-versa
- Added file lock using proper-lockfile module to prevent data corruption when multiple shares are queued to write at the same time - Fixed: sinkShares Table num value throwing error when random number is negative. (Updated 'num' column to Unsigned) - Changed INT_MIN, INT_MAX to UNSIGNED_INT_MIN, UNSIGNED_INT_MAX - Added: support for multi-instance in keys module - Fixed: index_dir and prime_file throwing error on startup - Added: on init, create index directory if not exist - Fixed: sink_chest. pick and active_pick returning undefined sometimes - Fixed: various syntax bugs |
||
|---|---|---|
| args | ||
| docs | ||
| setup | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| start.js | ||
exchange-market
Exchange market for FLO to rupee# and vise-versa
Run commands
npm install - Install the app and node modules.
npm run help - List all commands.
npm run setup - Finish the setup (configure and reset password).
npm run configure - Configure the app.
npm run reset-password - Reset the password (for private-key).
npm run create-schema - Create schema in MySQL database.
npm start - Start the application (main).
NOTE:
Argument PASSWORD required for npm start.
npm start -- -PASSWORD=<password>
(Optional) Multiple instance can be run/setup on the same dir with different config files by using argument 'I'.
<command> -- -I=<instance_ID>
(Optional)
console.debug is now turned off by default. pass argument --debug to turn it on
npm start -- -PASSWORD=<password> --debug