Hi guys, need your help–
I set up a harvester node following the official wiki and it seems to be connected & farming, as I can see such lines in the log:
2021-05-13T15:41:52.868 harvester harvester_server : INFO <- new_signage_point_harvester from peer e20d4b9661b1fc6a910025452b4d8db4340a89a5428d858287bcaac135f1c630 192.168.2.106
2021-05-13T15:41:52.885 harvester chia.harvester.harvester: INFO 1 plots were eligible for farming 4d822d0766... Found 0 proofs. Time: 0.01591 s. Total 20 plots
2021-05-13T15:41:52.886 harvester harvester_server : INFO -> farming_info to peer 192.168.2.106 e20d4b9661b1fc6a910025452b4d8db4340a89a5428d858287bcaac135f1c630
Seems good huh?
However there are also plenty of warnings like this:
2021-05-13T15:41:53.579 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2021-05-13T15:41:54.464 wallet chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2021-05-13T15:41:55.580 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2021-05-13T15:41:56.473 wallet chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
Is this normal? Should I leave everything as it is? Or should I somehow turn off the wallet daemon & stop the harvester daemon from trying to access localhost (which seems to be what it’s doing) on the harvester node? If yes, how?
Thanks in advance!