forked from xmrig/xmrig
-
Notifications
You must be signed in to change notification settings - Fork 110
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:
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",
...
}