hope you can help me, i do not get whats wrong with my setup.
I have a WinServ 2016 running fullnode and a ubuntu for plotting and farming.
FullNode running well, but the harvester.
Harvester can plot, no issue, but with connecting to the full node.
You’ve got a lot of code and terminal results there. If you use markdown to format as code or code blocks it’ll be easier to read: Basic Syntax | Markdown Guide
Individual lines or just commands use a single backtick at the start and end: `
For code blocks start a line with ``` then place the rest of the code underneath and then under the code another 3 backticks
Check, just, deleted all folder and installed it again.
But after all, it works. Got the connections. Logs looks good, insn’t it?
2021-04-29T20:48:05.022 harvester chia.plotting.plot_tools: INFO Loaded a total of 2 plots of size 0.19802856833757687 TiB, in 0.06859874725341797 seconds
But when i execute chia farm summary, there are errors and Farming Status: not available, is this something i should worry?
Connection error. Check if wallet is running at 9256
Connection error. Check if full node is running at 8555
Connection error. Check if farmer is running at 8559
Farming status: Not available
Total chia farmed: Unknown
User transaction fees: Unknown
Block rewards: Unknown
Last height farmed: Unknown
Plot count: 2
Total size of plots: 202.781 GiB
Estimated network space: Unknown
Expected time to win: Unknown
Note: log into your key using 'chia wallet show' to see rewards for each key
Yes, everything works fine, i think. Just the farm summary of the harvester is a little bit confusing.
chia farm summary
Connection error. Check if wallet is running at 9256
Connection error. Check if full node is running at 8555
Connection error. Check if farmer is running at 8559
Farming status: Not available
Total chia farmed: Unknown
User transaction fees: Unknown
Block rewards: Unknown
Last height farmed: Unknown
Plot count: 2
Total size of plots: 202.781 GiB
Estimated network space: Unknown
Expected time to win: Unknown
Note: log into your key using 'chia wallet show' to see rewards for each key
What do you mean by open port 8447 on the main node? I’ve disabled the firewall. Is there something specifically that I need to do to get Chia to listen on that port?
Yep I installed the certificated on the harvesters by running chia init -c to the certs path.
But how? I mean, I know how to open it on the firewall, but not how to get Chia to listen on that port. And that doesn’t seem to be in the docs as far as I can see?
I should add the harvesters and the full node are on the same network.
You need to edit config.yaml on your harvester computer. On the Farming many machines wiki, there’s this relevant section:
Open the ~/.chia/mainnet/config/config.yaml file in each harvester, and enter your main machine’s IP address in the remote harvester’s farmer_peer section (NOT full_node).
EX:
Where Main.Machine.IP is the IP address on your network of your main node. Make sure you’ve set your main node to have a static IP address in your router.