# Free and Paid Bot Downloads

![PumpBot - Crypto Trading Bots for every crypto pump out there!](https://753607342-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhogE6fBOvMLDd92Qub%2Fuploads%2FkKVVUHlJM7OKxr7c9aCT%2Fsmartmockups_l0chx0ma.png?alt=media\&token=5c01a301-2363-42e2-93f6-f08d70108669)

## Where to find the downloads?

You can download the files from our MEGA Cloud. Sensitive systems could detect the files as virus - check our section regarding this issue.&#x20;

{% hint style="success" %}
If an .exe-file is missing please check if your windows anti-virus or defender deleted it.
{% endhint %}

<mark style="background-color:green;">**Download:**</mark> [<mark style="background-color:green;">**https://bit.ly/3C1rj6q**</mark>](https://bit.ly/3C1rj6q)

Questions? Join our Discord: <https://discord.gg/PpFRqgDwv2>

{% hint style="success" %}
Please check from time to time if you have the latest version. We improve the Bots and keep them up-to-date 🙌
{% endhint %}

## Pump Dump Bot

\#1 Fastest Crypto Pump and Dump Bot

* Exchanges: Binance, Hotbit, Gate.io and KuCoin&#x20;
* Free Trial: Investment Limits maximum 15 and 30 USDT

And yes windows will think it is a Virus because it is an .exe-file from an unkown source. 🤣

{% hint style="info" %}
PumpBot Hotbit: this Bot is marked as experimental. Hotbit is a bad Exchange, hence the Sell Order might be rejected by the Exchange, this means you need to be able to sell your coins manual. &#x20;
{% endhint %}

{% hint style="success" %}
FREE Trial! The bots have different limits of the amount you can invest. The time is not limited. Just use "30 USDT" and the bot will adjust itself to the maximum possible. This is a trial version. If you want more you need to subscribe to a membership plan.&#x20;
{% endhint %}

## Pump Detector Bot / Pump Catcher Bot

\#1 Fastest Bot to detect the prepump of admins, or any other kind of pumps.

* Exchanges: Binance, Hotbit and KuCoin&#x20;
* Free Trial: Investment Limits maximum 15 and 30 USDT

## New Coin Listings Bot

\#1 Best Bot for new Coin Listing new, new coin Announcements

* Exchanges: Binance, Gate.io, KuCoin, Hotbit (soon)
* Free Trial: Investment Limits maximum 15 and 30 USDT&#x20;

## PumpBot Autotrader

{% hint style="warning" %}
Not supported anymore! We started with futures Trading which is better.
{% endhint %}

Fully automated 24 hours, 7 days a week Trading Bot with Telegram control functions (check, status, sell a coin, ....).

* Exchanges: Gate.io
* Free Trial: Not available! -> please subscribe to PumpBot <https://pump-bot.com/products/>

## Futures Bot: Bybit and Bitget

The bot to automate crypto trading signals from Discord and Telegram!&#x20;

* Exchanges: Bybit (not the unified account yet, create a subaccount) and Bitget
* No free trial as of now

## Quickstart and Installation

Current Operating Systems:\
\- Windows 10\
\- Windows VPS: W8 W10 w2016 w2019 w2022&#x20;

### For Windows Users:

* Extract the folders of the bot you want to use (unzip the .zip-files)
* copy the LicenseKey into license.json the item name is usually already given (not for the FREE Version)
* Save your API keys in the keys.json file. A simple text editor or notepad ++ is sufficient for this
* Change the settings in config.json
* Double click the .exe file (For some, the antivirus program could work. That has to do

  with licensing, since the Bot has to read out the device name to check whether you are

  the rightful owner.)
* -> DONE

### For Mac Users(Apple M1 und Intel):

* soon
* via virtual machine or windows VPS (virtual private server)&#x20;

#### How to do it: 1

Sure! Here's a step-by-step guide on how to run an .exe file on a Mac using Wine:

1. Download and install Wine on your Mac. You can download the latest version of Wine from the official website: <https://www.winehq.org/download>
2. Once Wine is installed, open the Terminal application on your Mac.
3. Type in the command `winecfg` and press enter. This will open the Wine configuration window.
4. In the configuration window, go to the "Applications" tab and select "Windows 7" from the drop-down menu. This will configure Wine to emulate a Windows 7 environment.
5. Close the configuration window.
6. In the Terminal, navigate to the directory where your .exe file is located. You can use the `cd` command to change directories. For example, if your .exe file is located in the "Downloads" folder, you would type `cd ~/Downloads`
7. Once you're in the correct directory, type in the command `wine [filename].exe` and press enter. Replace \[filename] with the name of your .exe file.
8. The .exe file will now launch and run using the Wine compatibility layer.

#### How to do it: 2

If you want the simplicity of windows you could go with a virtual machine such as Parallels or a solution shown on macworld (see below).

{% embed url="<https://youtu.be/qUfWTYkj4Q0>" %}

{% embed url="<https://www.parallels.com/products/desktop/>" %}
Link to parallels Desktop for Mac
{% endembed %}

{% embed url="<https://www.macworld.com/article/668848/best-virtual-machine-software-for-mac.html>" %}

### For Linux/Ubuntu Users

sudo apt update && upgrade -y&#x20;

sudo apt install screen&#x20;

sudo apt install wine

type "screen" type "wine File\_Name.exe"

with ctrl a+d you Detache from actuall screen with screen

&#x20;-ls you can see list with all open screens&#x20;

<mark style="background-color:green;">example:</mark> There is a screen on:&#x20;

19741.pts-0.vmd104640 (12/11/2022 06:52:46 AM) (Detached)&#x20;

13581.pts-0.vmd104151 (12/11/2022 06:55:21 AM) (Detached)&#x20;

with screen -r you can attache to last session - if u have more as one use the screen number

<mark style="background-color:green;">example:</mark>

screen -r 13581 ( This will Attache this screen again)

&#x20;if u need to exit all open screen session type "pkill screen" it will close every single screen session
