Chia-Network / drplotter

Apache License 2.0
62 stars 7 forks source link

DrSolver problem #17

Closed brianwfreeman closed 5 months ago

brianwfreeman commented 5 months ago
Screenshot 2024-02-14 at 3 18 17 PM

Having a problem running DrSolver. Not finding the harvester. Harvester is the local machine with a 4090. Remote Chia farmer is running fine.

brianwfreeman commented 5 months ago

brian@3080MSI02:~/Downloads$ drchia plots check 2024-02-14T15:49:10.084 chia.plotting.check_plots : INFO Loading plots in config.yaml using plot_manager loading code (parallel read: True)

2024-02-14T15:49:10.137 chia.plotting.check_plots : INFO event: started, loaded 0 plots, 31 remaining 2024-02-14T15:49:10.137 chia.plotting.manager : INFO Processing 17 drplot files in directory: /media/brian/01 2024-02-14T15:49:10.137 chia.plotting.manager : INFO Processing 14 drplot files in directory: /media/brian/02 2024-02-14T15:49:10.616 chia.plotting.check_plots : INFO event: batch_processed, loaded 0 plots, 0 remaining 2024-02-14T15:49:10.616 chia.plotting.check_plots : INFO event: done, loaded 0 plots, 0 remaining 2024-02-14T15:49:11.617 chia.plotting.check_plots : INFO
2024-02-14T15:49:11.617 chia.plotting.check_plots : INFO
2024-02-14T15:49:11.617 chia.plotting.check_plots : INFO Summary 2024-02-14T15:49:11.617 chia.plotting.check_plots : INFO Found 0 valid plots, total size 0.00000 TiB

brianwfreeman commented 5 months ago

2024-02-14T15:51:46.375 harvester harvester_server : INFO Cannot connect to host 192.168.200.99:8447 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate signature failure (_ssl.c:1007)')] 2024-02-14T15:51:46.375 harvester harvester : INFO Failed to connect to PeerInfo(_ip=IPv4Address('192.168.200.99'),

brianwfreeman commented 5 months ago

Rebooting the harvester solved this problem. Working now.

drnick23 commented 5 months ago

Currently you can't run "drchia" if you have a running "chia" process going. First stop all chia services with "chia stop -d all", then run "drchia start harvester".

The drchia harvester should be run as a remote harvester, with your chia official services running on a separate machine.