Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DROP] Dropcoin | New Algo | No IPO/ICO/premine
by
cestballot
on 31/05/2015, 15:53:31 UTC

OP information :
To mine using cpuminer, your dropcoin.conf file needs to contain:
Code:
rpcuser=yourusermaner
rpcpassword=password
rpcport=29019
rpcallowip=127.0.0.1
server=1
usepok=0
daemon=1

Replace "yourusermaner" and "password" with whatever you like.
The 'rpcport' parameter is optional and will default to port 29019 if not set otherwise,
and 'rpcallowip' should be replaced with the IP address of the computer running cpuminer.
Create strat.bat file with this line in same folder :

minerd.exe -o 127.0.0.1:29019 -u yourusermaner -p password -t 2

Cest Ballot