Trade Dinars
git clone https://github.com/adamhyman/dinar-trader
Install the support libraries using the following pip command:
pip install requests websocket-client bintrees gdax krakenex
git checkout develop
git submodule update --init --recursive
Run exchange_query.py in the root directory of this repository
git add <filename>
Note: files should be added one at a time
git commit
Note: the -a
operator "shotguns" all your files into the commit. You rarely want to do this.
git push origin develp -m "comment"
git reset --hard; git pull
Note: this will erase ALL changed files