]>
Commit | Line | Data |
---|---|---|
c4031206 | 1 | VerusCoin Command Line Tools v0.4.0g |
5f48c779 | 2 | |
d8f9b0c5 | 3 | Contents: |
e68844be DD |
4 | komodod - VerusCoin's enhanced Komodo daemon |
5 | komodo-cli - VerusCoin's Komodo command line utility | |
d8f9b0c5 | 6 | verus - wrapper for komodo-cli that applies the command to the VRSC coin |
7881b944 | 7 | verusd - wrapper for komodod that sets the VerusCoin parameters to defaults properly |
d8f9b0c5 | 8 | |
e7f4832f | 9 | The first time on a new system you will need to run ./fetch-params before using komodod or verusd. |
e304f171 | 10 | |
e96d89da AD |
11 | Run ./verusd to launch komodod, and use verus to run commands such as: |
12 | ./verus stop | |
d8f9b0c5 | 13 | Which signals komodod (if it is running) to stop running. |