Browse Source

Add groestlcoin tooling

migrate-pregen
nicolas.dorier 6 years ago
parent
commit
abbb458a48
  1. 1
      groestlcoin-cli.ps1
  2. 3
      groestlcoin-cli.sh

1
groestlcoin-cli.ps1

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

3
groestlcoin-cli.sh

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