Skip to content

Setup Telegram

Ben Gräf edited this page Jan 12, 2021 · 5 revisions

Find a howto here on howto get chat_id and the bot token:

https://solvit.io/0f9c61a

Once you got the needed infos fill the XMRigCCServer config like this:

{
...
    "telegram-bot-token" : "PLACE_YOUR_BOT_TOKEN_HERE",
    "telegram-chat-id" : "PLACE_YOUR_CHAT_ID_HERE",
...
}