Replies: 2 comments 4 replies
-
Just in PI config.yaml you should replace this
Main Machine IP is your W10 main pc IPV4 address, check that it is well written. You don't need to make changes on W10 config.yaml. |
Beta Was this translation helpful? Give feedback.
-
If you are still experiencing the issues it is recommended to upgrade to the latest version of chia. Please download it from here: https://www.chia.net/downloads/ Since this issue has been open for a number of years without additional comments, we will be closing this ticket but if we have closed this ticket in error do not hesitate to reach out to us again with any followup questions, comments, or if the issue persists after an update.
The best place to reach our support team is on Discord (https://discord.gg/chia) or by reopening this ticket. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to set up a raspberry pi as a harvester, but am struggling to get it connected to the full node running off my Windows 10 machine. This thread had a similar problem, but I am not getting the same results from the solution. I've altered config.yaml, but the results I get from cat ~/.chia/mainnet/log/debug.log are:
2021-05-23T13:27:07.228 daemon chia.daemon.server : INFO Starting Daemon Server 2021-05-23T13:27:07.239 daemon chia.daemon.server : INFO Waiting Daemon WebSocketServer closure 2021-05-23T13:27:12.037 harvester harvester : INFO Started harvester service on network_id: mainnet 2021-05-23T13:27:12.049 harvester harvester : INFO Reconnecting to peer {'host': '192.168.0.10', 'port': 8447} 2021-05-23T13:27:12.109 daemon chia.daemon.server : INFO Register service {'service': 'chia_harvester'} 2021-05-23T13:27:12.111 daemon chia.daemon.server : INFO registered for service chia_harvester 2021-05-23T13:27:12.112 daemon chia.daemon.server : INFO {'success': True} 2021-05-23T13:27:45.571 harvester harvester : INFO Reconnecting to peer {'host': '192.168.0.10', 'port': 8447} 2021-05-23T13:28:19.543 harvester harvester : INFO Reconnecting to peer {'host': '192.168.0.10', 'port': 8447}
Then reconnecting all the way down. The results should be:
2021-05-22T21:54:02.898 harvester chia.harvester.harvester: INFO [number] plots were eligible for farming [key] Time: 0.23380 s. Total x plots
In the GUI on the main machine, only the local plots passed filter are visible, unlike the scenario I'm expecting from this tutorial. What am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions