Page cover image

Appendix

Appendix

Using the Command

Execute the command to manually initialize the cluster. The entire cluster will be reinitialized after n seconds.

autonomys-farmer util \
reinitialization-cache \
    --nats-servers nats://192.168.200.6:4222 \
    --delay 0

--delay 0: Initialization delay, in seconds.

Simulate the plot download sector process by sending requests to the cache cluster and checking the cluster status.

autonomys-farmer util \
sharded-cache-benchmark \
    --nats-servers nats://192.168.0.2:4222 \
    --sectors 256 \
    --epoch 1 \
    --cache-item-type split-parity-piece

Last updated