Skip to content

Commit

Permalink
new sorting or keys
Browse files Browse the repository at this point in the history
deleted non excisting markets and added excisting markets
fitting markets to trading folder
  • Loading branch information
nitrocon authored Nov 30, 2022
1 parent 6f24a25 commit b1281a6
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions web/serverconfig.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,19 @@
define('YAAMP_USE_NGINX', false);

// Exchange public keys (private keys are in a separate config file)
define('EXCH_POLONIEX_KEY', '');
define('EXCH_ALCUREX_KEY', '');
define('EXCH_ALTMARKETS_KEY', '');
define('EXCH_BINANCE_KEY', '');
define('EXCH_BITTREX_KEY', '');
define('EXCH_BLEUTRADE_KEY', '');
define('EXCH_BTER_KEY', '');
define('EXCH_YOBIT_KEY', '');
define('EXCH_CEXIO_ID', '');
define('EXCH_CEXIO_KEY', '');
define('EXCH_COINMARKETS_USER', '');
define('EXCH_COINMARKETS_PIN', '');
define('EXCH_BINANCE_KEY', '');
define('EXCH_BITSTAMP_ID','');
define('EXCH_BITSTAMP_KEY','');
define('EXCH_EMPOEX_KEY', '');
define('EXCH_EXBITRON_KEY', '');
define('EXCH_HITBTC_KEY','');
define('EXCH_KRAKEN_KEY', '');
define('EXCH_KUCOIN_KEY', '');
define('EXCH_LIVECOIN_KEY', '');
define('EXCH_STOCKSEXCHANGE_KEY', '');
define('EXCH_TRADEOGRE_KEY','');
define('EXCH_POLONIEX_KEY', '');
define('EXCH_YOBIT_KEY', '');

// Automatic withdraw to Yaamp btc wallet if btc balance > 0.3
define('EXCH_AUTO_WITHDRAW', 0.3);
Expand Down

0 comments on commit b1281a6

Please sign in to comment.