This bot is a browser application that replicates orders from Bittrex BTC-GBYTE to a BTC discount stablecoin traded on an Odex decentralized exchange. When an order is filled on Odex, its opposite is immediately placed on Bittrex. A markup is configurable to enable some profits.
This bot and its source code are offered as is, without any guarantees of its correct operation. The bot might lose money because of bugs, unreliable network connections, and other reasons.
The bot can be bundled from source and run from a local webserver. It's recomended since you can check the source code you actually run.
Install Nodejs in a version from 8 to 10.
git clone https://github.com/byteball/odex-orderbook-replication-browser.git
cd odex-orderbook-replication-browser
npm install
npm run serve
The bot can then be opened on your browser at address http://localhost:8080
This bot is available ready to use on replibot.papabyte.com
This application will work only if your browser is configured to bypass CORS rules We recommend to use Firefox and install cors-everywhere extension. Don't enable CORS for every websites but whitelist only http://localhost:8080 or replibot.papabyte.com
- Create an API access ('READ INFO' and 'TRADE') from your Bittrex account and fill the configuration form with the key and the secret.
- Generate a WIF with a command line tool or online and paste it into the form, the control address that will be used to sign your orders should appear.
- Log into Odex exchange with your Obyte GUI wallet and deposit GBYTE and BTC stablecoin
- Set your Odex account exchange as owner addess then grant your control address the roght to trade on Odex account
- Set the minimum balances you want to keep on exchanges and your markup
- Ensure CORS is enabled by CORS-anywhere extension
- Start the bot