Skip to content

Commit

Permalink
vot.bat script update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas-M committed Nov 3, 2017
1 parent ed53f3e commit a86cf64
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions zcutil/vot.bat
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,23 @@ if "%1" == "totals" (

:help

cls
echo.
echo Helper script to make VoteCoin operations easier
echo Supported syntax:
echo ------------------------------------------------------------------------
echo This is helper script to make VoteCoin operations easier.
echo Make sure votecoind.exe is running so we can communicate with it.
echo Supported commands:
echo.
echo vot addr ... generate new T address
echo vot zaddr ... generate new Z address
echo vot send FROM TO AMOUNT ... send coins FROM address to TO address of given AMOUNT, with zero fee
echo vot sendto TO AMOUNT ... send coins from any address to TO address of given AMOUNT
echo vot status ... show status of last transaction. Empty status means transaction still in progress
echo vot send FROM TO AMOUNT ... send coins FROM address to TO address
echo vot sendto TO AMOUNT ... send coins from any address to TO address
echo vot status ... show status of last transaction.
echo vot totals ... show total balances in your entire wallet
echo ------------------------------------------------------------------------
echo.
echo.
cmd.exe
goto exit

:exit

0 comments on commit a86cf64

Please sign in to comment.