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' }