Skip to content

Releases: Tomas-M/VoteCoin

VoteCoin v1.0.15

02 Mar 21:44
c659a76
Compare
Choose a tag to compare

This is VoteCoin - text mode (CLI) release
Precompiled binaries for Linux, Windows and Mac

Install

  1. Download ZIP (for Windows or Mac) or tar.gz (for Linux)
  2. Unpack
  3. Follow instructions in README file

Run

  1. start votecoind.exe (on Windows) or votecoind (on Linux or Mac)
  2. then you can use vot.bat (on Windows) or use votecoin-cli (on Linux and Mac) from a different terminal.

VoteCoin v1.0.14

20 Jan 13:20
Compare
Choose a tag to compare

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

25 Nov 18:30
Compare
Choose a tag to compare

These are precompiled binaries for Linux and Windows.
Download, unpack, and follow instructions in README file

VoteCoin v1.0.12

04 Nov 00:44
Compare
Choose a tag to compare

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

25 Sep 06:02
Compare
Choose a tag to compare

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.