]> Git Repo - VerusCoin.git/blame - doc/man/verus-cli/windows/README.txt
update version
[VerusCoin.git] / doc / man / verus-cli / windows / README.txt
CommitLineData
ca5c2d9e 1VerusCoin Command Line Tools v0.6.5-dev-16
d8f9b0c5 2Contents:
aa84b0af
A
3verusd.exe - VerusCoin daemon
4verus.exe - VerusCoin command line utility
d8f9b0c5 5
5284ac6e
DD
6You need to run a command prompt, for example hit <Ctrl><Esc> and type cmd<Enter>
7From 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
8cd \Users\MyName\Downloads\verus-cli
9From this directory you can run the Verus command line utilities.
aa84b0af 10The first time on a new system you will need to run fetch-params before using verusd.exe.
efcdfc27
AD
11Many 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.
12Extreme 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.
88fd8145 13
aa84b0af
A
14Run:
15verusd to launch the VerusCoin daemon
16Use verus to run commands such as:
17verus stop
18Which signals verusd (if it is running) to stop running.
19
20Note that if you pass in command line options to verus.exe or verusd.exe that include an = like -ac_veruspos=50 you must surround it with double quotes like this:
88fd8145
AD
21verusd.bat "-ac_veruspos=50"
22Otherwise Windows will drop the = and pass the two values in as separate command line options.
b49cc0a1 23
This page took 0.044858 seconds and 4 git commands to generate.