Share the results of your SwiftSync IBD on this thread. Important information includes: system memory, network quality, operating system, CPU make, number of peers used.
To test network quality, one may use speedtest-cli, or on MacOS, networkquality -v. Programs like btop also show current download rate. To list CPU information on Linux, run lscpu. For memory, free -h
To allow the program to run detached, use nohup and write the output to a location of your choice. Example (within the node crate):
nohup cargo run --bin ibd --release > result.log &
An example response is shown below.
Share the results of your SwiftSync IBD on this thread. Important information includes: system memory, network quality, operating system, CPU make, number of peers used.
To test network quality, one may use
speedtest-cli, or on MacOS,networkquality -v. Programs likebtopalso show current download rate. To list CPU information on Linux, runlscpu. For memory,free -hTo allow the program to run detached, use
nohupand write the output to a location of your choice. Example (within thenodecrate):An example response is shown below.