Thanks! Now it opening, but I still can't mine.
*** Spreadminer 0.1 - a SpreadX11 miner for nVidia GPUs ***
based on ccminer 1.2 Copyright 2014 Christian Buchner, Christian H.
based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler
SpreadX11 additions by tsiv
[2014-11-21 10:33:52] 2 miner threads started, using 'spreadx11' algorithm.
[2014-11-21 10:33:52] HTTP request failed: Recv failure: Connection was aborted
[2014-11-21 10:33:52] json_rpc_call failed, retry after 30 seconds
[2014-11-21 10:34:22] HTTP request failed: The requested URL returned error: 403 Forbidden
[2014-11-21 10:34:22] json_rpc_call failed, retry after 30 seconds
Any idea?
If you used the spreadcoin.conf from the cudaminer thread, you also might want to add rpcallowip=127.0.0.1
Mine looks something like this:
server=1
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*
rpcuser=putrpcusernamehere
rpcpassword=putrpcpasswordhere
Unless you have a separate mining rig you can forget about the other rpcallowip line. It's there just to allow connections from other computers in your local network and if you're mining on the same computer that the wallet is running on, all you need is 127.0.0.1.
Edit: Haven't really looked into it, not sure if a missing allowip also results in a 403 Forbidden. Could also be just a mismatch with the username/password between your conf and miner command line, double check just to make sure.
[/quote]

Now one rig out of three is running, at least _ Thanks a lot!