You have to edit or add a .conf file, e.g. under unix:
mkdir -p ~/.nibble/;cat >~/.nibble/nibble.conf <
rpcuser=nibblecoin
rpcpassword=YourPassword
rpcallowip=127.0.0.1
rpcport=18341
#addnode=machine...
EOF
chmod 600 ~/.nibble/nibble.conf;
This file is required, to setup a password and an user account. In that case the port is set to 18341.
just set user pass and server in the confing
and make a bat with all the info (config info, plus tc and host:port)
it work like a charm with litecoin
i just need the port, hence why i asked, thank you anyway
mmh, it doesn't work...
The rpcport can be ANYTHING - I use 8000, because then I can easily switch between mining daemons while my miners continue to use the same user/pass and port.