Post
Topic
Board Tokens (Altcoins)
Re: -ANN- POLYTIMOS - NEW algo - FAIR ninja launch - NO pre,insta,ICO
by
Rabinovitch
on 12/12/2017, 04:10:55 UTC
How to solo mine poly?

I'm wondering why the solo HOWTO is not in the OP yet.

https://bitcointalk.org/index.php?topic=2409413.msg24646346#msg24646346


Create polytimos.conf file with Notepad or any other text editor in Poly's data folder.

Insert next content in this file:

Code:
rpcuser=rabinovitch (your username here)
rpcpassword=weneedreallygoodprezidenthereinRussia (any long and strong password here)
rpcport=42518
rpcallowip=127.0.0.1
rpcallowip=192.168.0.15 (IP address of your remone rig)
daemon=1
server=1
gen=0

Start ccminer (or whatever mining software) with the following .bat-file:

ccminer -o http://192.168.0.16 (or whatever IP-address of the PC with Poly's wallet in your case, 127.0.0.1 if you want to mine on the same PC where the wallet is started):42518 -O user:password (from .conf file above; rabinovitch:weneedreallygoodprezidenthereinRussia in my case).