Can anyone give a command line startup for minerd (optiminer) to mine ROIcoin under linux?
I can git clone, build, make etc no problems but am not sure what the command is to mine ROIcoin with optiminer.
Also, what's the command line to mine with the compiled wallet in linux? I can get ROIcoind compiled and runs ok but only looks like it reads blocks etc if I include the options in the command line (looks like it's not reading from ROIcoin.conf (which is located in ~/.ROIcoin/ and is readable from the 'current user' (i.e. who I'm logged in as on my linux machine))).
EDIT: I've read the posts showing how to mine with a pool. Obviously cannot use minerd (sorry) as the compiled binary is hodlminer (facepalm). However am trying solo mining (not pool mining) so I'll need to experiment with starting the ROIcoin wallet via CLI first and see if it's as simple as -o
http://127.0.0.1:3377... oh and the command in ubuntu (linux whatever) for ROIcond to mine is:
ROIcoind -rpcuser=rpc -rpcpassword=1234 -rpcport=3377 -daemon=1 -server=1 -listen=0 -miningaddress=RYR39RF8x65s1U45kKEnh7U16ymJHnYkao* -gen
*replace the -miningaddress=[etc] with your own receive address from your wallet or you'll be mining for me...which is ok but probably not what you want.
I use -listen=0 because if I don't then the daemon stops and the debug file tells me it cannot listed at 0.0.0.0:3377.