From abbb458a48feb4b20759226a8dd79a42f5d2f251 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sun, 24 Jun 2018 13:33:12 +0900 Subject: [PATCH] Add groestlcoin tooling --- groestlcoin-cli.ps1 | 1 + groestlcoin-cli.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 100755 groestlcoin-cli.ps1 create mode 100755 groestlcoin-cli.sh diff --git a/groestlcoin-cli.ps1 b/groestlcoin-cli.ps1 new file mode 100755 index 0000000..7af9807 --- /dev/null +++ b/groestlcoin-cli.ps1 @@ -0,0 +1 @@ +docker exec -ti btcpayserver_groestlcoind groestlcoin-cli -datadir="/data" $args \ No newline at end of file diff --git a/groestlcoin-cli.sh b/groestlcoin-cli.sh new file mode 100755 index 0000000..02dbaa3 --- /dev/null +++ b/groestlcoin-cli.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +docker exec -ti btcpayserver_groestlcoind groestlcoin-cli -datadir="/data" "$@" \ No newline at end of file