You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ I used integration testing based on external bash script launching needed extern
48
48
## Features
49
49
50
50
* 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`)
52
52
* Free ports are asked to the OS (a low probability race condition is still possible)
53
53
* the process is killed when the struct goes out of scope no matter how the test finishes
54
54
* allows easy spawning of dependent process like https://github.com/RCasatta/electrsd
0 commit comments