GitXplorerGitXplorer
a

vminer

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
2f5a758c72cbf8a419451e0e0dbd196db501e49e

Merge pull request #1 from aselle/aselle-patch-1

aaselle committed 3 years ago
Verified
129d4c0f6e9b084ee543fc561d2a38ad1d0afed1

Use optimization settings ... 5x on my haswell machine.

aaselle committed 3 years ago
Unverified
b5b8dc0360fdf48209d5b8b213eaab5270e7b0af

modify the nonce less; it's (slightly) faster that way

hhughcoleman committed 3 years ago
Unverified
602ae288c1236cacaf20db1441222df911b45af3

change input format

hhughcoleman committed 3 years ago
Unverified
90ea83444ffe2941a10dead82661c7fe75e1cfda

print average hashes/sec, instead of total hashes

hhughcoleman committed 3 years ago
Unverified
87043ba61e7f2b6a6e5d9f342a924463bcb870e9

count iterations and print every 10,000,000

hhughcoleman committed 3 years ago

README

The README file for this repository.

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!