Releases: Tomas-M/VoteCoin
VoteCoin v1.0.15
This is VoteCoin - text mode (CLI) release
Precompiled binaries for Linux, Windows and Mac
Install
- Download ZIP (for Windows or Mac) or tar.gz (for Linux)
- Unpack
- Follow instructions in README file
Run
- start votecoind.exe (on Windows) or votecoind (on Linux or Mac)
- then you can use vot.bat (on Windows) or use votecoin-cli (on Linux and Mac) from a different terminal.
VoteCoin v1.0.14
VoteCoin text mode release.
Precompiled binaries for Linux and Windows.
Install
- Download ZIP (for Windows) or tar.gz (for Linux)
- Unpack
- Follow instructions in README file
Run
- start votecoind.exe (on Windows) or votecoind (on Linux)
- run vot.bat (on Windows) or use votecoin-cli (on Linux)
VoteCoin v1.0.13
These are precompiled binaries for Linux and Windows.
Download, unpack, and follow instructions in README file
VoteCoin v1.0.12
There are several files in this release. If you are a new user, download VoteCoin-v1.0.12-Win-All.zip ... This file is around 800MB big and contains everything (VoteCoin textmode server, client, and zkSNARK proving keys).
If you upgrade from previous release, you can download VoteCoin-v1.0.12-Win-only-binaries.zip which contain only the executables votecoind.exe and votecoin-cli.exe ... Shutdown any old version you may be using and replace these executables with newest versions.
If you are a Linux user, you can either download Linux binaries, or compile VoteCoin from sources.
In all cases, make sure to backup your data before any operation, especially the wallet.dat file.
VoteCoin-Win32-1.0.11
Standalone precompiled Win32 binaries.
First of all, run votecoind.exe server and keep it running.
You may need to wait few minutes until the blockchain is downloaded and synchronized.
Then, you can open another console (for example by running 'cmd' command)
and run votecoin-cli to access the functionality.
For example, to generate a transparent address, run:
votecoin-cli.exe getnewaddress
To exit the votecoind server, press Ctrl+C and wait until it properly terminates.