]> Git Repo - VerusCoin.git/blob - kmd/windows/verus-cli/README.txt
Version to 0.3.12-beta.
[VerusCoin.git] / kmd / windows / verus-cli / README.txt
1 VerusCoin Command Line Tools v0.3.12-beta
2 Contents:
3 komodod.exe - VerusCoin's enhanced Komodo daemon
4 komodo-cli.exe - VerusCoin's Komodo command line utility
5 verus.bat - wrapper for komodo-cli that applies the command to the VRSC coin
6 verusd.bat - wrapper for komodod that sets the VerusCoin parameters to defaults properly
7
8 You need to run a command prompt, for example hit <Ctrl><Esc> and type cmd<Enter>
9 From the command prompt change to the directory where you installed verus-cli. If you downloaded the file to your Downloads directory and extracted it there then the change directory command is
10 cd \Users\MyName\Downloads\verus-cli
11 From this directory you can run the Verus command line utilities.
12 The first time on a new system you will need to run fetch-params before using komodod.exe or verusd.
13 Many anti-virus products interfere with the VerusCoin tool's ability to open ports and will need to be configured to allow what the scanner says is unsafe behavior.
14 Extreme cases can result in the virus scanner deleting Agama.exe or moving it to "protect" the system. You will to add the executables to a whitelist and re-extract the verus-cli-windows.zip file if that happens.
15 Run verusd.bat to launch komodod, and use verus.bat to run commands such as:
16 verus.bat stop
17 Which signals komodod.exe (if it is running) to stop running.
18
19 Note that if you pass in command line options to verus.bat or verusd.bat that include an = like -ac_veruspos=50 you must surround it with double quotes like this:
20 verusd.bat "-ac_veruspos=50"
21 Otherwise Windows will drop the = and pass the two values in as separate command line options.
This page took 0.024797 seconds and 4 git commands to generate.