Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.21 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.21 KB

arbtaker

arbtaker trading bot for blocknet xbridge / ccxt supported exchanges

logic:
bot will scan xbridge tokens & balance and possible orderbooks,
then calculate ccxt exchange tokens path and orderbooks,
compare to find profitable trades,
execute on each platform if sufficient balances on each side.

installation:
git clone https://github.com/tryiou/arbtaker.git
cd arbtaker
pip3 install -r requirements.txt
open arbtaker_settings.py with text editor:
-Set correct rpc_user, rpc_password, rpc_port, corresponding to your blocknet core wallet.
-dry_mode to True won't execute trade in real, just execute logic and console/logging.
-dry_mode to False will execute trade in real.
-Set ccxt_exchange_name to desired exchange, supported exchange list can be found on:
https://github.com/ccxt/ccxt/
-Bot will gather new xbridge addresses at first run.

open utils/keys.local.json with text editor:
-Set your active ccxt exchange name / api_key / api_secret

start:
python3 main.py

depending on OS, pip3/python3 command may be called with pip/python

License: MIT