Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

molepool/bot-openethereumpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

12 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 and this container.

Environment variables

Below you can see the Environment variables necessary for the operation of this container.

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

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

For example: mongodb://user:pass@192.168.1.2

  • $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

Donations

ETH: 0xF47FB0A777881545ED7b97B289961e78e97Aa760

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Python 97.8%
  • Shell 1.1%
  • Dockerfile 1.1%

AltStyle によって変換されたページ (->オリジナル) /