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:
@@ -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
1
monero-wallet-cli.ps1
Normal file
@@ -0,0 +1 @@
|
||||
docker exec -it btcpayserver_monerod monero-wallet-cli $args
|
||||
3
monero-wallet-cli.sh
Executable file
3
monero-wallet-cli.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker exec -it btcpayserver_monerod monero-wallet-cli "$@"
|
||||
Reference in New Issue
Block a user