# Mina Bot - Testworld 2.0

By [Kendi](https://paragraph.com/@kendi) · 2023-10-19

bot, mina, testnet

---

![](https://storage.googleapis.com/papyrus_images/571cd0d646b51b91b550d56f1559b454.png)

The first step is to chat with [@BotFather](https://t.me/BotFather) on Telegram:

![](https://storage.googleapis.com/papyrus_images/64b2bcde922e6519df470b841d74374c.png)

Then click `START`

![](https://storage.googleapis.com/papyrus_images/53a896315e1fa18e819b6e29981074d2.png)

Then type or send the command `/newbot`

![](https://storage.googleapis.com/papyrus_images/d648f43423fd1b5e47fe8fbb18a82086.png)

Then give the bot a name, for example `Mina Node`

![](https://storage.googleapis.com/papyrus_images/2c6b21ead943ad7383fe882a13667621.png)

Then give Bot a username, for example `nodeminabot`. Remember the username must end in `bot`

![](https://storage.googleapis.com/papyrus_images/3c626f5a903987869a52480c36dc6d55.png)

Well, the bot has been successfully created. Next, copy our bot token, for example `5822212601:AAH0wTyMhASWnuYrFVD4PRoBEdgWuKDg6s4`

Then run the following code into the terminal:

    wget -O install_minabot.sh https://raw.githubusercontent.com/maragung/testnet/main/mina/install_minabot.sh && chmod +x ./install_minabot.sh && ./install_minabot.sh && rm -rf install_minabot.sh

![](https://storage.googleapis.com/papyrus_images/8a8f640ae36410d8012d5a61513cbb3f.png)

Then Enter / Paste the Token code that we created earlier. Like the example in the following image then press `ENTER`

![](https://storage.googleapis.com/papyrus_images/e769677b807b52a41de0a541e350ac6e.png)

If successful, a display like the image below will appear.

![](https://storage.googleapis.com/papyrus_images/7612b3a8b96482c1caa4aadb9fa22d18.png)

Next is the chat bot that you created earlier. and type `/start` to start.

![](https://storage.googleapis.com/papyrus_images/0dccb793f61b61a10e9a0449abbc27bb.png)

![](https://storage.googleapis.com/papyrus_images/9ad0e4b87dbf3d4bb58079eb132a3c54.png)

To activate the info every hour, type `/enable`

> Good luck!!

---

*Originally published on [Kendi](https://paragraph.com/@kendi/mina-bot-testworld-2-0)*
