Skip to content

Telegram Bot to check the status of your Pool and your addresses from the mobile.

License

Notifications You must be signed in to change notification settings

RafaMunoz/bot-openethereumpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot - Open Ethereum Pool

If you are using Open Ethereum Pool, you may want to implement this Telegram Bot to see the statistics of your Pool and your Wallets at all times.

Get Started

This Bot is mounted on Docker, so implementing it is very easy. You just need to have a database MongoDB 4.2.6-bionic and this container.

It is important that the database with your username and password are previously created before launching the bot.

Environment variables

A continuación puedes ver las Environment variables necesarias para el funcionamiento de este contenedor.

  • $TELEGRAM_TOKEN -> Token to access the HTTP API of your bot.

  • $URI_MONGODB -> Connection URI with your MongoDB database.

For example: mongodb://user:[email protected]/OpenEthereumPool

  • $URL_POOL -> URL of your Pool and where the bot will be able to consult the statistics.

Start the Container

To run this bot using Docker you can use the following command:

docker run -d \
-e "TELEGRAM_TOKEN=YOUR-TELEGRAM-TOKEN" \
-e "URI_MONGODB=YOUR_URI_CONNECT_MONGODB" \
-e "URL_POOL=URL_FOR_YOUR_POOL" \
rafa93m/bot-openethereumpool

We host your bot

If you are not very familiar with these systems or do not feel like setting up your own bot, we can host it for you.

In my profile is the email with which you can get in contact, you do not have to pay anything, it is totally FREE. If you want you can make a small donation of what you want to help us maintain the servers.

Donations

ETH: 0x62B128e40FDC786BC3Ae948d08b8783be7d3a199

About

Telegram Bot to check the status of your Pool and your addresses from the mobile.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published