From d8f9b0c5e509099bc24db64e78228c6e6ac47048 Mon Sep 17 00:00:00 2001 From: David Dawes Date: Thu, 31 May 2018 22:46:44 -0700 Subject: [PATCH] Add README files to the 3 versions. --- kmd/linux/README.txt | 10 ++++++++++ kmd/mac/README.txt | 10 ++++++++++ kmd/windows/README.txt | 10 ++++++++++ 3 files changed, 30 insertions(+) create mode 100644 kmd/linux/README.txt create mode 100644 kmd/mac/README.txt create mode 100644 kmd/windows/README.txt diff --git a/kmd/linux/README.txt b/kmd/linux/README.txt new file mode 100644 index 000000000..61f27d729 --- /dev/null +++ b/kmd/linux/README.txt @@ -0,0 +1,10 @@ +VerusCoin Komodo Command Line Tools +Contents: +komodod - the Komodo daemon +komodo-cli - Komodo command line utility +verus - wrapper for komodo-cli that applies the command to the VRSC coin +verusd - wrapper for komodod that sets the VerusCoin parameters to defauls properly + +Run ./verusd to launch komodod, and use ./verus to run commands such as: +./verus stop +Which signals komodod (if it is running) to stop running. diff --git a/kmd/mac/README.txt b/kmd/mac/README.txt new file mode 100644 index 000000000..61f27d729 --- /dev/null +++ b/kmd/mac/README.txt @@ -0,0 +1,10 @@ +VerusCoin Komodo Command Line Tools +Contents: +komodod - the Komodo daemon +komodo-cli - Komodo command line utility +verus - wrapper for komodo-cli that applies the command to the VRSC coin +verusd - wrapper for komodod that sets the VerusCoin parameters to defauls properly + +Run ./verusd to launch komodod, and use ./verus to run commands such as: +./verus stop +Which signals komodod (if it is running) to stop running. diff --git a/kmd/windows/README.txt b/kmd/windows/README.txt new file mode 100644 index 000000000..e9eb6dbd2 --- /dev/null +++ b/kmd/windows/README.txt @@ -0,0 +1,10 @@ +VerusCoin Komodo Command Line Tools +Contents: +komododi.exe - the Komodo daemon +komodo-cli.exe - Komodo command line utility +verus.bat - wrapper for komodo-cli that applies the command to the VRSC coin +verusd.bat - wrapper for komodod that sets the VerusCoin parameters to defauls properly + +Run verusd.bat to launch komodod, and use verus.bat to run commands such as: +./verus stop +Which signals komodod.exe (if it is running) to stop running.