Hello, I have installed the jan-27 pre-release and configured a node and farmer. The farmer is able to connect to the node, I can see so in the node’s stdout.
The farmer does not post anything to the stdout to indicate it’s actually plotting. What am I missing? The farmer’s stdout just stays at
[srv_subspace@node-9 subspace]$ ./farmer.sh |grep -v "Couldn't get a piece from DSN. Retrying" 2023-01-27T19:08:52.405380Z INFO subspace_farmer::utils: Increase file limit from soft to hard (limit is 1048576) 2023-01-27T19:08:52.405529Z INFO subspace_farmer::commands::farm: Connecting to node RPC at ws://127.0.0.1:62401 2023-01-27T19:08:52.406839Z INFO subspace_farmer::commands::farm::dsn: Record cache DB configured. piece_cache_db_path="/sub/dbs/disk01//piece_cache_db" piece_cache_size=65536 provider_cache_db_path="/sub/dbs/disk01//provider_cache_db" provider_cache_size=655360 2023-01-27T19:08:52.407453Z INFO subspace_networking::behavior::provider_storage::providers: New record cache initialized. path="/sub/dbs/disk01//provider_cache_db" 2023-01-27T19:08:52.407774Z INFO subspace_farmer::utils::farmer_piece_cache: New local piece cache initialized. 2023-01-27T19:08:52.407983Z INFO subspace_networking::create: DSN instance configured. allow_non_global_addresses_in_dht=false peer_id=..... 2023-01-27T19:08:52.409891Z INFO subspace_farmer::commands::farm: Connecting to node RPC at ws://127.0.0.1:62401 2023-01-27T19:08:52.449034Z INFO subspace_farmer::single_disk_plot: Subscribing to slot info notifications 2023-01-27T19:08:52.449041Z INFO subspace_farmer::reward_signing: Subscribing to reward signing notifications
I have been watching the plot file and creating sha256 checksums with days in between of what looked like successful node/farming… How come the plot file doesn’t change?