All Projects → dutu → Pololender

dutu / Pololender

Licence: other
Free, open source, high performance bot for lending funds on Poloniex exchange

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pololender

Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+13704.29%)
Mutual labels:  bot, bitcoin, btc, crypto
Ccxt Rest
Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/
Stars: ✭ 210 (+28.83%)
Mutual labels:  bot, bitcoin, btc, crypto
Tradingview Webhook Bot
⚙️ Send TradingView alerts to Telegram, Discord, Slack, Twitter and/or Email.
Stars: ✭ 135 (-17.18%)
Mutual labels:  bot, bitcoin, crypto
Mikalendingbot
Automated lending on Cryptocurrency exchanges Poloniex and Bitfinex
Stars: ✭ 1,067 (+554.6%)
Mutual labels:  bot, bitcoin, poloniex
Multicurrencywallet
Bitcoin, Ethereum, ERC20 crypto wallets with Atomic Swap exchange. Release announce: https://twitter.com/SwapOnlineTeam/status/1321844352369500160
Stars: ✭ 136 (-16.56%)
Mutual labels:  bitcoin, btc, crypto
Phptrader
A simple php powered Bitcoin and Ethereum trading bot
Stars: ✭ 131 (-19.63%)
Mutual labels:  bot, bitcoin, btc
Jesse
An advanced crypto trading bot written in Python
Stars: ✭ 1,038 (+536.81%)
Mutual labels:  bot, bitcoin, crypto
Ccxt.net
CCXT.NET – CryptoCurrency eXchange Trading Library for .NET
Stars: ✭ 89 (-45.4%)
Mutual labels:  bot, bitcoin, crypto
Kupi Terminal
Ccxt based, open source, customized, extendable trading platform that supports 130+ crypto exchanges.
Stars: ✭ 104 (-36.2%)
Mutual labels:  bot, bitcoin, crypto
Cryptotrader
This is an experimental trading bot framework written in PHP. It may contain bugs and should not be trusted with much money
Stars: ✭ 108 (-33.74%)
Mutual labels:  bot, bitcoin, btc
Socktrader
🚀 Websocket based trading bot for 💰cryptocurrencies 📈
Stars: ✭ 152 (-6.75%)
Mutual labels:  bot, bitcoin, crypto
Cryptex
Gemini, GDAX, Bitfinex, Poloniex, Binance, Kraken, Cryptopia, Koinex, BitGrail and CoinMarketCap cryptocurrency exchange API clients in Swift / iOS SDK. Check prices and account balances using Sample iOS app.
Stars: ✭ 51 (-68.71%)
Mutual labels:  bitcoin, poloniex, crypto
Subzero
Square's Bitcoin Cold Storage solution.
Stars: ✭ 598 (+266.87%)
Mutual labels:  bitcoin, btc, crypto
Lstm Crypto Price Prediction
Predicting price trends in cryptomarkets using an lstm-RNN for the use of a trading bot
Stars: ✭ 136 (-16.56%)
Mutual labels:  bot, bitcoin, btc
Qtbitcointrader
Secure multi crypto exchange trading client
Stars: ✭ 520 (+219.02%)
Mutual labels:  bitcoin, btc, crypto
Goex
Exchange Rest And WebSocket API For Golang Wrapper support okcoin,okex,huobi,hbdm,bitmex,coinex,poloniex,bitfinex,bitstamp,binance,kraken,bithumb,zb,hitbtc,fcoin, coinbene
Stars: ✭ 1,188 (+628.83%)
Mutual labels:  bitcoin, btc, poloniex
Crypto Exchange
Pulls together list of crypto exchanges to interact with their API's in a uniform fashion.
Stars: ✭ 241 (+47.85%)
Mutual labels:  bitcoin, poloniex, crypto
My Token
📈Track token prices of your favorite exchanges in terminal!
Stars: ✭ 141 (-13.5%)
Mutual labels:  bitcoin, btc, poloniex
Crypto vba
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
Stars: ✭ 103 (-36.81%)
Mutual labels:  bitcoin, btc, poloniex
Coinmon
💰 The cryptocurrency price tool on CLI. 🖥
Stars: ✭ 1,581 (+869.94%)
Mutual labels:  bitcoin, btc, crypto

poloLender Pro - smart Poloniex lending bot

poloLender Pro is an automated engine for lending funds on Poloniex exchange. poloLender Pro uses advanced statistical calculation to maximize profits.

The application code is open source and shared on github at https://github.com/dutu/poloLender/

Join poloLender discussion/support group on telegram: https://t.me/cryptozone

Contents

Features

  • Simple. Easy use.
  • Best profitability ensured by using statistical calculation.
  • Funds are always lent at best return rates, no configurtation required, just set-and-forget.
  • Reports can be sent to your phone on Telegram messenger.
  • Web interface (under developement, new features being added).
  • Can run locally on your PC or in the cloud (heroku).
  • Activelly supported. Join poloLender discussion/support group on telegram: https://t.me/cryptozone or raise an issue.

What's new

Configuration is now done through the web UI (Settings tab)

Supported crypto-currencies

Note: As of July 25, support for lending XMR, XRP, ETH and CLAM is temporarly suspended. This is due low lending rates for these particular currencies and also the need of resources to keep lending support active (funds and computing power). If you'd like to see lending support restored, please contact me on telegram support group or raise an issue on Github.    

How it works

poloLender Pro is:

  • an open source application written in JavaScript
  • runs on node.js
  • can either run locally on your computer or can be hosted on a cloud platform (e.g. Heroku).

poloLender Pro is an automatic bot which lends funds on Poloniex exchange.

The lending rate is calculated using statistical calculation in order to maximize profits.

poloLender Pro does not calculate the lending rate itself, instead the poloLender Pro receives the lending rate from poloLending-Advisor server. poloLending-Advisor is an on-line server hosed at http://safe-hollows.crypto.zone.

In order to calculate optimal lend offer rate, the server continuously monitors the lend-book (active offers) and also calculates the average loan holding time. Based on this data and using statistical calculation poloLending-Advisor server can inform poloLender Pro clients of the rate with best profit returns.

By using historical information and statistical calculation poloLender Pro is able to give better return rates, as comparing with placing offers only looking at a snapshot of the lend book.

Why using statistical calculation is more efficient

As it can be seen in the screen-shot below, poloLender Pro, manages to place offers with good rates

Other bots

Other existing bots are placing loan offers by only looking at a snapshot of the lend-book (active offers available at one point in time). To find out why snapshot of the lend-book does not give information on best return rate, I have written a bot that places small lend offers at the top of the lend-book every minutes.

As you can see in the screen-shot below, often the lend book rates vary widely. For this reason, figuring out the rate that gives best result is not obvious.

In addition, placing offers "randomly" through the lend-book, expecting a spike is not most efficient.


Setting up the application

Running on Heroku is highly recommended to ensure maximum up-time.

Running locally

  1. Download and install node.js

  2. Download and install the latest version of Git

  3. Clone poloLender application source code from github:

    git clone https://github.com/dutu/poloLender.git
    cd poloLender
    
  4. Install the dependencies, preparing your system for running the app locally:

    npm install
    
  5. Start the app locally:

    npm start
    
  6. Open the poloLender Pro app in your browser:

    Open your internet browser and type in the URL http://localhost:5000

  7. Enter authentication token when requested

    Note: The authentication tokens are generated by the poloLender app and displayed in the console log when the app starts-up

  8. Got to 'Settings' tab to set your poloLender configuration

Running on Heroku

  1. Create a Heroku account if you don't have one already

  2. Download and install the Heroku CLI. Once installed, you'll have access to the heroku command from your command line.

  3. Log into Heroku:

    heroku login
    
  4. Clone poloLender application source code from github:

    git clone https://github.com/dutu/poloLender.git
    cd poloLender
    
  5. Create an app on Heroku and deploy the code

    heroku create
    git push heroku master
    heroku ps:scale web=0
    
  6. Provision the papertrail and mLab add-ons

    heroku addons:create papertrail
    heroku addons:create mongolab
    

    Note: The add-ons are free; however, to help with abuse prevention, Heroku requires account verification for provisioning an add-on . If your account has not been verified, you will be directed to visit the verification site.

  7. Open the papertrail console to see the log messages.

    heroku addons:open papertrail
    

    Note: Keep the papertrail console open to monitor progress

  8. Start the application

    heroku ps:scale web=1
    
  9. Open the poloLenderPro in your browser

    heroku open
    
  10. Enter authentication token when requested

    Note: The authentication tokens are generated by the poloLender app and displayed in the console log when the app starts-up

  11. Got to 'Settings' tab to set your poloLender configuration

  12. Upgrade your application to Hobby

    Note: By default the Heroku applications run on Free dyno. Free dyno sleeps after a period of activity. Please see https://devcenter.heroku.com/articles/free-dyno-hours#usage for details. It is highly recommended to upgrade the free Dyno to Hobby. Hobby dyno never sleeps. See: https://www.heroku.com/pricing

Updating the application

Updating the application when poloLender code is updated on github

Running locally

  1. Stop the poloLender application with CTRL+C

  2. Update the local clone from github

    cd poloLender
    git fetch --all
    git reset --hard origin/master
    
  3. Update dependencies:

    npm update
    
  4. Start the app locally:

    npm start
    
  5. Visit poloLender app in your internet browser and verify the app settings

    Note: The authentication tokens are generated by the poloLender app and displayed in the console log when the app starts-up

Running on Heroku

  1. Update the local clone from github

    cd poloLender
    git fetch --all
    git reset --hard origin/master
    
  2. Verify that both papertrail:choklad and mongolab:sandbox are provisioned for your app

    heroku addons
    
  3. If addons above are not provisioned, provision the missing addons

    heroku addons:create mongolab
    

    and/or

    heroku addons:create papertrail
    
  4. Open the papertrail console to see the log messages

    heroku addons:open papertrail
    
  5. Deploy updated code to heroku

    git push heroku master
    

    The application will restart automatically with the newly deployed code

  6. Visit poloLender app in your internet browser and verify the app settings

    Note: The authentication tokens are generated by the poloLender app and displayed in the console log when tha app starts-up

FAQ

See FAQ

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].