Skip to content

Commit

Permalink
Add script for running local regtest node
Browse files Browse the repository at this point in the history
  • Loading branch information
bibajz committed Apr 14, 2021
1 parent 0aab77b commit 645c25d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/run_regtest.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

docker run \
--rm \
--network host \
--env RPCUSER="rpc_user" \
--env RPCPASSWORD="rpc_password" \
--mount type=volume,src=bitcoind-data,target=/bitcoin \
--name=bitcoind-node \
bitcoindevelopernetwork/bitcoind-regtest

0 comments on commit 645c25d

Please sign in to comment.