Add README files to the 3 versions.

This commit is contained in:
David Dawes
2018-05-31 22:46:44 -07:00
parent 932dda2b71
commit d8f9b0c5e5
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.