generated from rustaceanrob/rust-template-repo
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is needed
Description
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.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is needed