Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ZillionCoin (ZLN) - new ZillionFLUX CPU Mining algo released July 2018
by
lhedwin
on 29/09/2018, 14:12:50 UTC
i did a compilation on ubuntu server 17.04 and got no errors. but how do i run the deamon or the miner?

you run the daemon by doing a

Code:
./zillioncoind &

but first you need to create a proper zillioncoin.conf file:

Code:
rpcuser=someuser
rpcpassword=somepassword
daemon=1
server=1
gen=1
genproclimit=-1

if you want to mine to a specific address, add this to the conf file too:

Code:
miningprivkey=

Thank you... i am working on it.