Should all plot check private keys be the same as my user private key?

Hi all,

Am new to this an have 2 questions:

  1. When I run “Chia Plots Check”, I noticed that my plots all have the same “Pool Key” and “Farmer Key” but they have a different “Private User Key”. Could I check if indeed each plot has its own unique key or should all the Private Keys be the same as my User Key?

  2. If I were to set up a Full Node and a Harvester across two computers, must the Full Node always be kept Online and running for the Harvester to farm or can I just leave the Harvester on?

Thanks!

1 Like

One question per topic please. The answer to #2 is yes in order to farm you need at least 1 farmer (full node).

That’s a good point about the PrivateKey being different for each plot in plots check! I never noticed that. Maybe that’s the unique key for the plot?

Like so:

Testing plot plot-k32-2021-05-02-23-32-341af87996e68d83b46d06abb5f5a440d8a417d35d5e24e251e595adb08dcd30.plot k=32
   Pool public key: b59e5c3f507029ac4bbff11e00aac05588effc49d210273080ee17f0fcbdf09c70501ce9aa2686411d00ed3bc8d77814
   Farmer public key: 8d577c6df158f02314668bdb591de52a0ddc1b04c45f99d81ffaba5ccb0b27dc4fd5918725d9df94cef414971a753db5
   Local sk: <PrivateKey 3394479aa149658587e9d862b7ec7739ee1d30093458b761ac252def5cb4ae22>
   Proofs 4 / 5, 0.8
Testing plot plot-k32-2021-05-03-00-29-ac961ce1a4a67f8e42421c16bb51e187c79450d067af059212bca3fc6e4b49a4.plot k=32
   Pool public key: b59e5c3f507029ac4bbff11e00aac05588effc49d210273080ee17f0fcbdf09c70501ce9aa2686411d00ed3bc8d77814
   Farmer public key: 8d577c6df158f02314668bdb591de52a0ddc1b04c45f99d81ffaba5ccb0b27dc4fd5918725d9df94cef414971a753db5
   Local sk: <PrivateKey 688f149de51f47dbea715d1bf8aa929d6930281ea10f227d2d2e0a60093d6fa5>
   Proofs 3 / 5, 0.6

You’re right, I’d expect the private key to be the same since I produced both of those plots – the Pool and Farmer key definitely are identical. Interesting! Maybe someone who knows more can chime in.

I don’t even know what “local sk” means there either…