All Projects → rgf2004 → easypump

rgf2004 / easypump

Licence: Apache-2.0 license
EasyPump makes the coin pump easy and profitable

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to easypump

binance-pump-bot
Automation for Binance p&d(pump and dump) activity, ensures fastest purchase and provides auto selling functionality to lockdown profit during these events.
Stars: ✭ 112 (+700%)
Mutual labels:  exchange, dump, pump
Cryptofeed
Cryptocurrency Exchange Websocket Data Feed Handler
Stars: ✭ 643 (+4492.86%)
Mutual labels:  exchange, bittrex
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 (+3392.86%)
Mutual labels:  exchange, bittrex
Arbitrage Chances
Finding the best arbitrage opportunies for the top 100 cryptocurrencies in python3.
Stars: ✭ 105 (+650%)
Mutual labels:  exchange, coin
BitView
A crypto portfolio written in Flutter. It supports Binance, Bittrex, HitBTC, Coinbase, Coinbase Pro and Mercatox
Stars: ✭ 50 (+257.14%)
Mutual labels:  exchange, bittrex
coinaly
🚀 Fast and easy to use mobile trade interface for cryptocurrencies. Track your trades to the moon and beyond. Currently only for Bittrex.
Stars: ✭ 32 (+128.57%)
Mutual labels:  exchange, bittrex
Crypto vba
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
Stars: ✭ 103 (+635.71%)
Mutual labels:  exchange, bittrex
Mcafee Bot
buy coins based on @officialmcafee tweets
Stars: ✭ 61 (+335.71%)
Mutual labels:  coin, bittrex
Bittrex.net
A C# .Net wrapper for the Bittrex web API including all features easily accessible and usable
Stars: ✭ 131 (+835.71%)
Mutual labels:  exchange, bittrex
Cryptocurrency Portfolio
Google Sheets automatic creation with Google Apps Script (GAS) for managing a cryptocurrency tracking spreadsheet with multi exchanges
Stars: ✭ 134 (+857.14%)
Mutual labels:  exchange, bittrex
My Token
📈Track token prices of your favorite exchanges in terminal!
Stars: ✭ 141 (+907.14%)
Mutual labels:  exchange, bittrex
trader
a ping pong and maker/taker order bot for trading cryptocurrency on Waves Exchange, Poloniex, Bittrex, and Binance
Stars: ✭ 23 (+64.29%)
Mutual labels:  exchange, bittrex
BittrexRx
BittrexRx is a rxjs node wrapper for the Bittrex Api
Stars: ✭ 16 (+14.29%)
Mutual labels:  exchange, bittrex
every-eos
Decentralized exchange based on eos.io
Stars: ✭ 20 (+42.86%)
Mutual labels:  exchange, coin
backend
Bitex Python crypto exchange backend
Stars: ✭ 23 (+64.29%)
Mutual labels:  exchange, coin
Coinexchange
数字货币交易所 (开源免费、基于java、无限扩展、高并发、高可靠性、美观?我尽量吧)
Stars: ✭ 61 (+335.71%)
Mutual labels:  exchange, coin
PumpBot
A bot to use in a pump & dump event on Binance.com
Stars: ✭ 185 (+1221.43%)
Mutual labels:  coin, pump
Coinnect
Coinnect is a Rust library aiming to provide a complete access to main crypto currencies exchanges via REST API.
Stars: ✭ 130 (+828.57%)
Mutual labels:  exchange, bittrex
Gbot Trader
Trading robot for trade on crypto exchanges
Stars: ✭ 222 (+1485.71%)
Mutual labels:  exchange, bittrex
Crypto Exchange
Pulls together list of crypto exchanges to interact with their API's in a uniform fashion.
Stars: ✭ 241 (+1621.43%)
Mutual labels:  exchange, bittrex

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