Greetings steemians and utopians! Today I'm sharing my cryptocurrency arbitrage script and it's github profile to both worlds, so more developers might have a look at it and, maybe, take part in development and improving.
Also, I just refreshed my plans on developing this script into a fully-featured arbitrage bot. It will be freely available in the same repo as soon as it's ready! Please follow my github profile at the bottom of the page. Thanks!
Let's move on to the topic.
Cryptocurrency Arbitrage Script Sources (BASH: Linux & Mac)
This scripts aims at several cryptocurrency exchanges, looking for their cryptocurrency and crypto-fiat rate differences. It shows you different fiat and crypto-fiat pairs and aims to help in cryptocurrency arbitrage.
By using arbitrage, you can use rate differences ("spread") as a profit generating mechanism, e.g. you can earn some money.
Arbitrage can't be always perfect. Please check that both exchanges have working wallets in both ways: for deposit and for withdrawal, too. Often arbitrage rates higher than 20-30% are related to wallet being frozen on exchange. Also, note, that the "volume" column is VERY important - it can take forever to trade currency with low volume! Triple-check and note that you can loose some of your money in case of manual mistakes.
The script is written in bash. Works in Linux (Ubuntu, Arch?) also tested on Mac.
d=$(curl -s http://cfe.cboe.com/cfe-products/xbt-cboe-bitcoin-futures...You can install all of the requirements in ubuntu like this: sudo apt install curl bc html2text jq - it should take just few megabytes or less.
For archlinux or arch-based distros like Manjaro, try: pacman -S curl bc html2text jq
sudo apt install git )git clone https://github.com/sxiii/metarbitragecd metarbitrage./crypto.sh or ./cryptofiat.shI'm planning to develop this script to become a sort of arbitrage bot. We will have a look if some developers would like to join me.
This script is for cryptocurrency <-> cryptocurrency arbitrage only. One-way.
This script is for crypto <-> crypto and crypto <-> fiat arbitrage.
Note: WIP (work-in-progress) some of exchanges might be broken. Please make a pull request if you feel you fixed or added some exchange. Thanks!
Please join me with development if you like this arbitrage script. Thanks.
Additional info can be found: