From 532e7245321dd82555316e337251f0fc3f1a124b Mon Sep 17 00:00:00 2001 From: Mike van Rossum Date: Sun, 10 Jul 2016 20:20:48 +0200 Subject: [PATCH] bump, set bitstamp as default exchange --- package.json | 2 +- sample-config.js | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index dd9a54499..91e0b7a9d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/sample-config.js b/sample-config.js index 139602ade..b64a95f65 100644 --- a/sample-config.js +++ b/sample-config.js @@ -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' }