mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
27 lines
947 B
PHP
27 lines
947 B
PHP
<?php
|
|
/* Sample config file to put in /etc/yiimp/keys.php */
|
|
|
|
define('YIIMP_MYSQLDUMP_USER', 'root');
|
|
define('YIIMP_MYSQLDUMP_PASS', '<my_mysql_password>');
|
|
define('YIIMP_MYSQLDUMP_PATH', '/root/backup');
|
|
|
|
/* Keys required to create/cancel orders and access your balances/deposit addresses */
|
|
define('EXCH_BITTREX_SECRET', '<my_bittrex_api_secret_key>');
|
|
define('EXCH_BITSTAMP_SECRET','');
|
|
define('EXCH_BINANCE_SECRET', '');
|
|
define('EXCH_BLEUTRADE_SECRET', '');
|
|
define('EXCH_BTER_SECRET', '');
|
|
define('EXCH_CCEX_SECRET', '');
|
|
define('EXCH_CEXIO_SECRET', '');
|
|
define('EXCH_COINMARKETS_PASS', '');
|
|
define('EXCH_CRYPTOPIA_SECRET', '');
|
|
define('EXCH_EMPOEX_SECKEY', '');
|
|
define('EXCH_HITBTC_SECRET', '');
|
|
define('EXCH_KRAKEN_SECRET','');
|
|
define('EXCH_KUCOIN_SECRET', '');
|
|
define('EXCH_LIVECOIN_SECRET', '');
|
|
define('EXCH_NOVA_SECRET','');
|
|
define('EXCH_POLONIEX_SECRET', '');
|
|
define('EXCH_STOCKSEXCHANGE_SECRET', '');
|
|
define('EXCH_YOBIT_SECRET', '');
|
|
|