what is the rpcport?

you do need it if you are trying to run multiple machines localy
+19. Create a maxcon.conf file alongside the wallet with the following in it:
+
+rpcuser=user
+rpcpassword=password
+rpcallowip=127.0.0.1
+rpcport=9339
+daemon=1
+server=1
+gen=0
+
+20. Restart maxcoin wallet
+
+21. Run your minerd.exe like the following:
+
+./minerd.exe -a keccak -o
http://127.0.0.1:9339 -O user:password
+
+22. You are now solo mining!
+
+23. If a pool comes up and you'd like to connect to it, just re-run minerd.exe
+like this:
+
+./minerd.exe -a keccak -o stratum://pool-goes-here.com:9339 -O user:password
+
https://gist.github.com/xorrbit/8848780/revisions