question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] My Raspberry Pi 4 4GB currently misses / doesn't finish plenty of signage points in a row

See original GitHub issue

Describe the bug There seem to be phases when my Raspberry Pi 4 GB farmer is missing several signage points in a row. As a consequence, the farmer is not participating these challenges.

E.g. around height 113661:

$ chia farm challenges
Hash: 0x52aceefed2de9a7653456e3906dd7cebd8eac57edcbcea28140741bac4689860Index: 1
Hash: 0x52aceefed2de9a7653456e3906dd7cebd8eac57edcbcea28140741bac4689860Index: 0
Hash: 0xc847981b22e0ade25ad4e8bdeee45839876c82dda55d90d3a5472330c4ac5d32Index: 63
Hash: 0xc847981b22e0ade25ad4e8bdeee45839876c82dda55d90d3a5472330c4ac5d32Index: 62
Hash: 0xc847981b22e0ade25ad4e8bdeee45839876c82dda55d90d3a5472330c4ac5d32Index: 61
Hash: 0xc847981b22e0ade25ad4e8bdeee45839876c82dda55d90d3a5472330c4ac5d32Index: 60
Hash: 0xc847981b22e0ade25ad4e8bdeee45839876c82dda55d90d3a5472330c4ac5d32Index: 37
Hash: 0xc847981b22e0ade25ad4e8bdeee45839876c82dda55d90d3a5472330c4ac5d32Index: 36
Hash: 0xc847981b22e0ade25ad4e8bdeee45839876c82dda55d90d3a5472330c4ac5d32Index: 35
Hash: 0xc847981b22e0ade25ad4e8bdeee45839876c82dda55d90d3a5472330c4ac5d32Index: 34
Hash: 0xc847981b22e0ade25ad4e8bdeee45839876c82dda55d90d3a5472330c4ac5d32Index: 33
Hash: 0xc847981b22e0ade25ad4e8bdeee45839876c82dda55d90d3a5472330c4ac5d32Index: 32
Hash: 0xc847981b22e0ade25ad4e8bdeee45839876c82dda55d90d3a5472330c4ac5d32Index: 31
Hash: 0xc847981b22e0ade25ad4e8bdeee45839876c82dda55d90d3a5472330c4ac5d32Index: 30
Hash: 0xc847981b22e0ade25ad4e8bdeee45839876c82dda55d90d3a5472330c4ac5d32Index: 29
Hash: 0xc847981b22e0ade25ad4e8bdeee45839876c82dda55d90d3a5472330c4ac5d32Index: 28
Hash: 0xc847981b22e0ade25ad4e8bdeee45839876c82dda55d90d3a5472330c4ac5d32Index: 27
Hash: 0xc847981b22e0ade25ad4e8bdeee45839876c82dda55d90d3a5472330c4ac5d32Index: 26
Hash: 0xc847981b22e0ade25ad4e8bdeee45839876c82dda55d90d3a5472330c4ac5d32Index: 25
Hash: 0xc847981b22e0ade25ad4e8bdeee45839876c82dda55d90d3a5472330c4ac5d32Index: 24

Missed signage points 38 until 59, inclusive. That’s 22 uninished signage points in a row.

I have already limited the number of target_peer_count to 30, guessing my Raspi may be overloaded during some p2p network bursts, but this did not resolve the issue.

I have added logging statements to find out under which conditions signage points don’t get added. A failing signage point always seems to happen when verify_n_wesolowski doesn’t manage to return True eventually, i.e., all wesolowski tries for this signage point return False.

Expected behavior All signage points shall finish.

  • OS: Ubuntu Server 20 LTS
  • Machine: Raspberry Pi 4 4 GB

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:9
  • Comments:81 (6 by maintainers)

github_iconTop GitHub Comments

7reactions
flotti455commented, Apr 15, 2021

It seems I have found a solution to this issue for my setup.

My current theory for this issue is that there is too much filesystem IO going on on the Raspberry Pi’s SD card when Chia’s config directory ~/.chia is located on the SD card. After all, not only OS-related IO is going on on the SD card, but any Chia-related filesystem IO such as SQLite database IO and Chia logging. SD Card-based ~/.chia is set up when following the current Raspberry Pi Chia installation documentation, therefore I expect many if not all Raspberry Pi Chia users facing this problem with “normal” Raspberry Pi-recommended SD cards.

To bring this issue theory to test by resolving the issue, I changed Chia’s config directory ~/.chia from SD card to a separate (and fast) USB 3.1 flash drive (thumb drive):

cd chia-blockchain

# stop Chia processes and daemon, e.g. by running
chia stop -d all

deactivate

# assuming a ext4-formatted, fast thumb drive mounted on /media/thumb
cp -r ~/.chia /media/thumb
# this will take a while, copying gigabytes of log and sqlite databases. You can monitor progress in a separate shell with `watch progress`

# we now have a copy of our Chia configuration on the external thumb drive located at /media/thumb/.chia
# now let's move the SDCard-hosted Chia config directory to another location on the SDCard
mv ~/.chia ~/.chia-backup

# ~/.chia is now available for setting up a symlink to the USB Drive-hosted Chia config directory.
# Let's set up this symlink:
ln -s /media/thumb/.chia ~/.chia

# start up Chia again

. ./activate

# use your usual way of starting up, e.g.
chia start -r node wallet harvester farmer

Monitor your logs. If everything goes well like it did for me, all signage points should now finish correctly:

$ tail -F ~/.chia/mainnet/log/debug.log  | grep -i -e 'finished signage point' -e 'finished sub slot'

# ...
14:40:21.853 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 1/64: 2cd0c7e5b505108550bb7b4753705e8c88b1eeafc544ab506cc8148f6b8b2f47
14:40:28.769 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 2/64: 88cd84df1e9bb6cd86f620ea87945fe0c766155cfaa9d0fa19923eedeb6eb7a2
14:40:36.964 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 3/64: 4bb197f81feac9c3279502a23d40ef2e6de94381298704464ff29604d4ffe49f
14:40:45.423 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 4/64: 987646852027fa39991739500f0a8d181ce081ed7473e770896d40090b37015e
14:40:53.951 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 5/64: 11c2242f961b2737547295e913d7f15bb19e14eadde875ef2ca75defe5107e3a
14:41:02.546 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 6/64: 42d24d8e56bda7ce9e791173bad0bc64dbc25816f3c006812c9df180b09340d5
14:41:11.190 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 7/64: e6dde889876f61e3c9699e90540e20ec7362eb3152e5940d08374bb41c77ff93
14:41:20.046 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 8/64: 47681dea271782ce8aa0c7f9ec2ba5b58fd28565cb956f0c9b1da7c30c64604b
14:41:29.609 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 9/64: 95a0929d553af1917628f76eacecd93268d8d384cb80eac5dbdfb971cac00f30
14:41:44.377 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 10/64: 50362f29a23c56cb4d109325bb9944fb187758e24aab101d1efa4d55bd403334
14:41:49.594 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 11/64: 604c6f9c2686bd612c35b2889e5e17cc126fc54ec4009d27be282335abe4ea3f
14:42:00.718 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 12/64: 4648d3fe29f22bc3c99c3e2bc6fa557931ac9a35ec05960f43fc8de32ad1dc20
14:42:10.534 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 13/64: 553af63a7de12a0a26f65236571ff0c28d92b321aac22635f59ea968e8cad5a2
14:42:18.691 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 14/64: ff3bab6360b21362d06aa9136397a652bebe32cfd6caf5dbeb828e7f162169f0
14:42:29.686 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 15/64: a93fc2ee6ca67c73fd96a0afb64d7b95c180f98111e64ee8313380bebcbc0afa
14:42:40.338 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 16/64: b94f40f29cf0efc37149614111f6b6f4b75ec3a26e74106503d40a14a34a9198
14:42:48.413 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 17/64: 2b8f976206cf955cc1d98f68e9c82f99ccc40b01be7324e6a367c5ffc66e5a09
14:42:56.613 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 18/64: e8f81b41b6ed5a18bf6307e97450f528490adc72ddbf08b0e6171dc89ff31a6e
14:43:05.596 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 19/64: 3aa204ec62f11f73190d24be0ef5fa018e6eb89d6087f0874df6e1cd773c55ce
14:43:14.429 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 20/64: 05f986f27221f2aaaf5ba5fd520dc21f0df9f252049c15044831f3441516e0b8
14:43:25.312 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 21/64: 205082a8489c143e1625b444455ff672eb403b92b65bb0ba1eb6ba7c46a07c77
14:43:33.129 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 22/64: f29737fa561e0b49e45c81139fec81f02792b5d3afbd056888445e047843ac89
14:43:42.656 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 23/64: d0e4bc2e061ba302a9ccfee48a556421eeaa27bcc7491f7d7cd0b7c5b4d8c9b8
14:43:53.444 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 24/64: b60d8dfad0c2801efcfc43d0df97bf76a5eaf1cddf7357c8b83eef9c0b170585
14:44:02.620 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 25/64: e7d35d0f6fce31d198635dba7329c0415aee2292f1db8bbb5eefa4b20de2ff9b
14:44:10.945 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 26/64: d8d7076944aa21210da046befc384977423198c5acacad6ea144e6d1c397f69c
14:44:19.960 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 27/64: 175616760ab0b6b68f7ff84bfd14e5d276e8cd8bf5e63b6f58f164bf789463ab
14:44:29.837 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 28/64: 330643eec4ea8b504e2a926bb0f4b6f43c37527fbe25bf5608ab7ab7ecfad6e8
14:44:39.324 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 29/64: 6338882650b27255b659348d12035bd23ad5fb2b772ab384c945baf7e50ec74a
14:44:51.346 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 30/64: 83d6550c046a21eeb3be6b4a61e525db94cee4d77f0067b87d02a3c1e5a2efae
14:44:59.673 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 31/64: d827ddb7b063d1ae6d2945d5a362c68ad630dba3a9143adf720af9c8f31069a2
14:45:09.719 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 32/64: 09e7980ffe6934e01d3fe29028e222244f7b51169ae7ecc029d82091c7c2b062
14:45:18.944 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 33/64: 4a769a8cb07494bec6483a595e712d310feb0accf4f6cfc413eac204fac53fe4
14:45:29.082 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 34/64: 57a4fbd6ce9d1887456dbdf558bb3a457bfbdb21cab4d79fcab66cf962b8dffb
14:45:39.912 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 35/64: 9e6f274415f9ba5d3f188529c1fbd1ffb655069c6bb08cee4bc10dc64d8de08a
14:45:47.710 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 36/64: 753af2a0fb607fa6eab58200096170e30098033bfd5d2a639d235cb613d2b204
14:45:57.915 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 37/64: 301e75efba9a26323bb186be00edfba257a1515d70bef99a92d0bb8a9b85b170
14:46:06.886 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 38/64: e3d76504ebc907cfd628a3d8b67833a114cfce7a1932568f4d23e320776494a4
14:46:16.643 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 39/64: f15721315550bda6ac1d76ce6c6201db8b61f6de1ab308e4ff905bc6291406f5
14:46:24.306 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 40/64: 4679e82bb1a1019e9a06eef60c96f673055987b16e72f849949de2c8c700cf98
14:46:32.652 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 41/64: 9a3b15accbd099941ee27fc8f1b87f80426002a00c25e16294dc17b543d7cb84
14:46:41.346 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 42/64: 82fa34e51c580abd76e0a5c2ec79c4f7e5ccc9689b28125ba5a088c1e231b0d3
14:46:51.384 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 43/64: 4ca57cc2b71a14c9ff71d9e221b64c9cbee6793b46c6800455e76cff33fb4289
14:47:01.698 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 44/64: ef61022f6eb670d4c3b4d0d79c953d497a4d55d61fc731129fc4d808148afed5
14:47:13.811 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 45/64: e0e0b36310d8fff02d051f915d2d24f892a998badabe813d0fbe40836aa28577
14:47:21.997 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 46/64: 715a2550fcec3264785479c6da1550ea6916812384919fee1bd3face843a9712
14:47:31.314 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 47/64: a07de247c58bd91aed6af183d79a4bdf53d68ceec0d7e769d44120cf0950e75a
14:47:40.013 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 48/64: 76a674197f55a7e4183b3d38a78332f7fb8ec3ca2f542ed425bd2d76149e40ba
14:47:52.103 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 49/64: 8dbbcda39a74eced6a3c995c2683805268837af43e981cb5116d4bc0bb0259d7
14:48:03.544 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 50/64: 4b811d10982726b26d84847a90312d18840f689620428fb5967b35916bc1edfe
14:48:11.410 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 51/64: 9703ef32b8ee9f20a16ed3abe30da745b6384cb0f92160e26b6338c3bb55552f
14:48:21.391 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 52/64: 254f7754adc93cc7b3fc308717f8430ed0f93cbc1fa88a9bb2d312dfa6872558
14:48:29.334 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 53/64: d4fdec0ffe55903f7cf2f9f810c4467b304cbb6a527012406f2ecf2c2ed2a8de
14:48:38.155 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 54/64: 859e5a4a2afeab845bbeebaf0c340d7995304115a727be635c518ce5d94413a5
14:48:48.253 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 55/64: a987b247e1d1bb16766cc38e5712c9776c27088ed3898b152080639094814738
14:48:56.283 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 56/64: 5a6ca4278e5ff095f9d223cdebb56aefc9e386f48a9a08138f0f2d0d07dafc01
14:49:05.101 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 57/64: 007ca332d998a58d0b3d5554d38471d63b99f9d9083fb4ecd3c38ea83672a075
14:49:15.318 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 58/64: a01e7a7810ef40d530320d013aadaa109030b0c45c5239da8fdfea508c125cd0
14:49:23.207 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 59/64: bbf1d59f1cba54587a4ba716c7b1ac31bd22474211fe8246e1986b239b077252
14:49:31.523 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 60/64: 8496409d140f14e30a44b497fb09c8ba2a4e53d8a6bd4ae2380a743d86d723e5
14:49:40.328 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 61/64: 2d31ac8065c16fb8981ca35fac39296eb792cb10ad14368e41f43079b7c4ba10
14:49:48.988 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 62/64: aa24fe8c5beb815c18bbea778151d81db5bb84301fb89b2336543a52dbabc499
14:49:57.891 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 63/64: b036085b13edd400334e4f16d1f1420172bc594cc77e5dee393672c6c9d0c200
14:50:06.695 full_node chia.full_node.full_node: INFO     ⏲️  Finished sub slot, SP 64/64, a3904419619f1bd96e1fc924bda4010916b5a72e9d84000f74944c264bc6dbd2, number of sub-slots: 2, RC hash: cab82e36be665098de0b47110e5672c51749a7dc2ae7b7ab45c8588f4e4e98f1, Deficit 16
14:50:17.094 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 1/64: c5ea35d58ae5f76bf42c4168faac5f31873b00e7f45866a7ced7cdda2dc15235
# ...

From 1 to 64, all signage points within a sub slot now finish.

I have been using this solution for four hours now and so far haven’t missed finishing a single signage point. In two days, I will be able to report back full-day statistics.

In case this solution (i.e., moving ~/.chia onto a separate device) turns out to be a viable solution, and other Raspberry Pi users facing this issue can resolve it by following this solution as well, I recommend updating the Raspberry Pi Chia installation documentation accordingly.

P.S.: In case you added an additional external drive because of this and this solution works well for you, in all euphoria don’t forget to mount this new drive on boot by adding a new entry to /etc/fstab.

P.P.S.: When things have worked well for some time, it will be save to free space on the SD card by deleting ~/.chia-backup, though it’s always nice to have some backup of your SQLite databases around in case the live versions get corrupted for some reason.

6reactions
flotti455commented, Apr 15, 2021

What do I need to check in the logs to see this on my pi4

@grocheireland:

  • Set logging level on INFO
  • Print out and filter live logging with the following shell command:
tail -F ~/.chia/mainnet/log/debug.log | grep -i -e "eligible" -e "updated peak" -e "signage point" -e "end of slot" -e "updated wallet peak" -e "sub slot"

If logging looks similar to this …:

14:04:08.525 wallet chia.wallet.wallet_blockchain: INFO     🌱 Updated wallet peak to height 133314, weight 1712291,
14:04:13.991 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 24/64: f5442e9443dca38b43256cd447334f250dd491f3b04aabcba64c85cb5bc04803
14:04:16.034 harvester chia.harvester.harvester: INFO     0 plots were eligible for farming 1a59a1edcc... Found 0 proofs. Time: 0.00100 s. Total x plots
14:04:21.953 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 25/64: c6cbef744bb0b95445601cedff233bb150195b01429f3823d33ae355bfe3fa95
14:04:22.973 harvester chia.harvester.harvester: INFO     0 plots were eligible for farming 1a59a1edcc... Found 0 proofs. Time: 0.00100 s. Total x plots
14:04:30.930 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 26/64: a51864582b1390220bef19ac29d1862779635410aab727f86a57cb09444727c5
14:04:32.973 harvester chia.harvester.harvester: INFO     0 plots were eligible for farming 1a59a1edcc... Found 0 proofs. Time: 0.00100 s. Total x plots
14:04:41.499 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 27/64: 292aa90e9fc8eeae608f03c974cbf545c8c75f877fc047c38f475441edaced5e
14:04:43.536 harvester chia.harvester.harvester: INFO     0 plots were eligible for farming 1a59a1edcc... Found 0 proofs. Time: 0.00100 s. Total x plots
14:04:48.008 full_node chia.full_node.full_node: INFO     🌱 Updated peak to height 133315, weight 1712311, hh 689bdbcb933516a4519aec57278961bbb2fd1104e2db70c8f0928fd62d8b586d, forked at 133314, rh: 2c1016c523aad54d4cb0408797abcde5c9e51555ee7a49ab3171bcca63dda756, total iters: 444819451599, overflow: False, deficit: 8, difficulty: 20, sub slot iters: 111149056
14:04:51.455 wallet chia.wallet.wallet_blockchain: INFO     💰 Updated wallet peak to height 133315, weight 1712311,
14:04:53.468 full_node chia.full_node.full_node: INFO     Signage point 28 not added, CC challenge: 1a59a1edcc813071a715e572c8420f16b1628ad717599b64adaab68dc4cec830, RC challenge: b99c7933449a321959993de6e8a8da19a32c6cdb7a118607474bce373bc3c60d
14:04:53.534 full_node chia.full_node.full_node: INFO     Signage point 28 not added, CC challenge: 1a59a1edcc813071a715e572c8420f16b1628ad717599b64adaab68dc4cec830, RC challenge: b99c7933449a321959993de6e8a8da19a32c6cdb7a118607474bce373bc3c60d
14:04:53.597 full_node chia.full_node.full_node: INFO     Signage point 28 not added, CC challenge: 1a59a1edcc813071a715e572c8420f16b1628ad717599b64adaab68dc4cec830, RC challenge: b99c7933449a321959993de6e8a8da19a32c6cdb7a118607474bce373bc3c60d
14:04:53.615 full_node chia.full_node.full_node: INFO     Signage point 28 not added, CC challenge: 1a59a1edcc813071a715e572c8420f16b1628ad717599b64adaab68dc4cec830, RC challenge: b99c7933449a321959993de6e8a8da19a32c6cdb7a118607474bce373bc3c60d
14:04:53.743 full_node chia.full_node.full_node: INFO     Signage point 28 not added, CC challenge: 1a59a1edcc813071a715e572c8420f16b1628ad717599b64adaab68dc4cec830, RC challenge: b99c7933449a321959993de6e8a8da19a32c6cdb7a118607474bce373bc3c60d
14:04:53.784 full_node chia.full_node.full_node: INFO     🌱 Updated peak to height 133316, weight 1712331, hh a82795f5fbc87e24ad3a949d5ba0797e0d0e1462cec51da80d47e7dd3b0008fd, forked at 133315, rh: b99c7933449a321959993de6e8a8da19a32c6cdb7a118607474bce373bc3c60d, total iters: 444820423557, overflow: False, deficit: 7, difficulty: 20, sub slot iters: 111149056
14:04:54.149 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 28/64: 7eec6859a4d54fbebe3f6b9f3fe00c08636f07da47b600390df3aca90ba1e38d
14:04:55.176 harvester chia.harvester.harvester: INFO     0 plots were eligible for farming 1a59a1edcc... Found 0 proofs. Time: 0.00100 s. Total x plots
14:04:57.273 wallet chia.wallet.wallet_blockchain: INFO     💰 Updated wallet peak to height 133316, weight 1712331,
14:05:02.525 full_node chia.full_node.full_node: INFO     🌱 Updated peak to height 133317, weight 1712351, hh a23e5460b9db9f7759d9b64ad06587a426947bb2340cd9ded363a6676e4c84c8, forked at 133316, rh: 0bda997d3d94a828e8bad32a344952ba2bbd40ed04df2c66ad275ff9abd46e49, total iters: 444822015346, overflow: False, deficit: 6, difficulty: 20, sub slot iters: 111149056
14:05:02.856 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 29/64: 8f6e29969f7e9d15128377e5b9b797dd63ff856982979d18ce08aa9cef3fd6d4
14:05:03.880 harvester chia.harvester.harvester: INFO     0 plots were eligible for farming 1a59a1edcc... Found 0 proofs. Time: 0.00199 s. Total x plots
14:05:05.370 wallet chia.wallet.wallet_blockchain: INFO     💰 Updated wallet peak to height 133317, weight 1712351,

… then everything looks okay: “Finished signage point” increases one by one, and even though there were Signage point 28 not added in between, they were recovered from as you can tell by the line “Finished signage point 28/64”

But if logging looks similar to this …:

10:57:54.021 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 23/64: fac21ad39ef5be009d0cf9f1d1e6149b3147e80388373931d44e3fbcf1adaffc
10:57:54.090 harvester chia.harvester.harvester: INFO     0 plots were eligible for farming fa40723098... Found 0 proofs. Time: 0.04732 s. Total x plots
10:58:03.205 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 24/64: 709f77fc661822613166bd9040a73dcc22ca97d6d81724b9b85965c0cfee0bcc
10:58:03.275 harvester chia.harvester.harvester: INFO     0 plots were eligible for farming fa40723098... Found 0 proofs. Time: 0.04630 s. Total x plots
10:58:13.670 full_node chia.full_node.full_node: INFO     Signage point 25 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: df617e11559abc7cc405c257438f7a3bc780692fff5c6196521241b3d75eb87d
10:58:13.967 full_node chia.full_node.full_node: INFO     Signage point 25 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: df617e11559abc7cc405c257438f7a3bc780692fff5c6196521241b3d75eb87d
10:58:14.007 full_node chia.full_node.full_node: INFO     Signage point 25 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: df617e11559abc7cc405c257438f7a3bc780692fff5c6196521241b3d75eb87d
10:58:14.045 full_node chia.full_node.full_node: INFO     Signage point 25 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: df617e11559abc7cc405c257438f7a3bc780692fff5c6196521241b3d75eb87d
10:58:14.081 full_node chia.full_node.full_node: INFO     Signage point 25 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: df617e11559abc7cc405c257438f7a3bc780692fff5c6196521241b3d75eb87d
10:58:14.117 full_node chia.full_node.full_node: INFO     Signage point 25 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: df617e11559abc7cc405c257438f7a3bc780692fff5c6196521241b3d75eb87d
10:58:14.153 full_node chia.full_node.full_node: INFO     Signage point 25 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: df617e11559abc7cc405c257438f7a3bc780692fff5c6196521241b3d75eb87d
10:58:14.201 full_node chia.full_node.full_node: INFO     Signage point 25 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: df617e11559abc7cc405c257438f7a3bc780692fff5c6196521241b3d75eb87d
10:58:14.268 full_node chia.full_node.full_node: INFO     Signage point 25 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: df617e11559abc7cc405c257438f7a3bc780692fff5c6196521241b3d75eb87d
10:58:14.300 full_node chia.full_node.full_node: INFO     Signage point 25 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: df617e11559abc7cc405c257438f7a3bc780692fff5c6196521241b3d75eb87d
10:58:14.333 full_node chia.full_node.full_node: INFO     Signage point 25 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: df617e11559abc7cc405c257438f7a3bc780692fff5c6196521241b3d75eb87d
10:58:14.365 full_node chia.full_node.full_node: INFO     Signage point 25 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: df617e11559abc7cc405c257438f7a3bc780692fff5c6196521241b3d75eb87d
10:58:16.229 full_node chia.full_node.full_node: INFO     Signage point 25 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: df617e11559abc7cc405c257438f7a3bc780692fff5c6196521241b3d75eb87d
10:58:27.164 full_node chia.full_node.full_node: INFO     🌱 Updated peak to height 127869, weight 1604557, hh 227e26ef0850ccbf7f23c6b2f35c64070edaa123cb9261d9b8f737c40b19e56c, forked at 127868, rh: df617e11559abc7cc405c257438f7a3bc780692fff5c6196521241b3d75eb87d, total iters: 426678738779, overflow: False, deficit: 7, difficulty: 19, sub slot iters: 111673344
10:58:27.640 full_node chia.full_node.full_node: INFO     Signage point 26 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: dd9f923f89942f3c376c4c16bd2517804dbd31c7333534695a761e0b8e45337a
10:58:27.664 full_node chia.full_node.full_node: INFO     Signage point 26 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: dd9f923f89942f3c376c4c16bd2517804dbd31c7333534695a761e0b8e45337a
10:58:27.688 full_node chia.full_node.full_node: INFO     Signage point 26 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: dd9f923f89942f3c376c4c16bd2517804dbd31c7333534695a761e0b8e45337a
10:58:27.711 full_node chia.full_node.full_node: INFO     Signage point 26 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: dd9f923f89942f3c376c4c16bd2517804dbd31c7333534695a761e0b8e45337a
10:58:27.735 full_node chia.full_node.full_node: INFO     Signage point 26 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: dd9f923f89942f3c376c4c16bd2517804dbd31c7333534695a761e0b8e45337a
10:58:27.758 full_node chia.full_node.full_node: INFO     Signage point 26 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: dd9f923f89942f3c376c4c16bd2517804dbd31c7333534695a761e0b8e45337a
10:58:27.782 full_node chia.full_node.full_node: INFO     Signage point 26 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: dd9f923f89942f3c376c4c16bd2517804dbd31c7333534695a761e0b8e45337a
10:58:27.805 full_node chia.full_node.full_node: INFO     Signage point 26 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: dd9f923f89942f3c376c4c16bd2517804dbd31c7333534695a761e0b8e45337a
10:58:27.829 full_node chia.full_node.full_node: INFO     Signage point 26 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: dd9f923f89942f3c376c4c16bd2517804dbd31c7333534695a761e0b8e45337a
10:58:27.852 full_node chia.full_node.full_node: INFO     Signage point 26 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: dd9f923f89942f3c376c4c16bd2517804dbd31c7333534695a761e0b8e45337a
10:58:27.876 full_node chia.full_node.full_node: INFO     Signage point 26 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: dd9f923f89942f3c376c4c16bd2517804dbd31c7333534695a761e0b8e45337a
10:58:27.900 full_node chia.full_node.full_node: INFO     Signage point 26 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: dd9f923f89942f3c376c4c16bd2517804dbd31c7333534695a761e0b8e45337a
10:58:27.926 full_node chia.full_node.full_node: INFO     Signage point 26 not added, CC challenge: fa407230985baf23a137fbda71552574e3e679e98370c972be12f91dd354ba6a, RC challenge: dd9f923f89942f3c376c4c16bd2517804dbd31c7333534695a761e0b8e45337a
10:58:31.272 full_node chia.full_node.full_node: INFO     🌱 Updated peak to height 127870, weight 1604576, hh b395c25df1b0a2f4b227cdf4baf5b247f7027975ddd08925f0894950ad26581b, forked at 127869, rh: dd9f923f89942f3c376c4c16bd2517804dbd31c7333534695a761e0b8e45337a, total iters: 426679376785, overflow: False, deficit: 6, difficulty: 19, sub slot iters: 111673344
10:58:31.273 wallet chia.wallet.wallet_blockchain: INFO     💰 Updated wallet peak to height 127869, weight 1604557,
10:58:32.131 wallet chia.wallet.wallet_blockchain: INFO     💰 Updated wallet peak to height 127870, weight 1604576,
10:58:33.102 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 27/64: 96804f20df4de062495a3ac7514460f8050d1a0da0ed5fe1dd697b8a5a0c7d6e
10:58:33.175 harvester chia.harvester.harvester: INFO     0 plots were eligible for farming fa40723098... Found 0 proofs. Time: 0.05127 s. Total x plots
10:58:41.924 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 28/64: c7f9e39f8edc4c0655a058ecf8827a9d862e04a66350558d23abd84628bc2191

… then things go wrong as reported with this issue here. It missed finishing signage points 25 and 26. Meaning your farmer didn’t check if it is eligible for winning Chia for those signage points missed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Raspberrry Pi 4 Model B 4GB Display Problem
Now TV doesn't detect signal from Pi 4 Model B 4GB, doesn't display rainbow screen on first boot with NOOBS on the micro-SD,...
Read more >
Broken Pi 4 8GB? - Raspberry Pi Forums
I bought a new 8GB Pi 4 this week, and it's been fine since I installed it onto the network on Monday night....
Read more >
RPi 4 USB-C Power Delivery Seems Fixed
Currently, the new (replaced) RPi 4GB I received yesterday : - works with USB-C PD power supplies : Macbook 12" 2015, Anker PowerPort...
Read more >
RPI 4 disappointment - Raspberry Pi Forums
The setup was reinitialised 4 times and all failed. The cause (best guess) is underpowered SSD. RPI 4 powered with official raspberry power...
Read more >
Raspberry Pi 4 Thread - general discussion - Page 36
Not at all. Backwards compatibility means that the new software runs on old hardware. That has been achieved (give or take the odd...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found