You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 3 node running Full Node, Wallet, Farmer, and Plotter.
My plan is to rsync all the plots generated from the 3 node and archive into the remote harvester, running on Raspberry Pi 4 with a bunch of USB disks.
These are the logs from the farmer (yyy.yyy.yyy.yyy is the remote harvester IP): 2021-05-02T19:10:21.519 farmer farmer_server : INFO <- new_signage_point from peer 8ccb925cbfbee40b8d8496bd42d7bfc944d5ddfade0671dcb2ae63717233dbb6 127.0.0.1 2021-05-02T19:10:21.520 farmer farmer_server : INFO -> new_signage_point_harvester to peer 127.0.0.1 f59bfe2663a93203975e943617a54e6cf8d444c5566c78eaab5ea6d7c8b22ede 2021-05-02T19:10:21.520 farmer farmer_server : INFO -> new_signage_point_harvester to peer yyy.yyy.yyy.yyy 984ed14e4dccc5b79ad19fa87049b2b813e9a87435c8d5283a09341b74251c83 2021-05-02T19:10:21.523 farmer farmer_server : INFO <- farming_info from peer f59bfe2663a93203975e943617a54e6cf8d444c5566c78eaab5ea6d7c8b22ede 127.0.0.1 2021-05-02T19:10:21.586 farmer farmer_server : INFO <- farming_info from peer 984ed14e4dccc5b79ad19fa87049b2b813e9a87435c8d5283a09341b74251c83 yyy.yyy.yyy.yyy
These are the logs from the remote harvester (xxx.xxx.xxx.xxx is the farmer IP): 2021-05-02T19:11:22.420 harvester chia.harvester.harvester: INFO 1 plots were eligible for farming fbbec40f31... Found 0 proofs. Time: 0.13524 s. Total 82 plots 2021-05-02T19:11:22.422 harvester harvester_server : INFO -> farming_info to peer xxx.xxx.xxx.xxx ec16f7761a5f0355edd09b6c24cf95394f6ad7f221e5ca395399795071501d83 2021-05-02T19:11:32.097 harvester harvester_server : INFO <- new_signage_point_harvester from peer ec16f7761a5f0355edd09b6c24cf95394f6ad7f221e5ca395399795071501d83 xxx.xxx.xxx.xxx
Am I doing everything correctly? I understand that for now, the farmer will not show any stats/plots from the remote harvester, so with these logs, is everything running correctly? Or is there someway to verity that my remote harvester is working fine?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have 3 node running Full Node, Wallet, Farmer, and Plotter.

My plan is to rsync all the plots generated from the 3 node and archive into the remote harvester, running on Raspberry Pi 4 with a bunch of USB disks.
I've setup the remote harvester according to this guide:
https://github.com/Chia-Network/chia-blockchain/wiki/Farming-on-many-machines
These are the logs from the farmer (yyy.yyy.yyy.yyy is the remote harvester IP):
2021-05-02T19:10:21.519 farmer farmer_server : INFO <- new_signage_point from peer 8ccb925cbfbee40b8d8496bd42d7bfc944d5ddfade0671dcb2ae63717233dbb6 127.0.0.1
2021-05-02T19:10:21.520 farmer farmer_server : INFO -> new_signage_point_harvester to peer 127.0.0.1 f59bfe2663a93203975e943617a54e6cf8d444c5566c78eaab5ea6d7c8b22ede
2021-05-02T19:10:21.520 farmer farmer_server : INFO -> new_signage_point_harvester to peer yyy.yyy.yyy.yyy 984ed14e4dccc5b79ad19fa87049b2b813e9a87435c8d5283a09341b74251c83
2021-05-02T19:10:21.523 farmer farmer_server : INFO <- farming_info from peer f59bfe2663a93203975e943617a54e6cf8d444c5566c78eaab5ea6d7c8b22ede 127.0.0.1
2021-05-02T19:10:21.586 farmer farmer_server : INFO <- farming_info from peer 984ed14e4dccc5b79ad19fa87049b2b813e9a87435c8d5283a09341b74251c83 yyy.yyy.yyy.yyy
These are the logs from the remote harvester (xxx.xxx.xxx.xxx is the farmer IP):
2021-05-02T19:11:22.420 harvester chia.harvester.harvester: INFO 1 plots were eligible for farming fbbec40f31... Found 0 proofs. Time: 0.13524 s. Total 82 plots
2021-05-02T19:11:22.422 harvester harvester_server : INFO -> farming_info to peer xxx.xxx.xxx.xxx ec16f7761a5f0355edd09b6c24cf95394f6ad7f221e5ca395399795071501d83
2021-05-02T19:11:32.097 harvester harvester_server : INFO <- new_signage_point_harvester from peer ec16f7761a5f0355edd09b6c24cf95394f6ad7f221e5ca395399795071501d83 xxx.xxx.xxx.xxx
Am I doing everything correctly? I understand that for now, the farmer will not show any stats/plots from the remote harvester, so with these logs, is everything running correctly? Or is there someway to verity that my remote harvester is working fine?
Beta Was this translation helpful? Give feedback.
All reactions