From d5560f5ae899a26e2b89efe50c87978fec33e05f Mon Sep 17 00:00:00 2001 From: Praveen Date: Sat, 5 Mar 2022 15:06:37 -0800 Subject: [PATCH] update/remove RPC credentials so that the commands work as expected --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bb2eb9..41a3e87 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Credit [Notmandatory](https://github.com/notmandatory/) and the [BDK team](https alias rt-start='docker run -d --rm -p 127.0.0.1:18443-18444:18443-18444/tcp -p 127.0.0.1:60401:60401/tcp --name electrs bitcoindevkit/electrs' alias rt-stop='docker kill electrs' alias rt-logs='docker container logs electrs' -alias rt-cli='docker exec -it electrs /root/bitcoin-cli -regtest -rpcuser=admin -rpcpassword=passw $@' +alias rt-cli='docker exec -it electrs /root/bitcoin-cli -regtest' ``` #### 3. Use REGTEST aliases to start container, view logs, run cli command, stop container