10850k plotting

setup:

Asus Z590M plus
Intel 10850k
DDR4 3200 64GBram
C: Lexar 250GB ssd (os win 10 pro not registered)

temp drives:

D: WD Black 2TB NVME

E: Crucial P1 2TB NVME (x2 Striped)

F: Samsung 870 Evo ssd (x2 striped)

using SWAR Plot Manager

Still trying to figure out best settings for 3 jobs with this setup

seems Im stuck at 29 plots per day for now

my swar jobs in the yaml

  • name: WD Black 2TB
    max_plots: 999
    farmer_public_key:
    pool_public_key:
    temporary_directory: D:\PlotTemp
    temporary2_directory:
    destination_directory: \CHIA\PlotsDriveE
    size: 32
    bitfield: true
    threads: 4
    buckets: 128
    memory_buffer: 4000
    max_concurrent: 6
    max_concurrent_with_start_early: 6
    stagger_minutes: 45
    max_for_phase_1: 1
    concurrency_start_early_phase: 4
    concurrency_start_early_phase_delay: 10
    temporary2_destination_sync: false

  • name: Crucial Raid
    max_plots: 999
    farmer_public_key:
    pool_public_key:
    temporary_directory: E:\PlotTemp
    temporary2_directory:
    destination_directory: \CHIA\PlotsDriveE
    size: 32
    bitfield: true
    threads: 4
    buckets: 128
    memory_buffer: 4000
    max_concurrent: 6
    max_concurrent_with_start_early: 6
    stagger_minutes: 45
    max_for_phase_1: 1
    concurrency_start_early_phase: 4
    concurrency_start_early_phase_delay: 10
    temporary2_destination_sync: false

  • name: Samsung Raid
    max_plots: 999
    farmer_public_key:
    pool_public_key:
    temporary_directory: F:\PlotTemp
    temporary2_directory:
    destination_directory: \CHIA\PlotsDriveD
    size: 32
    bitfield: true
    threads: 4
    buckets: 128
    memory_buffer: 4000
    max_concurrent: 6
    max_concurrent_with_start_early: 6
    stagger_minutes: 45
    max_for_phase_1: 1
    concurrency_start_early_phase: 4
    concurrency_start_early_phase_delay: 10
    temporary2_destination_sync: false

I think you can set the max in phase one to “2” perhaps even “3” but you have to test that.

3 x 2 parallel with 4 threads staggered should be no problem for your CPU.

update changed settings, now I am getting like 27 plots a day

  • name: WD Black
    max_plots: 999
    farmer_public_key:
    pool_public_key:
    temporary_directory: D:\PlotTemp
    temporary2_directory:
    destination_directory: \CHIA\PlotsDriveK
    size: 32
    bitfield: true
    threads: 4
    buckets: 128
    memory_buffer: 4000
    max_concurrent: 6
    max_concurrent_with_start_early: 6
    initial_delay_minutes: 0
    stagger_minutes: 40
    max_for_phase_1: 2
    concurrency_start_early_phase: 4
    concurrency_start_early_phase_delay: 0
    temporary2_destination_sync: false
    exclude_final_directory: false
    skip_full_destinations: false
    unix_process_priority: 10
    windows_process_priority: 32
    enable_cpu_affinity: false
    cpu_affinity: [ 0, 1, 2, 3, 4, 5 ]

    • name: Crucial
      max_plots: 999
      farmer_public_key:
      pool_public_key:
      temporary_directory: E:\PlotTemp
      temporary2_directory:
      destination_directory: \CHIA\PlotsDriveK
      size: 32
      bitfield: true
      threads: 4
      buckets: 128
      memory_buffer: 4000
      max_concurrent: 6
      max_concurrent_with_start_early: 6
      initial_delay_minutes: 0
      stagger_minutes: 60
      max_for_phase_1: 2
      concurrency_start_early_phase: 4
      concurrency_start_early_phase_delay: 0
      temporary2_destination_sync: false
      exclude_final_directory: false
      skip_full_destinations: false
      unix_process_priority: 10
      windows_process_priority: 32
      enable_cpu_affinity: false
      cpu_affinity: [ 0, 1, 2, 3, 4, 5 ]

Im getting 29-30 plots/day with a very similar setup:

Intel 10850k
DDR4 3200 64GBram
4x 1TB WD Black SN750 NVME RAID-0
Windows 10 + SWAR manager

config

  • name: 4tb-nvme
    max_plots: 999
    farmer_public_key:
    pool_public_key:
    temporary_directory: D:
    temporary2_directory:
    destination_directory: F:\plots
    size: 32
    bitfield: true
    threads: 2
    buckets: 128
    memory_buffer: 3400
    max_concurrent: 15
    max_concurrent_with_start_early: 16
    stagger_minutes: 40
    max_for_phase_1: 6
    concurrency_start_early_phase: 4
    concurrency_start_early_phase_delay: 0
    temporary2_destination_sync: false

Nice guys! I’m impressed, 30 a day, sweet!

update using mad max gui / changed drive setup

10850K (4.8 all cores)

64 GB ram (16x4) at 3200MHZ

Samsung Evo Plus 1 TB NVME (x2)

madmax gui settings:
threads 18 (20 is slower, 14 and below is slower)
-U buckets 512
-V buckets 256

it alternates between temp1 and temp 2 drives

Final plot writes to an old samsung SSD evo and i robcopy it from that automatically to my farmer drives

[2021/09/30 02:24:33] Phase 1 took 1017.96 sec
[2021/09/30 02:33:04] Phase 2 took 511.056 sec
[2021/09/30 02:42:07] Phase 3 took 543.156 sec, wrote 21877329401 entries to final plot
[2021/09/30 02:43:51] Phase 4 took 103.065 sec, final plot size is 108836253563 bytes
[2021/09/30 02:43:51] Total plot creation time was 2175.38 sec (36.2563 min)