All Projects → HFenter → Marginbot

HFenter / Marginbot

Licence: other
Bitfinex Margin Lending Managment Bot

Projects that are alternatives of or similar to Marginbot

Krypto Trading Bot
Self-hosted crypto trading bot (automated high frequency market making) written in C++
Stars: ✭ 2,589 (+2319.63%)
Mutual labels:  bitcoin, cryptocurrency, bitfinex
Orko
Trade on and script multiple crypto exchanges from a single user interface on desktop and mobile. In development.
Stars: ✭ 128 (+19.63%)
Mutual labels:  bitcoin, cryptocurrency, bitfinex
Cryptofeed
Cryptocurrency Exchange Websocket Data Feed Handler
Stars: ✭ 643 (+500.93%)
Mutual labels:  bitcoin, cryptocurrency, bitfinex
My Token
📈Track token prices of your favorite exchanges in terminal!
Stars: ✭ 141 (+31.78%)
Mutual labels:  bitcoin, cryptocurrency, bitfinex
Gitbitex Spot
An Open Source Cryptocurrency Exchange
Stars: ✭ 320 (+199.07%)
Mutual labels:  bitcoin, cryptocurrency, bitfinex
Exchangesharp
ExchangeSharp is a powerful, fast and easy to use .NET/C# API for interfacing with many crypto currency exchanges. REST and web sockets are supported.
Stars: ✭ 489 (+357.01%)
Mutual labels:  bitcoin, cryptocurrency, bitfinex
Crypto Whale Watcher
An app to keep a watch on big volume trades of cryptocurrecies on different exchanges by sending alerts via a Telegram Bot.
Stars: ✭ 60 (-43.93%)
Mutual labels:  bitcoin, cryptocurrency, bitfinex
Opencx
An open-source cryptocurrency exchange toolkit for implementing experimental exchange features
Stars: ✭ 86 (-19.63%)
Mutual labels:  bitcoin, cryptocurrency
Ccxt.net
CCXT.NET – CryptoCurrency eXchange Trading Library for .NET
Stars: ✭ 89 (-16.82%)
Mutual labels:  bitcoin, cryptocurrency
Navcoin Core
bitcoin-core 0.13 fork ported for NavCoin
Stars: ✭ 106 (-0.93%)
Mutual labels:  bitcoin, cryptocurrency
Libreselery
Continuous distribution of funding to your project contributors and dependencies. Integrated into GitHub Actions
Stars: ✭ 92 (-14.02%)
Mutual labels:  bitcoin, cryptocurrency
Awesome Privacy On Blockchains
A curated list of privacy on blockchains resources
Stars: ✭ 86 (-19.63%)
Mutual labels:  bitcoin, cryptocurrency
Coin registry
A global registry of JSON formatted files on 1500+ cryptocurrency tokens. Provides information like chat rooms, communities, explorers, and contact information on each coin. Used by https://blockmodo.com, DEXs, developers, and exchanges.
Stars: ✭ 85 (-20.56%)
Mutual labels:  bitcoin, cryptocurrency
Crypto vba
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
Stars: ✭ 103 (-3.74%)
Mutual labels:  bitcoin, bitfinex
Cated
CATEd - Cryptocurrency Analytics and Trading Engine for Django
Stars: ✭ 84 (-21.5%)
Mutual labels:  bitcoin, cryptocurrency
Coincurve
Cross-platform Python bindings for libsecp256k1
Stars: ✭ 89 (-16.82%)
Mutual labels:  bitcoin, cryptocurrency
Bitcoin Cryptography Library
Nayuki's implementation of cryptographic primitives used in Bitcoin.
Stars: ✭ 81 (-24.3%)
Mutual labels:  bitcoin, cryptocurrency
Coinpare
Compare cryptocurrency trading data across multiple exchanges and blockchains in the comfort of your terminal
Stars: ✭ 89 (-16.82%)
Mutual labels:  bitcoin, cryptocurrency
Tradingview Trainer
A lightweight app for practicing your trading on Tradingview
Stars: ✭ 106 (-0.93%)
Mutual labels:  bitcoin, cryptocurrency
Kupi Terminal
Ccxt based, open source, customized, extendable trading platform that supports 130+ crypto exchanges.
Stars: ✭ 104 (-2.8%)
Mutual labels:  bitcoin, cryptocurrency

This is a PHP based Margin Lending Management Bot for the Bitfinex API.

Details

This bot is designed to manage 1 or more bitfinex accounts, doing its best to keep any money in the "depost" wallet lent out at the highest rate possible while avoiding long periods of pending loans (as often happens when using the Flash Return Rate, or some other arbitrary rate). There are numerous options and setting to tailor the bot to your requirements.

Read More

You can find lots more info and discussion right here: Bitcointalk.org Also, for anyone coming from there, take this as proof that HowardF = HowardF3 = Me = MarginBot Developer

Install

Download the most current version, unzip to a folder on your server, then browse to that folder. An install script will run you through the rest of the process.

Note: If you get the following error during install:

PHP Parse error:  syntax error, unexpected ''America/Los_Angeles\\');' (T_CONSTANT_ENCAPSED_STRING), expecting identifier (T_STRING) in /var/www/html/web/install.php on line 92

you most likely have your PHP configured without short_open_tag = on. Make sure to set

short_open_tag = on

Update from an older Version

Important - Make sure to backup your existing inc/config.php file FIRST

To update, make a backup of your inc/config.php file, then download the most current version. Unzip the files and overwrite your existing install.

Then overwrite the default config.php file with your backed up version. Visit the site, and you'll be redirected to an update system. If you are not correctly redirected, just visit /MarginBot/update.php

Requirements

A live webserver running

  • PHP 5.1+
  • MySQL
  • Access to add a cronjob
  • A Bitfinex Account with API Access (Set Up Here)
  • At least $50 in your Bitfinex "Deposit" wallet. Preferably $100 or more. ( Note: This is a bitfinex requirement, not a bot requirement. Bitfinex doesn't allow Margin Loans of less than $50. )

If you don't have a bitfinex account, please consider using my affiliate code when signing up. By doing so, you'll save 10% on all fees for the first month, and it will help support further development of this code.

https://www.bitfinex.com/?refcode=vsAnxuo5bM.

Project Development Thread on Bitointalk

MarginBot - A Bitfinex Margin Lending Management Bot

Donations

Developing this software, and testing the various strategies for lending that led to its development have taken significant time and effort. If you find this software useful, please send a small donation our way. All donations support the continued development of this software, and help to cover my distribution and support costs.

You can send donations to:

Bitcoin: 1A3y1xDXtyZySmPZySbpz7PPog4Vsyqig1

Donate

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].