-
Notifications
You must be signed in to change notification settings - Fork 61
One click installation on Heroku
Okta is preconfigured and optimised to run securely on Heroku. The Hobby account is cheap at $7/pm per server if running constantly.
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.
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.
Want your phone to beep when stuff happens?
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.
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. |
TODO
© 2018 Graham Crockford. All Rights Reserved.
- Home
- Why Orko?
- What can it do?
- Project status
- Roadmap
- Installing locally
- Installing using Docker
- Installing on Heroku
- Configuration Guides
- User Guide
- Supporting the project
- Contributing
- Developer Guide