Skip to content

Commit 83fac71

Browse files
committed
mention RAM disk as datadir directory
1 parent 9ab0e9b commit 83fac71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ I used integration testing based on external bash script launching needed extern
4848
## Features
4949

5050
* It waits until bitcoind daemon become ready to accept RPC commands
51-
* bitcoind use a temporary directory as datadir
51+
* bitcoind use a temporary directory as datadir. You can specify the root of your temp directories so that you have node's datadir in a RAM disk (eg `/dev/shm`)
5252
* Free ports are asked to the OS (a low probability race condition is still possible)
5353
* the process is killed when the struct goes out of scope no matter how the test finishes
5454
* allows easy spawning of dependent process like https://github.com/RCasatta/electrsd

0 commit comments

Comments
 (0)