Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MEOW] KittehCoin - UPDATED 2017
by
andrewnc
on 01/01/2018, 12:37:09 UTC
Anyone having any luck solo mining with the Windows wallet? I've not been able to connect to the wallet with cgminer (have added RPC settings to lynx.conf).

List step by step the process you carried out. Maybe someone can help.

My lynx.conf file looks like this;

Code:
daemon=1
server=1

connect=seed00.getlynx.io
connect=seed01.getlynx.io
connect=seed02.getlynx.io
connect=seed03.getlynx.io
connect=seed04.getlynx.io
connect=seed05.getlynx.io
connect=seed06.getlynx.io
connect=seed07.getlynx.io
connect=seed08.getlynx.io
connect=seed09.getlynx.io

listen=1
rpcbind=0.0.0.0:9332
rpcallowip=127.0.0.1
rpcport=9332
rpcuser=wobble
rpcpassword=wobbles

Am running the Lynx windows wallet with '-server' then using 'cgminer-3-7-2-gridseed-windows-alt';

Code:
cgminer.exe --scrypt --gridseed-options=baud=115200,freq=800,chips=40 --hotplug 5 -o 127.0.0.1:9332 -u wobble -p wobbles

I just get 'Pool 0 slow/down or URL credentials invalid' from cgminer.

I've successfully used this method to solo mine other scrypt coins, but no luck with lynx Sad