feat: First steps into regtest integration tests

This commit is contained in:
Taranto 2020-04-07 11:34:35 +01:00 committed by Josh Harvey
parent 7152230d08
commit 4425ccce58
3 changed files with 43 additions and 0 deletions

View 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