Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chiadog spamming XCH wallet recipets each time i pull a new dev build #588

Closed
c0rnflake opened this issue Feb 28, 2022 · 14 comments
Closed
Assignees
Labels
bug Something isn't working pending-release Available in development, but not yet in stable release.

Comments

@c0rnflake
Copy link

c0rnflake commented Feb 28, 2022

I pull the new dev builds each time unraid lets me know the dockers been updated, and each time i do chiadog spams my discord announce channel with XCH recipts.

this is a screen shot from this mornings pull,

image

This is my current chiadog settings for xch,

# This is useful to differentiate multiple chiadog
# instances monitoring multiple harvesters
notification_title_prefix: 'Machinaris-Chia'
log_level: INFO

# Only one consumer can be enabled at a time, you can
# delete the section for the consumer which you aren't using
# DON'T CHANGE file_path IT'S ALREADY SET IN-CONTAINER FOR MACHINARIS!
chia_logs:
  file_log_consumer:
    enable: true
    file_path: '~/.chia/mainnet/log/debug.log'

# Enable this and chiadog will ping a remote server every 5 minutes
# That way you can know that the monitoring is running as expected
#keep_alive_monitor:
#  enable_remote_ping: false
#  ping_url: ''

# Enable this and you'll receive a daily summary notification
# on your farm performance at the specified time of the day.
daily_stats:
  enable: true
  time_of_day: 0

# We support a lot of notifiers, please check the README for more
# information. You can delete the sections which you aren't using.
# You can also enable more than one notifier and send different
# notifications to each of them. E.g. enable daily_stats only to E-mail.
# If you enable wallet_events you'll get notifications anytime your
# wallet receives some XCH (e.g. farming reward).
notifier:
  pushover:
    enable: false
    daily_stats: true
    wallet_events: true
    credentials:
      api_token: 'dummy_token'
      user_key: 'dummy_key'
  telegram:
    enable: false
    daily_stats: true
    wallet_events: true
    credentials:
      bot_token: 'dummy_bot_token'
      chat_id: 'dummy_chat_id'
  smtp:
    enable: false
    daily_stats: true
    wallet_events: true
    credentials:
      sender: 'chia@example.com'
      sender_name: 'chiadog'
      recipient: 'you@example.com'
      username_smtp: 'username'
      password_smtp: 'password'
      host: 'smtp.example.com'
      port: 587
  script:
    # DON'T CHANGE THIS SCRIPT NOTIFIER, IT'S USED BY MACHINARIS!
    enable: true
    daily_stats: true
    wallet_events: true
    script_path: '/root/.chia/chiadog/notifier.sh'
  discord:
    enable: true
    daily_stats: true
    wallet_events: true
    credentials:
      webhook_url: 'https://discord.com/api/webhooks/REMOVED_HOOK_AS_I_DONT_NEED_MORE_SPAM'
  slack:
    enable: false
    daily_stats: true
    wallet_events: true
    credentials:
     webhook_url: 'https://hooks.slack.com/services/...'
  mqtt:
    enable: false
    daily_stats: true
    wallet_events: true
    topic: chia/chiadog/alert
    qos: 1
    retain: false
    credentials:
      host: '192.168.0.10'
      port: 8883
      username: ''
      password: ''
@c0rnflake c0rnflake added the bug Something isn't working label Feb 28, 2022
@guydavis
Copy link
Owner

Please provide entire Chiadog log at /mnt/user/appdata/machinaris/chiadog/log/chiadog.log. Thanks!

@guydavis guydavis self-assigned this Feb 28, 2022
@guydavis guydavis added the question Further information is requested label Feb 28, 2022
@c0rnflake
Copy link
Author

c0rnflake commented Feb 28, 2022

[2022-02-28 06:49:09] [    INFO] --- Starting Chiadog (v0.7.0-32-g146cfa6) (main.py:54)
[2022-02-28 06:49:09] [    INFO] --- Enabled local file log consumer. (log_consumer.py:68)
[2022-02-28 06:49:09] [    INFO] --- Using temporary directory /tmp/tmpszr4fep1/debug.log.offset (log_consumer.py:71)
[2022-02-28 06:49:09] [    INFO] --- Keep-alive check period: 300 seconds (keep_alive_monitor.py:45)
[2022-02-28 06:49:09] [    INFO] --- Initializing script notifier. (script_notifier.py:13)
[2022-02-28 06:49:09] [    INFO] --- Initializing Discord notifier. (discord_notifier.py:13)
[2022-02-28 06:49:09] [    INFO] --- Enabled stats for daily notifications (stats_manager.py:48)
[2022-02-28 06:49:09] [    INFO] --- Summary notifications will be sent out every 24 hours starting from 00:00 (stats_manager.py:61)
[2022-02-28 06:49:09] [    INFO] --- Enabled parser for harvester activity - eligible plot events. (harvester_activity_parser.py:32)
[2022-02-28 06:49:09] [    INFO] --- Enabled check for farming events. (time_since_last_farm_event.py:22)
[2022-02-28 06:49:09] [    INFO] --- Enabled check for non-decreasing total plot count. (non_decreasing_plots.py:18)
[2022-02-28 06:49:09] [    INFO] --- Enabled check for time taken to respond to challenges. (quick_plot_search_time.py:18)
[2022-02-28 06:49:09] [    INFO] --- Enabled parser for partial submitting stats. (partial_parser.py:28)
[2022-02-28 06:49:09] [    INFO] --- Enabled parser for block found stats. (block_parser.py:28)
[2022-02-28 06:49:09] [    INFO] --- Enabled check for found blocks. (found_blocks.py:15)
[2022-02-28 06:49:09] [    INFO] --- Enabled parser for finished signage points. (finished_signage_point_parser.py:28)
[2022-02-28 06:49:09] [    INFO] --- Enabled check for finished signage points. (non_skipped_signage_points.py:19)
[2022-02-28 06:49:09] [    INFO] --- Enabled parser for wallet activity - added coins. (wallet_added_coin_parser.py:26)
[2022-02-28 06:49:34] [    INFO] --- Detected new plots. Farming with 1049 plots. (non_decreasing_plots.py:28)
[2022-02-28 06:49:34] [    INFO] --- Connected HDD? The total plot count increased from 0 to 1049. (non_decreasing_plots.py:33)
[2022-02-28 06:50:28] [    INFO] --- Cha-ching! Just received 10091688243 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:50:28.210 Tower WALLET LOW: Cha-ching! Just received 0.010091688243 XCH ☘️
[2022-02-28 06:50:34] [    INFO] --- Cha-ching! Just received 74156819919 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:50:34.594 Tower WALLET LOW: Cha-ching! Just received 0.074156819919 XCH ☘️
[2022-02-28 06:50:40] [    INFO] --- Cha-ching! Just received 10001815873 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:50:40.112 Tower WALLET LOW: Cha-ching! Just received 0.010001815873 XCH ☘️
[2022-02-28 06:50:42] [    INFO] --- Cha-ching! Just received 10248696638 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:50:42.763 Tower WALLET LOW: Cha-ching! Just received 0.010248696638 XCH ☘️
[2022-02-28 06:50:44] [    INFO] --- Cha-ching! Just received 10099118999 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:50:44.199 Tower WALLET LOW: Cha-ching! Just received 0.010099118999 XCH ☘️
[2022-02-28 06:50:51] [    INFO] --- Cha-ching! Just received 51056227930 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:50:51.599 Tower WALLET LOW: Cha-ching! Just received 0.05105622793 XCH ☘️
[2022-02-28 06:50:55] [    INFO] --- Cha-ching! Just received 10252487647 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:50:55.968 Tower WALLET LOW: Cha-ching! Just received 0.010252487647 XCH ☘️
[2022-02-28 06:50:58] [    INFO] --- Cha-ching! Just received 10358658629 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:50:58.413 Tower WALLET LOW: Cha-ching! Just received 0.010358658629 XCH ☘️
[2022-02-28 06:51:13] [    INFO] --- Cha-ching! Just received 10325824157 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:51:13.867 Tower WALLET LOW: Cha-ching! Just received 0.010325824157 XCH ☘️
[2022-02-28 06:51:15] [    INFO] --- Cha-ching! Just received 10156160094 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:51:15.310 Tower WALLET LOW: Cha-ching! Just received 0.010156160094 XCH ☘️
[2022-02-28 06:51:19] [    INFO] --- Cha-ching! Just received 10221666418 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:51:19.731 Tower WALLET LOW: Cha-ching! Just received 0.010221666418 XCH ☘️
[2022-02-28 06:51:24] [    INFO] --- Cha-ching! Just received 45823331583 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:51:24.076 Tower WALLET LOW: Cha-ching! Just received 0.045823331583 XCH ☘️
[2022-02-28 06:51:28] [    INFO] --- Cha-ching! Just received 10008750471 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:51:28.396 Tower WALLET LOW: Cha-ching! Just received 0.010008750471 XCH ☘️
[2022-02-28 06:51:29] [    INFO] --- Cha-ching! Just received 10190186301 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:51:29.728 Tower WALLET LOW: Cha-ching! Just received 0.010190186301 XCH ☘️
[2022-02-28 06:51:33] [    INFO] --- Cha-ching! Just received 49996426646 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:51:33.066 Tower WALLET LOW: Cha-ching! Just received 0.049996426646 XCH ☘️
[2022-02-28 06:51:34] [    INFO] --- Cha-ching! Just received 71200000000 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:51:34.385 Tower WALLET LOW: Cha-ching! Just received 0.0712 XCH ☘️
[2022-02-28 06:51:36] [    INFO] --- Cha-ching! Just received 10161628485 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:51:36.728 Tower WALLET LOW: Cha-ching! Just received 0.010161628485 XCH ☘️
[2022-02-28 06:51:40] [    INFO] --- Cha-ching! Just received 10280944344 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:51:40.073 Tower WALLET LOW: Cha-ching! Just received 0.010280944344 XCH ☘️
[2022-02-28 06:51:45] [    INFO] --- Cha-ching! Just received 50210779812 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:51:45.433 Tower WALLET LOW: Cha-ching! Just received 0.050210779812 XCH ☘️
[2022-02-28 06:52:01] [    INFO] --- Cha-ching! Just received 12504238962 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:52:01.905 Tower WALLET LOW: Cha-ching! Just received 0.012504238962 XCH ☘️
[2022-02-28 06:52:02] [    INFO] --- Cha-ching! Just received 42912149383 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:52:02.350 Tower WALLET LOW: Cha-ching! Just received 0.042912149383 XCH ☘️
[2022-02-28 06:52:06] [    INFO] --- Cha-ching! Just received 10175142374 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 06:52:06.766 Tower WALLET LOW: Cha-ching! Just received 0.010175142374 XCH ☘️
[2022-02-28 07:02:28] [    INFO] --- Detected 1 skipped signage point.This is expected to happen occasionally and not a reason for concern. (non_skipped_signage_points.py:39)
[2022-02-28 07:02:52] [    INFO] --- Last farming event was 63 seconds ago. Usually every 9-10 seconds. No reason to worry if it happens  up to 20 times daily. (time_since_last_farm_event.py:47)
[2022-02-28 07:06:46] [    INFO] --- Detected 1 skipped signage point.This is expected to happen occasionally and not a reason for concern. (non_skipped_signage_points.py:39)
[2022-02-28 14:31:06] [    INFO] --- Cha-ching! Just received 10379588758 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 14:31:06.546 Tower WALLET LOW: Cha-ching! Just received 0.010379588758 XCH ☘️
[2022-02-28 16:13:16] [    INFO] --- Detected 1 skipped signage point.This is expected to happen occasionally and not a reason for concern. (non_skipped_signage_points.py:39)
[2022-02-28 23:20:15] [    INFO] --- Cha-ching! Just received 10262526033 mojos. (wallet_added_coin_handler.py:29)
2022-02-28 23:20:15.684 Tower WALLET LOW: Cha-ching! Just received 0.010262526033 XCH ☘️```

@c0rnflake
Copy link
Author

Looks like the pull a few minutes ago has resolved this issue :) Great work as usual 👍

@c0rnflake
Copy link
Author

So, the pull this morning at 1am stopped the spam, but it looks like there's another trigger somewhere as it spammed while i was sleeping, 6:03am. Logs below.

[2022-03-01 01:13:43] [    INFO] --- Starting Chiadog (v0.7.0-33-g9f7ec6b) (main.py:54)
[2022-03-01 01:13:43] [    INFO] --- Enabled local file log consumer. (log_consumer.py:68)
[2022-03-01 01:13:43] [    INFO] --- Using temporary directory /root/.chia/chiadog/logs/debug.log.offset (log_consumer.py:71)
[2022-03-01 01:13:43] [    INFO] --- Keep-alive check period: 300 seconds (keep_alive_monitor.py:45)
[2022-03-01 01:13:43] [    INFO] --- Initializing script notifier. (script_notifier.py:13)
[2022-03-01 01:13:43] [    INFO] --- Initializing Discord notifier. (discord_notifier.py:13)
[2022-03-01 01:13:43] [    INFO] --- Enabled stats for daily notifications (stats_manager.py:48)
[2022-03-01 01:13:43] [    INFO] --- Summary notifications will be sent out every 24 hours starting from 00:00 (stats_manager.py:61)
[2022-03-01 01:13:43] [    INFO] --- Enabled parser for harvester activity - eligible plot events. (harvester_activity_parser.py:32)
[2022-03-01 01:13:43] [    INFO] --- Enabled check for farming events. (time_since_last_farm_event.py:22)
[2022-03-01 01:13:43] [    INFO] --- Enabled check for non-decreasing total plot count. (non_decreasing_plots.py:18)
[2022-03-01 01:13:43] [    INFO] --- Enabled check for time taken to respond to challenges. (quick_plot_search_time.py:18)
[2022-03-01 01:13:43] [    INFO] --- Enabled parser for partial submitting stats. (partial_parser.py:28)
[2022-03-01 01:13:43] [    INFO] --- Enabled parser for block found stats. (block_parser.py:28)
[2022-03-01 01:13:43] [    INFO] --- Enabled check for found blocks. (found_blocks.py:15)
[2022-03-01 01:13:43] [    INFO] --- Enabled parser for finished signage points. (finished_signage_point_parser.py:28)
[2022-03-01 01:13:43] [    INFO] --- Enabled check for finished signage points. (non_skipped_signage_points.py:19)
[2022-03-01 01:13:43] [    INFO] --- Enabled parser for wallet activity - added coins. (wallet_added_coin_parser.py:26)
[2022-03-01 01:14:04] [    INFO] --- Detected new plots. Farming with 1049 plots. (non_decreasing_plots.py:28)
[2022-03-01 01:14:04] [    INFO] --- Connected HDD? The total plot count increased from 0 to 1049. (non_decreasing_plots.py:33)
[2022-03-01 01:27:35] [ WARNING] --- Experiencing networking issues? Skipped 6 signage points! (non_skipped_signage_points.py:45)
2022-03-01 01:27:35.111 Tower FULL_NODE NORMAL: Experiencing networking issues? Skipped 6 signage points!
[2022-03-01 01:27:35] [    INFO] --- Last farming event was 84 seconds ago. Usually every 9-10 seconds. No reason to worry if it happens  up to 20 times daily. (time_since_last_farm_event.py:47)
tail: chiadog.log: file truncated
[2022-03-01 06:03:13] [    INFO] --- Starting Chiadog (v0.7.0-33-g9f7ec6b) (main.py:54)
[2022-03-01 06:03:13] [    INFO] --- Enabled local file log consumer. (log_consumer.py:68)
[2022-03-01 06:03:13] [    INFO] --- Using temporary directory /root/.chia/chiadog/logs/debug.log.offset (log_consumer.py:71)
[2022-03-01 06:03:13] [    INFO] --- Keep-alive check period: 300 seconds (keep_alive_monitor.py:45)
[2022-03-01 06:03:13] [    INFO] --- Initializing script notifier. (script_notifier.py:13)
[2022-03-01 06:03:13] [    INFO] --- Initializing Discord notifier. (discord_notifier.py:13)
[2022-03-01 06:03:13] [    INFO] --- Enabled stats for daily notifications (stats_manager.py:48)
[2022-03-01 06:03:13] [    INFO] --- Summary notifications will be sent out every 24 hours starting from 00:00 (stats_manager.py:61)
[2022-03-01 06:03:13] [    INFO] --- Enabled parser for harvester activity - eligible plot events. (harvester_activity_parser.py:32)
[2022-03-01 06:03:13] [    INFO] --- Enabled check for farming events. (time_since_last_farm_event.py:22)
[2022-03-01 06:03:13] [    INFO] --- Enabled check for non-decreasing total plot count. (non_decreasing_plots.py:18)
[2022-03-01 06:03:13] [    INFO] --- Enabled check for time taken to respond to challenges. (quick_plot_search_time.py:18)
[2022-03-01 06:03:13] [    INFO] --- Enabled parser for partial submitting stats. (partial_parser.py:28)
[2022-03-01 06:03:13] [    INFO] --- Enabled parser for block found stats. (block_parser.py:28)
[2022-03-01 06:03:13] [    INFO] --- Enabled check for found blocks. (found_blocks.py:15)
[2022-03-01 06:03:13] [    INFO] --- Enabled parser for finished signage points. (finished_signage_point_parser.py:28)
[2022-03-01 06:03:13] [    INFO] --- Enabled check for finished signage points. (non_skipped_signage_points.py:19)
[2022-03-01 06:03:13] [    INFO] --- Enabled parser for wallet activity - added coins. (wallet_added_coin_parser.py:26)
[2022-03-01 06:03:56] [    INFO] --- Detected new plots. Farming with 1049 plots. (non_decreasing_plots.py:28)
[2022-03-01 06:03:56] [    INFO] --- Connected HDD? The total plot count increased from 0 to 1049. (non_decreasing_plots.py:33)
[2022-03-01 06:04:17] [    INFO] --- Cha-ching! Just received 51056227930 mojos. (wallet_added_coin_handler.py:29)
2022-03-01 06:04:17.115 Tower WALLET LOW: Cha-ching! Just received 0.05105622793 XCH ☘️
[2022-03-01 06:04:32] [    INFO] --- Cha-ching! Just received 12504238962 mojos. (wallet_added_coin_handler.py:29)
2022-03-01 06:04:32.513 Tower WALLET LOW: Cha-ching! Just received 0.012504238962 XCH ☘️
[2022-03-01 06:04:34] [    INFO] --- Cha-ching! Just received 49996426646 mojos. (wallet_added_coin_handler.py:29)
2022-03-01 06:04:34.602 Tower WALLET LOW: Cha-ching! Just received 0.049996426646 XCH ☘️
[2022-03-01 06:04:34] [    INFO] --- Cha-ching! Just received 10001815873 mojos. (wallet_added_coin_handler.py:29)
2022-03-01 06:04:34.961 Tower WALLET LOW: Cha-ching! Just received 0.010001815873 XCH ☘️
[2022-03-01 06:04:36] [    INFO] --- Cha-ching! Just received 10156160094 mojos. (wallet_added_coin_handler.py:29)
2022-03-01 06:04:36.298 Tower WALLET LOW: Cha-ching! Just received 0.010156160094 XCH ☘️
[2022-03-01 06:04:43] [    INFO] --- Cha-ching! Just received 10280944344 mojos. (wallet_added_coin_handler.py:29)
2022-03-01 06:04:43.757 Tower WALLET LOW: Cha-ching! Just received 0.010280944344 XCH ☘️
[2022-03-01 06:04:45] [    INFO] --- Cha-ching! Just received 50210779812 mojos. (wallet_added_coin_handler.py:29)
2022-03-01 06:04:45.122 Tower WALLET LOW: Cha-ching! Just received 0.050210779812 XCH ☘️
[2022-03-01 06:04:46] [    INFO] --- Cha-ching! Just received 74156819919 mojos. (wallet_added_coin_handler.py:29)
2022-03-01 06:04:46.475 Tower WALLET LOW: Cha-ching! Just received 0.074156819919 XCH ☘️
[2022-03-01 06:04:47] [    INFO] --- Cha-ching! Just received 10379588758 mojos. (wallet_added_coin_handler.py:29)
2022-03-01 06:04:47.816 Tower WALLET LOW: Cha-ching! Just received 0.010379588758 XCH ☘️
[2022-03-01 06:04:53] [    INFO] --- Cha-ching! Just received 10091688243 mojos. (wallet_added_coin_handler.py:29)
2022-03-01 06:04:53.162 Tower WALLET LOW: Cha-ching! Just received 0.010091688243 XCH ☘️
[2022-03-01 06:04:54] [    INFO] --- Cha-ching! Just received 10161628485 mojos. (wallet_added_coin_handler.py:29)
2022-03-01 06:04:54.486 Tower WALLET LOW: Cha-ching! Just received 0.010161628485 XCH ☘️
[2022-03-01 06:05:06] [    INFO] --- Cha-ching! Just received 10252487647 mojos. (wallet_added_coin_handler.py:29)
2022-03-01 06:05:06.848 Tower WALLET LOW: Cha-ching! Just received 0.010252487647 XCH ☘️
[2022-03-01 06:05:25] [    INFO] --- Cha-ching! Just received 45823331583 mojos. (wallet_added_coin_handler.py:29)
2022-03-01 06:05:25.248 Tower WALLET LOW: Cha-ching! Just received 0.045823331583 XCH ☘️
[2022-03-01 06:05:27] [    INFO] --- Cha-ching! Just received 10262526033 mojos. (wallet_added_coin_handler.py:29)
2022-03-01 06:05:27.602 Tower WALLET LOW: Cha-ching! Just received 0.010262526033 XCH ☘️
[2022-03-01 06:05:29] [    INFO] --- Cha-ching! Just received 10325824157 mojos. (wallet_added_coin_handler.py:29)
2022-03-01 06:05:29.956 Tower WALLET LOW: Cha-ching! Just received 0.010325824157 XCH ☘️
[2022-03-01 06:05:42] [    INFO] --- Cha-ching! Just received 10008750471 mojos. (wallet_added_coin_handler.py:29)
2022-03-01 06:05:42.336 Tower WALLET LOW: Cha-ching! Just received 0.010008750471 XCH ☘️
[2022-03-01 06:05:47] [    INFO] --- Cha-ching! Just received 10175142374 mojos. (wallet_added_coin_handler.py:29)
2022-03-01 06:05:47.712 Tower WALLET LOW: Cha-ching! Just received 0.010175142374 XCH ☘️
[2022-03-01 06:47:40] [    INFO] --- Detected 1 skipped signage point.This is expected to happen occasionally and not a reason for concern. (non_skipped_signage_points.py:39)
[2022-03-01 08:17:39] [    INFO] --- Cha-ching! Just received 10252955257 mojos. (wallet_added_coin_handler.py:29)
2022-03-01 08:17:39.366 Tower WALLET LOW: Cha-ching! Just received 0.010252955257 XCH ☘️```

@c0rnflake
Copy link
Author

This issue looks to be resolved, no spam from chiadog since the last 2 pulls :)

@guydavis guydavis added the pending-release Available in development, but not yet in stable release. label Mar 3, 2022
@c0rnflake
Copy link
Author

c0rnflake commented Mar 7, 2022

so the spams back from todays pull

[2022-03-07 17:27:48] [    INFO] --- Starting Chiadog (v0.7.0-33-g9f7ec6b) (main.py:54)
[2022-03-07 17:27:48] [    INFO] --- Enabled local file log consumer. (log_consumer.py:68)
[2022-03-07 17:27:48] [    INFO] --- Using temporary directory /root/.chia/chiadog/logs/debug.log.offset (log_consumer.py:71)
[2022-03-07 17:27:48] [    INFO] --- Keep-alive check period: 300 seconds (keep_alive_monitor.py:45)
[2022-03-07 17:27:48] [    INFO] --- Initializing script notifier. (script_notifier.py:13)
[2022-03-07 17:27:48] [    INFO] --- Initializing Discord notifier. (discord_notifier.py:13)
[2022-03-07 17:27:48] [    INFO] --- Enabled stats for daily notifications (stats_manager.py:48)
[2022-03-07 17:27:48] [    INFO] --- Summary notifications will be sent out every 24 hours starting from 00:00 (stats_manager.py:61)
[2022-03-07 17:27:48] [    INFO] --- Enabled parser for harvester activity - eligible plot events. (harvester_activity_parser.py:32)
[2022-03-07 17:27:48] [    INFO] --- Enabled check for farming events. (time_since_last_farm_event.py:22)
[2022-03-07 17:27:48] [    INFO] --- Enabled check for non-decreasing total plot count. (non_decreasing_plots.py:18)
[2022-03-07 17:27:48] [    INFO] --- Enabled check for time taken to respond to challenges. (quick_plot_search_time.py:18)
[2022-03-07 17:27:48] [    INFO] --- Enabled parser for partial submitting stats. (partial_parser.py:28)
[2022-03-07 17:27:48] [    INFO] --- Enabled parser for block found stats. (block_parser.py:28)
[2022-03-07 17:27:48] [    INFO] --- Enabled check for found blocks. (found_blocks.py:15)
[2022-03-07 17:27:48] [    INFO] --- Enabled parser for finished signage points. (finished_signage_point_parser.py:28)
[2022-03-07 17:27:48] [    INFO] --- Enabled check for finished signage points. (non_skipped_signage_points.py:19)
[2022-03-07 17:27:48] [    INFO] --- Enabled parser for wallet activity - added coins. (wallet_added_coin_parser.py:26)
[2022-03-07 17:28:08] [    INFO] --- Detected new plots. Farming with 1049 plots. (non_decreasing_plots.py:28)
[2022-03-07 17:28:08] [    INFO] --- Connected HDD? The total plot count increased from 0 to 1049. (non_decreasing_plots.py:33)
[2022-03-07 17:33:26] [    INFO] --- Last farming event was 36 seconds ago. Usually every 9-10 seconds. No reason to worry if it happens  up to 20 times daily. (time_since_last_farm_event.py:47)
[2022-03-07 17:33:32] [    INFO] --- Cha-ching! Just received 50050224679 mojos. (wallet_added_coin_handler.py:29)
2022-03-07 17:33:32.074 Tower WALLET LOW: Cha-ching! Just received 0.050050224679 XCH ☘️
[2022-03-07 17:33:32] [    INFO] --- Cha-ching! Just received 10379588758 mojos. (wallet_added_coin_handler.py:29)
2022-03-07 17:33:32.652 Tower WALLET LOW: Cha-ching! Just received 0.010379588758 XCH ☘️
[2022-03-07 17:33:33] [    INFO] --- Cha-ching! Just received 10252955257 mojos. (wallet_added_coin_handler.py:29)
2022-03-07 17:33:33.074 Tower WALLET LOW: Cha-ching! Just received 0.010252955257 XCH ☘️
[2022-03-07 17:33:33] [    INFO] --- Cha-ching! Just received 49996426646 mojos. (wallet_added_coin_handler.py:29)
2022-03-07 17:33:33.561 Tower WALLET LOW: Cha-ching! Just received 0.049996426646 XCH ☘️
[2022-03-07 17:33:33] [    INFO] --- Cha-ching! Just received 10064997602 mojos. (wallet_added_coin_handler.py:29)
2022-03-07 17:33:34.008 Tower WALLET LOW: Cha-ching! Just received 0.010064997602 XCH ☘️
[2022-03-07 17:34:34] [    INFO] --- Cha-ching! Just received 10252955257 mojos. (wallet_added_coin_handler.py:29)
2022-03-07 17:34:34.668 Tower WALLET LOW: Cha-ching! Just received 0.010252955257 XCH ☘️
[2022-03-07 17:34:35] [    INFO] --- Cha-ching! Just received 10379588758 mojos. (wallet_added_coin_handler.py:29)
2022-03-07 17:34:35.315 Tower WALLET LOW: Cha-ching! Just received 0.010379588758 XCH ☘️
[2022-03-07 17:34:35] [    INFO] --- Cha-ching! Just received 74156819919 mojos. (wallet_added_coin_handler.py:29)
2022-03-07 17:34:36.012 Tower WALLET LOW: Cha-ching! Just received 0.074156819919 XCH ☘️
[2022-03-07 17:34:36] [    INFO] --- Cha-ching! Just received 10064997602 mojos. (wallet_added_coin_handler.py:29)
2022-03-07 17:34:36.603 Tower WALLET LOW: Cha-ching! Just received 0.010064997602 XCH ☘️
[2022-03-07 17:34:37] [    INFO] --- Cha-ching! Just received 49996426646 mojos. (wallet_added_coin_handler.py:29)
2022-03-07 17:34:37.641 Tower WALLET LOW: Cha-ching! Just received 0.049996426646 XCH ☘️
[2022-03-07 17:34:43] [    INFO] --- Cha-ching! Just received 51056227930 mojos. (wallet_added_coin_handler.py:29)
2022-03-07 17:34:43.283 Tower WALLET LOW: Cha-ching! Just received 0.05105622793 XCH ☘️
[2022-03-07 17:34:44] [    INFO] --- Cha-ching! Just received 10262526033 mojos. (wallet_added_coin_handler.py:29)
2022-03-07 17:34:45.116 Tower WALLET LOW: Cha-ching! Just received 0.010262526033 XCH ☘️```

@c0rnflake
Copy link
Author

Another pull

[2022-03-08 00:00:01] [   ERROR] --- Failed to send events over discord (notify_manager.py:70)
tail: chiadog.log: file truncated
[2022-03-08 00:20:55] [    INFO] --- Starting Chiadog (v0.7.0-33-g9f7ec6b) (main.py:54)
[2022-03-08 00:20:55] [    INFO] --- Enabled local file log consumer. (log_consumer.py:68)
[2022-03-08 00:20:55] [    INFO] --- Using temporary directory /root/.chia/chiadog/logs/debug.log.offset (log_consumer.py:71)
[2022-03-08 00:20:55] [    INFO] --- Keep-alive check period: 300 seconds (keep_alive_monitor.py:45)
[2022-03-08 00:20:55] [    INFO] --- Initializing script notifier. (script_notifier.py:13)
[2022-03-08 00:20:55] [    INFO] --- Initializing Discord notifier. (discord_notifier.py:13)
[2022-03-08 00:20:55] [    INFO] --- Enabled stats for daily notifications (stats_manager.py:48)
[2022-03-08 00:20:55] [    INFO] --- Summary notifications will be sent out every 24 hours starting from 00:00 (stats_manager.py:61)
[2022-03-08 00:20:55] [    INFO] --- Enabled parser for harvester activity - eligible plot events. (harvester_activity_parser.py:32)
[2022-03-08 00:20:55] [    INFO] --- Enabled check for farming events. (time_since_last_farm_event.py:22)
[2022-03-08 00:20:55] [    INFO] --- Enabled check for non-decreasing total plot count. (non_decreasing_plots.py:18)
[2022-03-08 00:20:55] [    INFO] --- Enabled check for time taken to respond to challenges. (quick_plot_search_time.py:18)
[2022-03-08 00:20:55] [    INFO] --- Enabled parser for partial submitting stats. (partial_parser.py:28)
[2022-03-08 00:20:55] [    INFO] --- Enabled parser for block found stats. (block_parser.py:28)
[2022-03-08 00:20:55] [    INFO] --- Enabled check for found blocks. (found_blocks.py:15)
[2022-03-08 00:20:55] [    INFO] --- Enabled parser for finished signage points. (finished_signage_point_parser.py:28)
[2022-03-08 00:20:55] [    INFO] --- Enabled check for finished signage points. (non_skipped_signage_points.py:19)
[2022-03-08 00:20:55] [    INFO] --- Enabled parser for wallet activity - added coins. (wallet_added_coin_parser.py:26)
[2022-03-08 00:21:39] [    INFO] --- Cha-ching! Just received 10379588758 mojos. (wallet_added_coin_handler.py:29)
2022-03-08 00:21:39.783 Tower WALLET LOW: Cha-ching! Just received 0.010379588758 XCH ☘️
[2022-03-08 00:21:41] [    INFO] --- Cha-ching! Just received 74156819919 mojos. (wallet_added_coin_handler.py:29)
2022-03-08 00:21:41.150 Tower WALLET LOW: Cha-ching! Just received 0.074156819919 XCH ☘️
[2022-03-08 00:21:44] [    INFO] --- Cha-ching! Just received 51056227930 mojos. (wallet_added_coin_handler.py:29)
2022-03-08 00:21:44.584 Tower WALLET LOW: Cha-ching! Just received 0.05105622793 XCH ☘️
[2022-03-08 00:21:52] [    INFO] --- Cha-ching! Just received 45823331583 mojos. (wallet_added_coin_handler.py:29)
2022-03-08 00:21:53.004 Tower WALLET LOW: Cha-ching! Just received 0.045823331583 XCH ☘️
[2022-03-08 00:21:53] [    INFO] --- Cha-ching! Just received 50059475030 mojos. (wallet_added_coin_handler.py:29)
2022-03-08 00:21:53.457 Tower WALLET LOW: Cha-ching! Just received 0.05005947503 XCH ☘️
[2022-03-08 00:21:53] [    INFO] --- Cha-ching! Just received 10262526033 mojos. (wallet_added_coin_handler.py:29)
2022-03-08 00:21:53.945 Tower WALLET LOW: Cha-ching! Just received 0.010262526033 XCH ☘️
[2022-03-08 00:21:54] [    INFO] --- Cha-ching! Just received 10161628485 mojos. (wallet_added_coin_handler.py:29)
2022-03-08 00:21:54.312 Tower WALLET LOW: Cha-ching! Just received 0.010161628485 XCH ☘️
[2022-03-08 00:21:54] [    INFO] --- Cha-ching! Just received 10252955257 mojos. (wallet_added_coin_handler.py:29)
2022-03-08 00:21:54.694 Tower WALLET LOW: Cha-ching! Just received 0.010252955257 XCH ☘️
[2022-03-08 00:21:55] [    INFO] --- Cha-ching! Just received 10064997602 mojos. (wallet_added_coin_handler.py:29)
2022-03-08 00:21:55.108 Tower WALLET LOW: Cha-ching! Just received 0.010064997602 XCH ☘️
[2022-03-08 00:22:01] [    INFO] --- Cha-ching! Just received 50050224679 mojos. (wallet_added_coin_handler.py:29)
2022-03-08 00:22:01.486 Tower WALLET LOW: Cha-ching! Just received 0.050050224679 XCH ☘️
[2022-03-08 00:22:01] [    INFO] --- Cha-ching! Just received 50210779812 mojos. (wallet_added_coin_handler.py:29)
2022-03-08 00:22:01.871 Tower WALLET LOW: Cha-ching! Just received 0.050210779812 XCH ☘️
[2022-03-08 00:22:19] [    INFO] --- Cha-ching! Just received 49996426646 mojos. (wallet_added_coin_handler.py:29)
2022-03-08 00:22:19.267 Tower WALLET LOW: Cha-ching! Just received 0.049996426646 XCH ☘️
[2022-03-08 00:22:24] [    INFO] --- Cha-ching! Just received 50134636783 mojos. (wallet_added_coin_handler.py:29)
2022-03-08 00:22:24.874 Tower WALLET LOW: Cha-ching! Just received 0.050134636783 XCH ☘️
[2022-03-08 00:22:29] [    INFO] --- Detected new plots. Farming with 1049 plots. (non_decreasing_plots.py:28)
[2022-03-08 00:22:29] [    INFO] --- Connected HDD? The total plot count increased from 0 to 1049. (non_decreasing_plots.py:33)```

@guydavis guydavis removed the pending-release Available in development, but not yet in stable release. label Mar 9, 2022
@guydavis
Copy link
Owner

guydavis commented Mar 9, 2022

Discord user reports this is still happening.

@guydavis
Copy link
Owner

Discord user reports not currently experiencing this. I will re-open again if needed.

image

@guydavis
Copy link
Owner

@c0rnflake I am re-opening this issue based on your comment in the Machinaris Discord:

image

Please provide examples of the notifications you feel are spam again, so I can ensure I am on the right track with my investigation. Thanks!

@guydavis guydavis reopened this May 19, 2022
@c0rnflake
Copy link
Author

image
image
image
image

@guydavis
Copy link
Owner

Alright, I've made a change to the Machinaris :develop images version of Chiadog and enabled additional logging there to see if we can better narrow down the cause. The log output will be available from the Alerts page, by selecting the particular blockchain (such as Cactus) from the drop-down menu.

@guydavis
Copy link
Owner

From Discord:

image

Thanks for your patience with testing!

@guydavis guydavis added pending-release Available in development, but not yet in stable release. and removed question Further information is requested labels May 30, 2022
@guydavis
Copy link
Owner

guydavis commented Jul 1, 2022

Machinaris version 0.8.0 has now been released with support for Chia 1.4.0. Thanks!

@guydavis guydavis closed this as completed Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pending-release Available in development, but not yet in stable release.
Projects
None yet
Development

No branches or pull requests

2 participants