The latest is 0.9.2.1
that is crappy, I could have sworn I got it from the main website. So this means try and download the new version and let it sync and try all of this all over again GRRRRR
Thank you for the info.
UPDATE:
No that did not work either, got the new wallet version checked all the files got it synced in, double checked the conf file and the cgminer bat files and it still is not connecting to mine. I can see it is trying to activate the miner but the miner freezes, once it begins to initiate the R-box it just gets stuck and will not begin to mine. I really wish I could solve this problem.
what really makes me mad is I can mine absolutely anything else, even when the zetacoin Bat file is saying waiting for hotplug device I can simultaneously start another bat file solo mining or pool mining and it will connect right up to anything but zetacoin.
-----SUPER AWESOME UPDATE-----
Nevermind FINALLY GOT IT. and already got my first block and zetacoin
it was the port and the new wallet both combined, what it all needed to be was
zetacoin.conf
rpcuser={MY ZETACOIN ADDRESS}
rpcpassword=12345
maxconnection=50
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*
rpcallowip=192.168.0.*
rpcport=17335
port=17333
server=1
listen=1
addnode=105.236.111.72
addnode=188.252.16.110
addnode=54.212.51.236
addnode=75.162.220.45
addnode=146.185.148.114
addnode=94.23.68.11
addnode=69.147.229.226
addnode=108.58.12.53
addnode=54.200.48.80
addnode=192.241.136.114
addnode=216.158.85.123
addnode=85.17.227.176
zetacoin.bat
cgminer.exe --icarus-options 115200:1:1 -o
http://127.0.0.1:17335 -u {MY ZETACOIN ADDRESS} -p 12345 --rock-freq 290 --btc-address {MY ZETACOIN ADDRESS}
pause
For those of you using this example to solo mine yourself keep in mind these values may be different for you
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*
rpcallowip=192.168.0.*
Also the cgminer has specific commands for my Rockminer R-Box 40Ghash/s miner so your CGMiner commands could be a little different as well.
For Example the Antminer USB erupters use the --bmsc-options 115200:20 commands
in order for you to get the correct values go to each computer and click start enter CMD and hit enter
then type ipconfig and hit enter
look for the IPv4 address write it down for each computer and make a new rpcallowip for each one so all your machines can connect to your main computer where the wallet is a server
if you are using miners like S1 or S2 antminers use the IP for those specific machines and make an instance for each one just to be safe.
Thank you to all of you who tried to help