Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][VRM] Verium PoWT Reserve | Verium launched!
by
pnosker
on 01/09/2016, 18:34:32 UTC
HI !

I'm new to Verium.

I noticed you released your minig software yesterday.

I'd like to install it on a headless server so there's no GUI.

Is there a command line only equivalent of the miner ?

Thanks for helping Smiley

Cheers

It's easy to compile this on Linux. Assuming you have all the dependencies as noted in the verium readme folder, you will just have to clone http://github.com/veriumreserve/verium, go to src, then make -f makefile.unix. The in ~/.verium you will create a file verium.conf with at least these lines:

addnode=vrmsupernode.vericoin.info
addnode=vrmsupernode3.vericoin.info
gen=1
daemon=1

That will get you mining. If you want to be able to RPC connect to it, add the appropriate rpcuser=, rpcpassword=, server=1 lines to it.