warriorcookie
Explorer
- Joined
- Apr 17, 2017
- Messages
- 67
I've installed the Core Chia plugin. Plotting seems to be working, the node has connected and sync'd, wallet shows sync'd, i've created the plotnft.
The pools shows I'm a member, but not reporting any plots. I've checked the log and there's no mention of partial submissions.
I see alot of disconnects and reconnects along with an SSL error.
-Sounds like I need to allow port 8447 on the VM so the harvester can talk to the farmer on localhost. Can someone point me in the right direction?
The pools shows I'm a member, but not reporting any plots. I've checked the log and there's no mention of partial submissions.
I see alot of disconnects and reconnects along with an SSL error.
-Sounds like I need to allow port 8447 on the VM so the harvester can talk to the farmer on localhost. Can someone point me in the right direction?
Code:
2021-08-09T12:56:43.081 harvester harvester : INFO Started harvester service on network_id: mainnet 2021-08-09T12:56:43.082 harvester harvester : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 8447} 2021-08-09T12:56:43.091 harvester harvester_server : INFO Cannot connect to host 127.0.0.1:8447 ssl:<ssl.SSLContext object at 0x8043a9b40> [Connect call failed ('127.0.0.1', 8447)] 2021-08-09T12:56:44.978 farmer farmer : INFO Closed RPC server 2021-08-09T12:56:44.979 farmer farmer : INFO Waiting for service _await_closed callback 2021-08-09T12:56:44.979 farmer farmer : INFO Service farmer at port 8447 fully closed 2021-08-09T12:56:46.101 harvester harvester : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 8447} 2021-08-09T12:56:46.110 harvester harvester_server : INFO Cannot connect to host 127.0.0.1:8447 ssl:<ssl.SSLContext object at 0x8043fd540> [Connect call failed ('127.0.0.1', 8447)]