TrueNAS Core Chia Plugin

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?


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)]
 

warriorcookie

Explorer
Joined
Apr 17, 2017
Messages
67
I created a fresh 12.2 jail and manually installed everything. Looks like the the install instructions for FreeBSD need updating. I had to update all the python 3.7 to 3.8 and it seemed to install. I copied my db and wallet folders from the first jail to this new one.

Outcome is the same. Plotting fine, but any localhost connections generate the SSL error in the log. It’s not just the farmer and harvester, the wallet has the same error too. Went back to the first jail that uses the plugin and verified it’s the same.

I also disabled the firewall in rc.conf with no change.

Any ideas why I can’t get these to connect with each other on localhost?
 
Top