Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

k32 plots with c7 compression have 33% of stale particles #321

Open
oktyabrenok opened this issue May 27, 2024 · 1 comment
Open

k32 plots with c7 compression have 33% of stale particles #321

oktyabrenok opened this issue May 27, 2024 · 1 comment

Comments

@oktyabrenok
Copy link

oktyabrenok commented May 27, 2024

Hi, I have a PC Win10pro x64 | intel i7 6700 (4/8) | ddr4 32 Gb 3200 Mhz | system ssd nvme samsung 990 pro 1 TB | hdd 12TB | no video card

I've been farming on plots with c0 compression for 2 years. And recently I got a 10TB hdd and I wanted to add them to my farm. Using cpu chia_plot I made k32 plots with c7 compression and I have been watching for 2 days and I see that I have 33% of stale particles.

First I launch start_farmer.cmd (2.3.0) and then Chia GUI (2.3.0)

What am I doing wrong and how can I solve the problem of stale particles? Thanks in advance

ProofOfSpace farm -r 4 --diff 1000 -f k32-c7-ххххххххххххххххххххх.plot 1000
Total success: 1027 / 1000, 102.7 %
Total failures: 0 / 1000, 0 %
Total filtered: 1025 / 1027, 99.8053 %
Partial Difficulty: 1000 (0.0555701 % chance)
Max Farm Size @512: 0.264458 PiB (physical)
Max Farm Size @256: 0.132229 PiB (physical)
Max Farm Size @128: 0.0661145 PiB (physical)
Average time to compute quality: 1.1718 sec
Maximum time to compute full proof: 21.273 sec

photo_2024-05-27_13-21-48
photo_2024-05-27_13-21-53

@spleen911
Copy link

spleen911 commented May 28, 2024

Unrelated to your question:

  • If you are using Chia GUI 2.3.0 you do not need to run start_farmer: the GUI starts local farmer and node.
  • At Space Pool, you can force your difficulty (start with 18) using the "view pool login link" option in Chia GUI, Pooling, NFT pool, ellipsis icon. From that URL login to pool, you can change from PPH to static difficulty.

As to your compression question, you need far more CPU or a GPU. I haven't CPU farmed in so long I cannot give real build examples, but my weakest CPU harvester was a DELL R620 (Dual Xeon E5-2660 V2).

Your ProofOfSpace shows 21s full proofs and those should be 1-2 at max ... as low as possible. While farming, the times will vary based on how many plots pass the filter. My full proofs are all ~1 second but with 10K plots per harvester real world times are higher (see image).

Get a cheap 1660 Super ... my first GPU harvester was an i7-4790, 32GB, 1660 Super with ~575TiB of C18s. I still use that build, but with a 3060Ti and I am replotting to C29s. GPU farming (while we can still do it) is far more effective.

My 3060Ti ProofOfSpace results.

C18 --> ProofOfSpace.exe farm --diff 1068 -f T:\plot-k32-c18-ProofOfSpace.plot 1000
Max Farm Size @256: 1.302 PiB (physical)
Average time to compute quality: 0.094 sec

C29 --> ProofOfSpace.exe farm --diff 1175 -f T:\plot-k32-c29-ProofOfSpace.plot 1000
Max Farm Size @256: 0.608 PiB (physical)
Average time to compute quality: 0.165 sec

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants