mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
Add groestlcoin tooling
This commit is contained in:
parent
056ba61385
commit
abbb458a48
1
groestlcoin-cli.ps1
Executable file
1
groestlcoin-cli.ps1
Executable file
@ -0,0 +1 @@
|
||||
docker exec -ti btcpayserver_groestlcoind groestlcoin-cli -datadir="/data" $args
|
3
groestlcoin-cli.sh
Executable file
3
groestlcoin-cli.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker exec -ti btcpayserver_groestlcoind groestlcoin-cli -datadir="/data" "$@"
|
Loading…
Reference in New Issue
Block a user