When I login to the Bitconnect pool, I user an email and a very secure password.
When I run for the pool, my command line is:
minerd -a scrypt -t 6 -s 4 -o stratum+tcp://bitconnectpool.co:3333 -u azmojo.1 -p
and it works!
So when I try to run solo do I user the same username and password? I don't know why the pool login info would be required to solo mine. Should my command line be:
minerd --url=http://127.0.0.1:4210 --userpass=azmojo.1:
Thanks in advance for your answers to my stupid noob questions. I tried following the guides but there are a few details missing (or I'm completely dense).
For solo mining, the bitconnect.conf specifies what user and password does the wallet require (rpcuser, rpcpassword), and you have to specify that on the miner command line, so it can connect locally to your wallet.
So the rpcuser/rpcpassword can be anything (random chars for both), set it in bitconnect.conf and then specify the same on the command line.