Post
Topic
Board Announcements (Altcoins)
Re: [DYOR] Do Your Own Research [X11][CPU/GPU] [Bounties] [Launch NOW!]
by
DoYourOwnResearchProject
on 28/01/2018, 19:37:36 UTC
Create a new text file, paste in:

Code:
listen=1
server=1
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=33726
port=33725
addnode=104.238.130.36

Save as dyor.conf - make sure it isn't saved as .txt

Place in directory \AppData\Roaming\dyor

make sure your rpcuser & rpcpassword match the -u and -p in your miner .bat

I'm using a generic cpuminer, edit .bat file to:

Code:
cpuminer -a x11 -t 3 -o http://127.0.0.1:33726  -u user -p pass

Hope this helps!