From 8d52b395e86a91d26a1d3195a372d567495a02fd Mon Sep 17 00:00:00 2001 From: Asher Dawes Date: Fri, 1 Jun 2018 00:06:45 -0700 Subject: [PATCH] Fix windows README. --- kmd/windows/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kmd/windows/README.txt b/kmd/windows/README.txt index 39b466702..07ba7cbbe 100644 --- a/kmd/windows/README.txt +++ b/kmd/windows/README.txt @@ -1,10 +1,10 @@ VerusCoin Komodo Command Line Tools v0.3.3-beta Contents: -komododi.exe - the Komodo daemon +komodod.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 +./verus.bat stop Which signals komodod.exe (if it is running) to stop running.