-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
The following change introduced in 0.6 or 0.7 makes it tricky for https://github.com/stratum-mining to run multiple tests in parallel or use multiple nodes in a test because it relies on unique datadir and port for each node. Whats the best way to achieve that(running multiple instances simultaneously) with latest corepc version?
args: Vec<&'a str>
Bitcoind command line arguments containing no spaces like vec!["-dbcache=300", "-regtest"] note that port, rpcport, connect, datadir, listen cannot be used because they are automatically initialized.
Metadata
Metadata
Assignees
Labels
No labels