One click installation on Heroku - gruelbox/orko GitHub Wiki
Okta is preconfigured and optimised to run securely on Heroku. The Hobby account is cheap at $7/pm per server if running constantly.
Warning
Heroku instances are too slow to handle more than a handful of coins at once. You should:
- keep the number of coins you track as low as possible (particularly making sure you only track one BTC/Fiat pair, which have the highest volume)
- or avoid server-side ("soft") orders, since there is a good chance they will trigger too late if the server is lagging
- or avoid Heroku.
Installation
To instantly deploy your own instance of the application, just click the button below. The Heroku installer will talk you through the process.
To deploy the last stable release:
To deploy the latest development snapshot:
If that doesn't work, or you don't trust it, you can install the application manually.
Enable notifications on your phone
Want your phone to beep when stuff happens?
Complete security setup
Your application is not fully secure yet. Feel free to play with it, but don't add your API keys and play with real money until you have completed the security setup.
Add your API keys
Once your application is secure, you can now set up the following environment variables to start trading against your exchange accounts.
Variable | Set to |
---|---|
GDAX_API_KEY |
Your GDAX API key. |
GDAX_SECRET |
Your GDAX secret. |
GDAX_PASSPHRASE |
Your GDAX passphrase. |
BINANCE_API_KEY |
Your Binance API key. |
BINANCE_SECRET |
Your Binance secret. |
BITFINEX_API_KEY |
Your BitFinex API key. |
BITFINEX_SECRET |
Your Binance secret. |
BITTREX_API_KEY |
Your Bittrex API key. |
BITTREX_SECRET |
Your Bittrex secret. |
KUCOIN_API_KEY |
Your Kucoin API key. |
KUCOIN_SECRET |
Your Kucoin secret. |
KUCOIN_PASSPHRASE |
Your Kucoin passphrase. |
BITMEX_API_KEY |
Your Bitmex API key. |
BITMEX_SECRET |
Your Bitmex secret. |
Upgrades
TODO