mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
[CI] Adaptive mining timeout, depending on available CPU power
Printing also available RAM. Add comprehensive description.
This commit is contained in:
parent
a7663f4ba1
commit
45f01f577c
6 changed files with 256 additions and 12 deletions
|
@ -52,6 +52,11 @@ To run the same tests on a release build, replace `debug` with `release`.
|
|||
[TODO]
|
||||
Functional tests are located under the `tests/functional` directory.
|
||||
|
||||
Building all the tests requires installing the following dependencies:
|
||||
```bash
|
||||
pip install requests psutil monotonic
|
||||
```
|
||||
|
||||
First, run a regtest daemon in the offline mode and with a fixed difficulty:
|
||||
```bash
|
||||
monerod --regtest --offline --fixed-difficulty 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue