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

* Don't do simetric connects in netsync stability test * Convert --datadir to --appdir everywhere Co-authored-by: Ori Newman <orinewman1@gmail.com>
14 lines
371 B
Markdown
14 lines
371 B
Markdown
# Kaspad Sanity tool
|
|
This tries to run kapad with different sets of arguments for sanity.
|
|
|
|
In order to get clean run for each command, the tool injects its own --appdir
|
|
argument so it will be able to clean it between runs, so it's forbidden to use
|
|
--appdir as part of the arguments set.
|
|
|
|
## Running
|
|
1. `go install` kaspad and kaspadsanity.
|
|
2. `cd run`
|
|
3. `./run.sh`
|
|
|
|
|