• Stars
    star
    121
  • Rank 292,256 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Finding the best arbitrage opportunies for the top 100 cryptocurrencies in python3.

arbitrage-chances

Finding the best arbitrage opportunities for the top 100 cryptocurrencies.

Dependencies

  • Cython - python3 -m pip install cython
  • Pymarketcap - python3 -m pip install pymarketcap

Settings

start [--pairs -p] [--exchanges -e] [--minimum_volume -m] [--simple -s] [--coins_shown -c] [--top -t] [--coin_list -l]

  • trading_pairs = ALL
    • sets what trading pairs are accepted
  • exchanges = ALL
    • sets what exchanges are accepted
  • minimum_volume = 1%
    • sets minimum coin percent volume on exchange
  • simple = False
    • hides information and errors
  • coins_shown = 10
    • sets the number of coins shown
  • coin_list = []
    • If set, runs on a set of specified currencies instead of the top X currencies
  • top = 100
    • sets the number of top currencies to use. It gets buggy towards the bottom (700s), so be warned.

I usually run it with these settings:

Recommended settings

python3 ./start --exchanges Binance Kucoin Etherdelta Cryptopia Bittrex Bitfinex Poloniex --pairs ETH BTC LTC

If this library helped you at all, you can donate ETH to 0x293a25bc3e1da86bb3322cf940e7baf49f52cae4.

Warning

  • Arbitrage usually exists for a reason. Usually this is:
    • No wallet withdrawal / Deposit for a coin
    • High withdrawal fees or long wait time
    • Very low volume
  • This library does not take any of these factors

More Repositories

1

redfin

A Python wrapper around redfin's unofficial API.
Python
100
star
2

kbot

A kahoot bot that correctly answers questions.
Python
82
star
3

quizizz-bot

quizizz bot!
Python
24
star
4

lrc_kit

A library for searching, downloading, and parsing song lyrics in LRC format in python.
Python
23
star
5

real-time-lyrics

Detect songs from the microphone or spotify and display their lyrics in real time, synced up to the song.
Python
23
star
6

mcdonalds-api-wrapper

Using python to order mcdonalds from the command line
Python
20
star
7

freenom-register

Register a freenom domain through the command line.
Python
18
star
8

when-orange-chicken

my genius is almost frightening
JavaScript
7
star
9

poster-v2

A movie and music poster generator engine written in python for some reason.
Python
7
star
10

Otto

an imessage bot utilizing remote messages (ios 8 jailbreak) to perform iMessage chat bot functionality without a mac.
Go
6
star
11

everynoise-genre-viz

I couldn't find a good genre map, so i'll do it myself. Used to create a music genre visualization.
HTML
6
star
12

ios-imessage-bot

A golang imessage bot using the internal remote messages framework.
Go
5
star
13

word-hunt

Code behind getting the world record in word hunt. Note this was complicated as I had to workaround with a raspberry pi and a teensy for phone control
Python
3
star
14

duo-bypass

Use any OTP Authentication provider (e.g. Google Auth) you want instead of the Duo App
Svelte
3
star
15

spotlightify

A vue web app to display playlist overlap between 2 users.
Vue
3
star
16

pywerschool

A python wrapper over the powerschool api.
Python
3
star
17

gopowerschool

powerschool in go
Go
3
star
18

PowerJoule

A powerschool menu bar application written in electron
JavaScript
2
star
19

burger-king-api-wrapper

A wrapper around burger king
Python
2
star
20

cyberstart

My work for cyberstart 2021, my first CTF competition.
Python
1
star
21

cs128

C++
1
star
22

comm

a server + client connection library
Go
1
star
23

covidscreen

A Django Site for tracking COVID-19 for athletes / large gatherings.
Python
1
star
24

pygame

lets play some board games!
Python
1
star
25

reteps.github.io

Personal portfolio site
HTML
1
star