addnode=minerpools.us or addnode=24.247.103.100
We need some more master nodes setup.
What do I need to set up a master node?
Alright!
Finally 2 active connections to C-bit network instead of 1 now....
what I did was
1) open up c-bit wallet
2) click "help"
3) Debug Menu
4) Console
5) Type into command: addnode "24.257.103.100" "add"
6) Press Enter
7) Wait for to sync.
Hope this helps
What do I need to know to setup a master node!
As Jaerky noted bitcoin doesn't have master nodes. What I was trying to say is that we need to have more full nodes.
So to setup a wallet to run as a full node only requires of couple items added to the c-bit.conf file:
server=1 \\This enables RPC
listen=1 \\This allows other wallets to connect
port=8289
rpcport=8288
If you have a firewall then port forwarding will be required to the port configured
Hopefully this makes sense!
Thanks going to set up a node, will let you know if it works!