From c34f788b271797f98e54097a2788e9ce9e7d5d79 Mon Sep 17 00:00:00 2001 From: NicolasDorier Date: Fri, 29 Sep 2017 17:07:39 +0900 Subject: [PATCH] newline --- Regtest/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Regtest/README.md b/Regtest/README.md index 0b8a563..3e3ccde 100644 --- a/Regtest/README.md +++ b/Regtest/README.md @@ -1,5 +1,11 @@ # About this docker-compose -This docker-compose shows how to configure postgres, bitcoind, NBXplorer and BTCPay. +This docker-compose shows how to configure postgres, bitcoind, NBXplorer and BTCPay on regtest. + It exposes BTCPay on the host address http://localhost:8080/. -It also exposes Bitcoin Core RPC which you can access through port 8081 `bitcoin-cli -regtest -rpcport=8081 -rpcpassword=DwubwWsoo3 -rpcuser=ceiwHEbqWI83 getblockcount`. \ No newline at end of file + +It also exposes Bitcoin Core RPC which you can access through port 8081: + +``` +bitcoin-cli -regtest -rpcport=8081 -rpcpassword=DwubwWsoo3 -rpcuser=ceiwHEbqWI83 getblockcount +``` \ No newline at end of file