Skip to content

Crypto-flipper is console app that find arbitrage orders on Shapeshift.

License

Notifications You must be signed in to change notification settings

zdgeorgiev/crypto-flipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto-Flipper

Crypto-flipper is console app that find arbitrage orders on Shapeshift.


Disclaimer

USE THE SOFTWARE AT YOUR OWN RISK. YOU ARE RESPONSIBLE FOR YOUR OWN MONEY THE AUTHORS AND ALL AFFILIATES ASSUME NO RESPONSIBILITY FOR YOUR TRADING RESULTS.


Requirements

  1. Java 8
  2. Maven (https://maven.apache.org/download.cgi) If you want to build it yourself.
  3. Internet connection

HOW TO RUN

  1. Download latest version from releases

OR

  • Build manually with mvn clean install in this directory
  1. Run in terminal

java -jar [place to set the mandatory system params] target/crypto-flipper.jar (system params can be set like this -Dparam.name=param.value)

OR

  • reconfigure run-flipper.sh file with your params, make sure the script is executable and run it with ./run-flupper.sh from this directory

Parameters

Mandatory params :

flipper.buy.amount : Amount you want to trade.

flipper.sell.asset : Asset you want to trade.

flipper.buy.asset : Asset you want to receive.

flipper.withdrawal.address : Address where you want to receive the buy asset.

flipper.refund.address : Refund address where you will receive sell asset if any shapeshift rules are not fulfilled (Read ShapeShift Terms and Conditions on https://shapeshift.io)


Optional params :

flipper.min.profit : DEFAULT - 0.0. You can se the default profit you aim for + two transaction fees you have to provide (X -> Y and Y -> Z)

flipper.logs.dest : DEFAULT - Directory where you run the app. Path directory where you want to save the logs.

flipper.min.offer.time.left.minute : DEFAULT - 5. Keep eye of offers that have at least X minutes left to be fulfilled.

flipper.request.timeout.seconds : DEFAULT - 3. Timeout between each request in seconds.

flipper.debug : DEFAULT - false. Verbose logs.

About

Crypto-flipper is console app that find arbitrage orders on Shapeshift.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published