Add groestlcoin tooling

This commit is contained in:
nicolas.dorier 2018-06-24 13:33:12 +09:00
parent 056ba61385
commit abbb458a48
2 changed files with 4 additions and 0 deletions

1
groestlcoin-cli.ps1 Executable file
View File

@ -0,0 +1 @@
docker exec -ti btcpayserver_groestlcoind groestlcoin-cli -datadir="/data" $args

3
groestlcoin-cli.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
docker exec -ti btcpayserver_groestlcoind groestlcoin-cli -datadir="/data" "$@"