diff --git a/kmd/linux/verus-cli/README.txt b/kmd/linux/verus-cli/README.txt index f5ce2b1e1..f1b04c504 100644 --- a/kmd/linux/verus-cli/README.txt +++ b/kmd/linux/verus-cli/README.txt @@ -1,16 +1,12 @@ -VerusCoin Command Line Tools v0.3.7-beta +VerusCoin Command Line Tools v0.3.8-beta Contents: komodod - VerusCoin's enhanced Komodo daemon komodo-cli - VerusCoin's 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 defaults properly -update-verus-agama.sh - script to update an existing VerusCoin enhanced Agama wallet install with this version of komodod. To update run the script and pass the path to the wallet on the command line: ./update-verus-agama.sh ~/Downloads/Agama-linux-x64 -The first time on a new system you will need to run ./fetchparams.sh before using komodod or verusd. -On Ubuntu 18 systems you will need to run these two commands before running the command line tools: -sudo apt-get install g++-multilib -sudo apt-get install libcurl4 +The first time on a new system you will need to run ./zcash-fetch-params.sh before using komodod or verusd. -Run ./verusd to launch komodod, and use ./verus to run commands such as: -./verus stop +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. diff --git a/kmd/mac/verus-cli/README.txt b/kmd/mac/verus-cli/README.txt index 3ce15f02d..a94b2e761 100644 --- a/kmd/mac/verus-cli/README.txt +++ b/kmd/mac/verus-cli/README.txt @@ -1,4 +1,4 @@ -VerusCoin Command Line Tools v0.3.7-beta +VerusCoin Command Line Tools v0.3.8-beta Contents: komodod - VerusCoin's enhanced Komodo daemon. komodo-cli - VerusCoin's enhanced Komodo command line utility. @@ -8,13 +8,10 @@ fetch_params.sh - utility to download the zcash parameters needed to start the V lib*.dylib - assorted dynamic libraries, dependencies needed by fetch-params.sh, komodod and/or komodo-cli Command line tools are run from the terminal. You can launch the terminal on a Mac by using the Finder, selecting Applications and from that select Utilities, finally selecting Terminal from the Utilities folder. - -Change to the directory you extraced the verus-cli into in the terminal by typing the cd command: +You will need to switch to the directory you extracted the verus-cl into. If you extracted it in the Download folder then the change directory command is cd ~/Downloads/verus-cli -For example, if you extracted it directly in the Downloads directory. +The first time on a new system you will need to run ./zcash-fetch-params before using komodod or verusd. -The first time on a new system you will need to run ./fetchparams.sh before using komodod or verusd. - -Run ./verusd to launch komodod, and use ./verus to run commands such as: +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. diff --git a/kmd/windows/verus-cli/README.txt b/kmd/windows/verus-cli/README.txt index b6b30b111..03bff2e94 100644 --- a/kmd/windows/verus-cli/README.txt +++ b/kmd/windows/verus-cli/README.txt @@ -1,12 +1,15 @@ -VerusCoin Command Line Tools v0.3.7-beta +VerusCoin Command Line Tools v0.3.8-beta Contents: komodod.exe - VerusCoin's enhanced Komodo daemon -komodo-cli.exe - iVerusCoin's Komodo command line utility +komodo-cli.exe - VerusCoin's 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 defaults properly -update-verus-agama.bat - script to update an existing VerusCoin enhanced Agama wallet install with this version of komodod. To update run the script and pass the path to the wallet on the command line: update-verus-agama.bat ~/Downloads/Agama-win32-x64 -The first time on a new system you will need to run ./fetch-params.bat before using komodod.exe or verusd. +You need to run a command prompt, for example hit and type cmd +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 +cd \Users\MyName\Downloads\verus-cli +From this directory you can run the Verus command line utilities. +The first time on a new system you will need to run zcash-fetch-params.bat before using komodod.exe or verusd. 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. 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. Run verusd.bat to launch komodod, and use verus.bat to run commands such as: