So still no info on solo mining? All i want to do is point a bunch of my mining farm to a single system, and mine the coin lol.
Same as any other coin. Hope you've got some power if you're going solo.
I've tried it the same as other coins.. doesn't seem to like me much. Historically I've used the demon executables, but this coin only provides the qt gui executable. I made a config file and fired it up with the server param, but can't get any systems to connect. I can telnet so the rpcport is open, but the systems can't connect otherwise.
Vesper- make sure your tagcoin.conf file is configured correctly. If you want, post it here to verify that it is set up correctly. If it is, you just need to make sure your client is up to date, and you should be able to solo-mine.
As per previous posts on the topic:
listen=1
daemon=1
server=1
rpcuser=myuser
rpcpassword=mypass
rpcallowip=*
rpcport=10500
port=8623
i fire up QT with -server, and the GUI loads. Port 10500 can be telnetted into and it's looking for json/rpc connect stuff. cgminer can't connect to it though.
Cgminer stuff, I'm using BAMT, so like my other solo mining stuff I have it defined as a pool connection:
"url":"ip:10500",
"user":"myuser",
"pass":"mypass"
The rest is pretty much automated.
Update - Just realized I had a typo in my password! DOH! Haha.. wow, it's always something simple.
Next question: When I solo with BTC daemon, I have to specify a payout address. For TAG, since it's using the qt gui, will it simply know to use the address I have defined in TAG?