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.