I'm mining from one machine and pointed the miner to the other:
./minerd -o http://192.168.1.6:41683 -O slim:slimpass -t 6
In the debug log of the .6 machine I see this:
ThreadRPCServer incorrect password attempt from 192.168.1.3
.3 is the machine from where I mine.
slimcoin.conf on the .6 machine:
listen=1
server=1
daemon=1
rpcallowip=192.168.1.*
rpcport=41683
port=41682
rpcuser=slim
rpcpassword=slimpass
reservebalance=0
Any thoughts?