Could you write up a little more in depth on how to solo mine with cudaminer? I've tried before and failed.
Also what about the max coin conf file?
Like you just have it ready, or have they already release some starting files? And not the wallet?
Firstly, it has not been released yet, also: I DONT know if this will work, but it seems to work when solo mining another coin.
1. In the README that Christian has made, you'll find a bit of information on how to set it up, with some additional searching I tried it on another coin (ultracoin). What i did is i made an file in the appdata folder of Ultracoin, called ultracoin.conf Within that file you have to write these things:
rpcuser=(username)
rpcpassword=(password)
rpcallowip=127.0.0.1
rpcport=8332 (not sure if this is the right port number)
daemon=1
server=1
listen=1
2. You then make a new .bat file in your cudaminer folder. Take an example from mining a pool, but instead of the stratum, you put in the IP and Portnumber. and the username and password from your config file.
3. When you want to mine, start the wallet, and then execute the .bat file.