Replies: 3 comments 5 replies
-
run 4 x 1tb drives in raid 0 (sudo mdadm -C /dev/md0 /dev/nvme[1-4]n1 -n 4 -l 0 -c 64) name: job1 |
Beta Was this translation helpful? Give feedback.
-
Oh. I thought you had 4 drives of 1 TB each. More SSD storage will greatly
improve your plotting ability. I would aim for at least 2 TB (preferably 3)
for a 10 core processor. With only 1 TB you will be limited to 3 - 4 plots
at a time.
…On Thu, May 27, 2021, 11:53 PM Chaya89 ***@***.***> wrote:
Thanks so much for reply bro, here my configuration. I am sure it good or
not.
- name: Chia_Temp
max_plots: 999
farmer_public_key:
pool_public_key:
*temporary_directory: E:\Temp*
temporary2_directory:
*destination_directory: X:\New_Plots*
size: 32
bitfield: true
threads: 8
buckets: 128
memory_buffer: 4000
*max_concurrent: 3*
*max_concurrent_with_start_early: 7*
*initial_delay_minutes: 0*
*stagger_minutes: 0*
*max_for_phase_1: 1*
concurrency_start_early_phase: 4
concurrency_start_early_phase_delay: 0
temporary2_destination_sync: false
I only have 1TB PCle to store the temp file. this is create multi plot at
the same time or not?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#932 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFPH5AT5SZQBFBGBXP2OTOLTP4HU3ANCNFSM45TRLE6Q>
.
|
Beta Was this translation helpful? Give feedback.
-
TL;DR
I would test with using them in a raid-0 and separately. Some people have
reported that non-raided is faster, but I like combining the space to allow
for more plots.
A 1tb drive is ~931GB formatted and a Chia k=32 temp file is 239 GB meaning
that you can conservatively do 3 plots per drive x 4 drives = 12 plots. A
4 drive raid-0 gives you 3,724 GB and allows for 15 simultaneous plots.
Because a temp file is often less than the full 239 GB you can tune the
values to get more than 15 plots at a time.
…On Sat, May 29, 2021, 8:36 AM chiamillonarie ***@***.***> wrote:
Nvm just found this https://youtu.be/3-655bm9N0s?t=353
Do u think is better having them all 4 in 1? or 2 and 2 ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#932 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFPH5AWCWW2576GGUYFIWBLTQDNUFANCNFSM45TRLE6Q>
.
|
Beta Was this translation helpful? Give feedback.
-
My setup as below;
CUP: Xeon Silver 4210
Ram: 32GB
Temp: S70 M.2 PCIe GEN3X4 NVMe 1TB
Final Directory: On NAS
Beta Was this translation helpful? Give feedback.
All reactions