mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-21 06:16:45 +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
11 lines
218 B
Markdown
11 lines
218 B
Markdown
# Simple Sync Stability Tester
|
|
This tests that two nodes that are connected to each other
|
|
stay synced while one of them mines a chain.
|
|
|
|
## Running
|
|
1. `go install` kaspad and simple-sync.
|
|
2. `cd run`
|
|
3. `./run.sh`
|
|
|
|
|