Post
Topic
Board Announcements (Altcoins)
Re: [ANN] The Nibble (NBL) - 21 million units - NO Pre-mine - Trade On Cryptsy.com
by
justover
on 28/05/2013, 17:40:47 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.