feat: First steps into regtest integration tests
This commit is contained in:
parent
7152230d08
commit
4425ccce58
3 changed files with 43 additions and 0 deletions
7
test/integration/bitcoind.sh
Normal file
7
test/integration/bitcoind.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker run --rm --name bitcoin-server -it ruimarinho/bitcoin-core \
|
||||
-regtest=1 \
|
||||
-wallet=wallet1.dat \
|
||||
-wallet=wallet2.dat
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue