Merge branch 'dev' of github.com:VerusCoin/VerusCoin into dev

This commit is contained in:
David L. Dawes
2018-05-31 23:02:34 -07:00
3 changed files with 30 additions and 0 deletions

10
kmd/linux/README.txt Normal file
View File

@@ -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.

10
kmd/mac/README.txt Normal file
View File

@@ -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.

10
kmd/windows/README.txt Normal file
View File

@@ -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.