[SWAR PLOT MANAGER] Ryzen 9 5900x | 64GB | 2x2TB NVME

[SWAR PLOT MANAGER] Ryzen 9 5900x | 64GB | 2x2TB NVME
Please help me. Thank you

Are your 2x2tb in RAID 0?

2 Likes

One of my plotters is running on a 3900x, 64GB and 2x2tb nvme. Getting 32 plots a day with these settings:

      global:
      max_concurrent: 14
      max_for_phase_1: 6
      minimum_minutes_between_jobs: 5

      - name: Plotter 1
    max_plots: 999
    farmer_public_key:
    pool_public_key:
    temporary_directory: Y:\
    temporary2_directory:
    destination_directory: Y:\
    size: 32
    bitfield: true
    threads: 8
    buckets: 128
    memory_buffer: 3800
    max_concurrent: 8
    max_concurrent_with_start_early: 9
    initial_delay_minutes: 0
    stagger_minutes: 60
    max_for_phase_1: 2
    concurrency_start_early_phase: 3
    concurrency_start_early_phase_delay: 0
    temporary2_destination_sync: false
    exclude_final_directory: false
    skip_full_destinations: true
    unix_process_priority: 10
    windows_process_priority: 256
    enable_cpu_affinity: false
    cpu_affinity: [ 0, 1, 2, 3, 4, 5 ]

  - name: Plotter 2
    max_plots: 999
    farmer_public_key:
    pool_public_key:
    temporary_directory: Z:\
    temporary2_directory:
    destination_directory: Z:\
    size: 32
    bitfield: true
    threads: 8
    buckets: 128
    memory_buffer: 3800
    max_concurrent: 8
    max_concurrent_with_start_early: 9
    initial_delay_minutes: 0
    stagger_minutes: 60
    max_for_phase_1: 2
    concurrency_start_early_phase: 3
    concurrency_start_early_phase_delay: 0
    temporary2_destination_sync: false
    exclude_final_directory: false
    skip_full_destinations: true
    unix_process_priority: 10
    windows_process_priority: 256
    enable_cpu_affinity: false
    cpu_affinity: [ 0, 1, 2, 3, 4, 5 ]

I am using robocopy (.bat file) to move plots from temp drive to destination drive:

    @echo off
    :loop
    robocopy Y:\ F:\ /mov *.plot
    robocopy Z:\ F:\ /mov *.plot
    timeout /t 30
    goto loop

With newer gen ryzen 9 processor your should easily get better numbers i think

1 Like

I run parallel, help me