aselle / vminer

A VenonaCoin miner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vminer

A VenonaCoin miner.

Usage

First, you'll need to install gcc and use it to compile the vminer binary; the included Makefile should help with that.

Then, open the vminer.conf file and edit

  • your Venonatude username on line 2;
  • the PREV_HASH on line 3;
  • the MESSAGE on line 4; and
  • the THRESHOLD on line 5.

as appropriate. Do not modify anything else! Then,

$ ./bin/vminer path/to/vminer.conf

And wait!

About

A VenonaCoin miner.


Languages

Language:C 95.7%Language:Makefile 4.3%