]>
Commit | Line | Data |
---|---|---|
ca5c2d9e | 1 | VerusCoin Command Line Tools v0.6.5-dev-16 |
d8f9b0c5 | 2 | Contents: |
aa84b0af A |
3 | verusd.exe - VerusCoin daemon |
4 | verus.exe - VerusCoin command line utility | |
d8f9b0c5 | 5 | |
5284ac6e DD |
6 | You need to run a command prompt, for example hit <Ctrl><Esc> and type cmd<Enter> |
7 | 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 | |
8 | cd \Users\MyName\Downloads\verus-cli | |
9 | From this directory you can run the Verus command line utilities. | |
aa84b0af | 10 | The first time on a new system you will need to run fetch-params before using verusd.exe. |
efcdfc27 AD |
11 | 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. |
12 | 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. | |
88fd8145 | 13 | |
aa84b0af A |
14 | Run: |
15 | verusd to launch the VerusCoin daemon | |
16 | Use verus to run commands such as: | |
17 | verus stop | |
18 | Which signals verusd (if it is running) to stop running. | |
19 | ||
20 | Note 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 |
21 | verusd.bat "-ac_veruspos=50" |
22 | Otherwise Windows will drop the = and pass the two values in as separate command line options. | |
b49cc0a1 | 23 |