File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Mount this directory when running the container.
5555``` bash
5656docker run --rm ardrive-turbo-credit-cron \
5757 --get-chat-id \
58- --telegram-bot-token " YOUR_BOT_TOKEN"
58+ --telegram-bot-token YOUR_BOT_TOKEN
5959```
6060
6161Once you send a message to your bot, the chat ID will be printed.
@@ -80,8 +80,8 @@ docker run --rm -v /keys:/wallets \
8080 ardrive-turbo-credit-cron \
8181 --wallet /wallets/YOUR_PUBLIC_KEY.json \
8282 --amount 50% \
83- --telegram-bot-token " YOUR_BOT_TOKEN" \
84- --telegram-username " YOUR_CHAT_ID"
83+ --telegram-bot-token YOUR_BOT_TOKEN \
84+ --telegram-username YOUR_CHAT_ID
8585```
8686
8787---
@@ -120,7 +120,7 @@ crontab -e
120120### Run Every 6 Hours with Notifications
121121
122122``` bash
123- 0 * /6 * * * docker run --rm -v /keys:/wallets ardrive-turbo-credit-cron --wallet /wallets/YOUR_PUBLIC_KEY.json --amount 5% --telegram-bot-token " YOUR_BOT_TOKEN" --telegram-username " YOUR_CHAT_ID"
123+ 0 * /6 * * * docker run --rm -v /keys:/wallets ardrive-turbo-credit-cron --wallet /wallets/YOUR_PUBLIC_KEY.json --amount 5% --telegram-bot-token YOUR_BOT_TOKEN --telegram-username YOUR_CHAT_ID
124124
125125```
126126
You can’t perform that action at this time.
0 commit comments