Bitcoin Forum

Bitcoin => Project Development => Topic started by: ASutas on January 27, 2015, 07:30:57 PM



Title: [ANN] BitfinexLendingBot - A bot for automated lending at Bitfinex
Post by: ASutas on January 27, 2015, 07:30:57 PM
Wanted to share my project: BitfinexLendingBot - A bot for automated lending at Bitfinex (https://github.com/eAndrius/BitfinexLendingBot)

Requirements, installation instructions, etc can be found at the link above.

The bot was mainly inspired by MarginBot (https://bitcointalk.org/index.php?topic=865250.0;all).

It has the following features:
  • Written in Go thus can be easily distributed as a single binary
  • Does not require LAMP stack to run
  • Is configurable by a single file
  • Implements multiple trading strategies
  • Supports logging to file

Feedback and pull requests are very welcome!


Title: Re: [ANN] BitfinexLendingBot - A bot for automated lending at Bitfinex
Post by: ASutas on February 22, 2015, 01:08:31 AM
Update: fixed rounding issue (https://github.com/eAndrius/BitfinexLendingBot/issues/1)


Title: Re: [ANN] BitfinexLendingBot - A bot for automated lending at Bitfinex
Post by: ASutas on March 30, 2015, 01:47:03 AM
Updated graph with data for the past two months, MarginBot strategy is doing great: https://docs.google.com/a/sutas.eu/spreadsheets/d/1lUwuN0KUwVIDBCxXOMNBsZyx_XsB1ND_KFmAJlUMRKQ/


Title: Re: [ANN] BitfinexLendingBot - A bot for automated lending at Bitfinex
Post by: yhomega on August 27, 2015, 07:46:50 AM
Hello
THanks for your bot but I can't make it work
Your bot is stuck like that
2015/08/27 03:44:00     Cancelling all active usd offers...
2015/08/27 03:44:00     Getting current lendbook...
2015/08/27 03:44:00     Getting current wallet balance...
Any idea?
Cheers


Title: Re: [ANN] BitfinexLendingBot - A bot for automated lending at Bitfinex
Post by: eternalgloom on August 27, 2015, 03:55:18 PM
Hello
THanks for your bot but I can't make it work
Your bot is stuck like that
2015/08/27 03:44:00     Cancelling all active usd offers...
2015/08/27 03:44:00     Getting current lendbook...
2015/08/27 03:44:00     Getting current wallet balance...
Any idea?
Cheers
I'm having the same problem, any idea what could be causing this?
I think it's a great idea however, hoping I can get it working :)


Title: Re: [ANN] BitfinexLendingBot - A bot for automated lending at Bitfinex
Post by: alwinlinzee on August 27, 2015, 06:14:33 PM
I know a bot can be used for trading currencies and cryptocoins, most task can be done automatically using bot but using bot to give out money is an entirely new idea to me.
Keep the good job.


Title: Re: [ANN] BitfinexLendingBot - A bot for automated lending at Bitfinex
Post by: ASutas on August 31, 2015, 12:12:15 AM
Thanks for reporting this - investigating now.


Title: Re: [ANN] BitfinexLendingBot - A bot for automated lending at Bitfinex
Post by: ASutas on August 31, 2015, 11:58:56 AM
Could everyone that are having the issue please share their config file (REMOVE YOUR API KEY/SECRET)?

I could not reproduce the problem, but updated the bitfinex-go library to have API request timeouts. Please update your local copy (of both, bot and library) and see if the problem persists.

Thanks!


Title: Re: [ANN] BitfinexLendingBot - A bot for automated lending at Bitfinex
Post by: melisande on August 31, 2015, 02:17:45 PM
This is a good project but just like any other financial bots, what is the minimum amount it needs to function?


Title: Re: [ANN] BitfinexLendingBot - A bot for automated lending at Bitfinex
Post by: ASutas on August 31, 2015, 02:37:06 PM
This is a good project but just like any other financial bots, what is the minimum amount it needs to function?

50USD or equivalent - it's a limit imposed by Bitfinex itself.


Title: Re: [ANN] BitfinexLendingBot - A bot for automated lending at Bitfinex
Post by: Blawpaw on August 31, 2015, 03:38:57 PM
Is this lending Bot secure? can we trust it?

can someone pls post some statistical data about the Bot performance


Title: Re: [ANN] BitfinexLendingBot - A bot for automated lending at Bitfinex
Post by: ASutas on September 08, 2015, 12:59:04 PM
Is this lending Bot secure? can we trust it?

can someone pls post some statistical data about the Bot performance

Please check the first 3 posts in this thread regarding bot's strategy, performance and open-source implementation.


Title: Re: [ANN] BitfinexLendingBot - A bot for automated lending at Bitfinex
Post by: CharityChip on September 20, 2015, 09:20:10 AM
Hello.

Would this bot function on a site like bitlendingclub.com ? Or, a similar site?

Right now, there are about 0.01 BTC to invest at 0.00010000 BTC each for about 100 transactions. This number could increase substantially later. Also, as investments are finished, new one need to be made.

Could this bot help with some of this? (Perhaps with some modifications?)

There is a "filter" function under the "investment" section, which can show, for example, only certain types of requests based on time/length of repayment, or location, credit rating, total amount requested (a range) and so on. Perhaps given some pre-specified criteria, this bot could auto-fund some types of requests?

If there would be a cost for this please estimate this and perhaps could ask for some separate funding to help modify or assist with development costs.

Thank you in advance.

/s/ CharityChip

see: CharityChip micro-investments under "Project Development".



Title: Re: [ANN] BitfinexLendingBot - A bot for automated lending at Bitfinex
Post by: Financisto on September 21, 2015, 03:23:48 AM
Interesting statistical data about your Bot: "BitfinexLendingBot Strategy Evaluation"

Last record is from 2015-05-17, do you have it updated with recent data?


Title: Re: [ANN] BitfinexLendingBot - A bot for automated lending at Bitfinex
Post by: ASutas on September 21, 2015, 04:04:47 AM
Interesting statistical data about your Bot: "BitfinexLendingBot Strategy Evaluation"

Last record is from 2015-05-17, do you have it updated with recent data?

Unfortunately no. I shifted most of the resources to a personal account.


Title: Re: [ANN] BitfinexLendingBot - A bot for automated lending at Bitfinex
Post by: michaelbc on November 08, 2015, 01:14:11 PM
Hi,

at me the script also gets stuck at
"Getting current wallet balance...".

Any news on that?

I restricted API write access to nothing but the Funding.

Regards,
Michael

Code:
[
    {
        "bitfinex": {
            "APIKey": "xxx",
            "APISecret": "xxx",
            "MinLoanUSD": 50,
            "ActiveWallet": "usd",
            "MaxActiveAmount": -1
        },

        "strategy": {
            "Active": "MarginBot",

            "MarginBot": {
                "MinDailyLendRate": 0.01,
                "SpreadLend": 1,
                "GapBottom": 100,
                "GapTop": 5000,
                "ThirtyDayDailyThreshold": 0.0,
                "HighHoldDailyRate": 0.05,
                "HighHoldAmount": 0.0
            }
        }
    }
]