Giter Site home page Giter Site logo

easypump's Introduction

Easy Pump

This app is used to speed up the buy/sell actions of crypto currencies during the pump period

usually the pump period is not more than one minute so buy and sell actions should be placed very fast in order to be able to make a profit

that is why I've created this app in order to make the buy and sell actions done in less than 5 seconds. (it depends in your network traffic)

Limitation

  • Currently this app supports bittrex exchange only, in future versions it will supprot other exchanges
  • This app requires API Key and Secret, you may get them from the Exchange
  • This app doesn't have GUI interface, instead it runs from command line

How to compile ?

How to run ?

1- this app takes the following parameters:

  • exchange api key.

  • exhcange secret key.

  • amount of BTC that will be used

  • profit percentage

     example : java -jar easy-pump-0.0.1-SNAPSHOT.jar fba4d194540e4b998f570cdwef0cdwecew3o b090f44028f54wrgregee12922cc04d 0.5 20
    

    in this example you ask the app to use creditainls passed as api key and secret to buy a specific coin, app will ask about it later, with BTC amount 0.5 and to make the sell price = buy price + 20% as profit

2- when app loads in memory it will prompt the user to enter the desired coin coin should be passed as it is in exchange with "btc" keyword

for example:
	eth for Ethereum
	dash for Dash
	xvg for Verge 

you can get coin name from the exchange

3- once the user enters the coin name the app will do the following:

  • it tries to get the current ASK price from the exchange
  • it calcuated the quantity that can be bought using the available BTC amount passed to this app.
  • it places the buy order for this coin
  • it monitors the exchange till this order is completed
  • once order is completed it will calculate the sell price based on the profit percentage passed to it.
  • it places the sell order for this coin using the propsed sell price and same quantity has been bought in the earlier buy order.

Contribution

We are glad about every contribution to the project. Dont hesitate to open an issue, if you found a bug (with or without fix) or have an idea for a new feature!

If you want to share your own code, please follow these steps:

  • create a fork of this repository
  • add a new branch for your changings
  • add your changes to the code
  • dont forget to mention the issue number in the commit messages (just write something like <message> #<id>)
  • open a pull request and try to describe what the change is for
  • done :)

Donations ๐Ÿ’ฐ

If you want you can donate to:

- [ Bitcoin ] 1PfnwEdmU3Ki9htakiv4tciPXzo49RRkai

easypump's People

Contributors

rgf2004 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

easypump's Issues

yobit

hey mate, you have done amazing job. Unfortunately there is not many pumps happening on the bittrex. Can you do a yobit version? cheers
have a nice evening

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.