1
0

chore: setup monero tooling (#961)

* chore: setup interaction with monero-wallet-cli

* fix: add new line

* chore: add powershell script

* fix: clean up

* chore: add monero-wallet-cli to the tools
This commit is contained in:
Ishimwe Prince
2024-12-18 07:57:23 +02:00
committed by GitHub
parent 61405c1cbe
commit 8347685126
3 changed files with 5 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ install_tooling() {
"btcpayserver_trezarcoind" "trezarcoin-cli.sh" "Command line for your Trezar instance" \
"btcpayserver_viacoind" "viacoin-cli.sh" "Command line for your Viacoin instance" \
"btcpayserver_elementsd" "elements-cli.sh" "Command line for your Elements/Liquid instance" \
"btcpayserver_monerod" "monero-wallet-cli.sh" "Command line for your Monero instance" \
"joinmarket" "jm.sh" "Command line for your joinmarket instance" \
"ndlci_cli" "ndlc-cli.sh" "Command line for NDLC-CLI" \
"pihole" "pihole.sh" "Command line for running pihole commands" \

1
monero-wallet-cli.ps1 Normal file
View File

@@ -0,0 +1 @@
docker exec -it btcpayserver_monerod monero-wallet-cli $args

3
monero-wallet-cli.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker exec -it btcpayserver_monerod monero-wallet-cli "$@"