mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-20 22:06:42 +00:00

* Add stability-tests * Fix requires * Fix golint errors * Update README.md * Remove payloadHash from everywhere * don't run vet on kaspad in stability-tests/install_and_test
12 lines
321 B
Markdown
12 lines
321 B
Markdown
# Netsync Stability Tester
|
|
This tests that the netsync is at least 5 blocks per second.
|
|
|
|
Note: the test doesn't delete kaspad's data directory and it's the user
|
|
responsibility to delete the data directories that appear in the log.
|
|
|
|
## Running
|
|
1. `go install kaspad`.
|
|
2. `go install ./...`.
|
|
3. `cd run`
|
|
4. `./run.sh`
|
|
|