├── README.md ├── UNLICENSE ├── balances.php ├── bitfinex.php ├── config-btc.php ├── config-dsh.php ├── config-etc.php ├── config-eth.php ├── config-ltc.php ├── config-usd.php ├── config-xmr.php ├── config-zec.php ├── config.php ├── functions.php └── lend.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariodian/bitfinex-auto-lend/HEAD/README.md -------------------------------------------------------------------------------- /UNLICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariodian/bitfinex-auto-lend/HEAD/UNLICENSE -------------------------------------------------------------------------------- /balances.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariodian/bitfinex-auto-lend/HEAD/balances.php -------------------------------------------------------------------------------- /bitfinex.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariodian/bitfinex-auto-lend/HEAD/bitfinex.php -------------------------------------------------------------------------------- /config-btc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariodian/bitfinex-auto-lend/HEAD/config-btc.php -------------------------------------------------------------------------------- /config-dsh.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariodian/bitfinex-auto-lend/HEAD/config-dsh.php -------------------------------------------------------------------------------- /config-etc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariodian/bitfinex-auto-lend/HEAD/config-etc.php -------------------------------------------------------------------------------- /config-eth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariodian/bitfinex-auto-lend/HEAD/config-eth.php -------------------------------------------------------------------------------- /config-ltc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariodian/bitfinex-auto-lend/HEAD/config-ltc.php -------------------------------------------------------------------------------- /config-usd.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariodian/bitfinex-auto-lend/HEAD/config-usd.php -------------------------------------------------------------------------------- /config-xmr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariodian/bitfinex-auto-lend/HEAD/config-xmr.php -------------------------------------------------------------------------------- /config-zec.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariodian/bitfinex-auto-lend/HEAD/config-zec.php -------------------------------------------------------------------------------- /config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariodian/bitfinex-auto-lend/HEAD/config.php -------------------------------------------------------------------------------- /functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariodian/bitfinex-auto-lend/HEAD/functions.php -------------------------------------------------------------------------------- /lend.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariodian/bitfinex-auto-lend/HEAD/lend.php --------------------------------------------------------------------------------