Post
Topic
Board Announcements (Altcoins)
Re: [ANN] The Nibble (NBL) - 21 million units - NO Pre-mine - Trade On Cryptsy.com
by
hyoshi
on 28/05/2013, 18:43:04 UTC
i want to mine in solo, what is the port?

You have to edit or add a .conf file, e.g. under unix:

mkdir -p ~/.nibble/;cat >~/.nibble/nibble.conf <server=1
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.
you don't need all those things

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.