Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
bump, set bitstamp as default exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed Jul 10, 2016
1 parent 05ea89b commit 532e724
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gekko",
"version": "0.3.1",
"version": "0.3.2",
"description": "A bitcoin trading bot for auto trading at various exchanges",
"keywords": [
"trading",
Expand Down
5 changes: 3 additions & 2 deletions sample-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ config.debug = true; // for additional logging / debugging

// Monitor the live market
config.watch = {
exchange: 'btcc', // see gekko/docs/supported_exchanges.md
currency: 'CNY',
// see https://github.com/askmike/gekko#supported-exchanges
exchange: 'Bitstamp',
currency: 'USD',
asset: 'BTC'
}

Expand Down

0 comments on commit 532e724

Please sign in to comment.