Post
Topic
Board Announcements (Altcoins)
Re: [ANN][NOBL]*NOBLECOIN*-*MARKETPLACE LIVE*-*28 MERCHANTS/CAUSES*-*5 EXCHANGES*
by
Hueristic
on 14/02/2014, 23:33:28 UTC
Petition signed.


Wallet syncing questions:

Is it possible (we need a volunteer) to check the clean (after deleting config, nodes, wallet etc.) installation of Windows ZIP packge?
Does the Wallet sync out-of-the box or not?

Questions about wallet syncing are quite often... can we sort it out for good?

I made a total reinstall of my computer 3 days ago, and my wallet was NOT syncing out-of-the-box using the .zip-file. I had to create a .conf-file since it wasn't any in the zip, and then add the nodes I mentioned above manually to get connections to the network.

Would be good to get feedback from more people though.

I've tried just about every addnode on the forums for noble and I cannot get any connections to the network. I'm not sure how to make sure a port is open as I'm sure that is the problem I am having with many of these coins.

Thanks for the suggestions!

Check your firewall? I synch without even a config file at all. No nodes needed.

It is being allowed through the firewall, I have also attempted turning them all off and opening the noblecoin client but I still am unable to connect to any nodes  Cry

Tired of leaving all my noble on exchanges/pools lol

Send them to me I'll hold them for you! Tongue

Seriously though, do you know how to use netstat? You can open a cmd window type netstat -an
Then open another cmd console
Open wallet
then type netstat -an again in the second console and compare the 2 to see what connections are attempted bye the wallet.


  Proto  Local Address          Foreign Address        State
 
  TCP    192.168.1.3:52165      93.184.216.139:https   ESTABLISHED
  TCP    192.168.1.3:52169      108.162.207.163:https  ESTABLISHED
  TCP    192.168.1.3:52178      bitcointalk:http       TIME_WAIT
  TCP    192.168.1.3:52199      192.168.1.1:1990       TIME_WAIT
  TCP    192.168.1.3:52204      Eric-PC:icslap         ESTABLISHED
  TCP    192.168.1.3:52205      Eric-PC:icslap         ESTABLISHED
  TCP    192.168.1.3:52208      192.168.1.1:5000       TIME_WAIT
  TCP    192.168.1.3:52209      192.168.1.1:5000       TIME_WAIT
  TCP    192.168.1.3:52210      192.168.1.1:5000       TIME_WAIT
  TCP    192.168.1.3:52215      192.168.1.1:5000       TIME_WAIT
  TCP    192.168.1.3:52216      192.168.1.1:5000       TIME_WAIT
  TCP    192.168.1.3:52217      192.168.1.1:5000       TIME_WAIT
  TCP    192.168.1.3:52221      mail:55884             SYN_SENT
  TCP    192.168.1.3:52222      CPE-124-183-129-136:55884  SYN_SENT
  TCP    192.168.1.3:52223      mail:http              CLOSE_WAIT
  TCP    192.168.1.3:52224      164-128-247-190:55884  SYN_SENT

Thats the output after opening noble client and using netstat in the command prompt. Does SYN_SENT mean it is being blocked by a firewall?

Thanks for the help!

I believe 55884 is wallet port so it looks like you are trying to connect to 2 ip's and not getting a connection. Yes syn_sent means your system sent a handshake to that port on that address and is waiting on a response.

I just pinged both of those ip's and neither gave a response.

Post your addnode list and make sure you conf file is in your appdata/roaming/noblecoin directory and it is named noblecoin.conf

this is my path for example.
C:\Users\LicheLord\AppData\Roaming\NobleCoin\nobleCoin.conf

I am currently connected to these nodes by default. you can add them by hand if you want.

TCP   
  TCP    192.168.1.13:59480     81-232-13-104-no241:55884  ESTABLISHED
  TCP    192.168.1.13:59729     ip174-64-186-223:55884  ESTABLISHED
  TCP    192.168.1.13:60254     unused-213:55884       ESTABLISHED
  TCP    192.168.1.13:60257     host86-157-253-140:55884  ESTABLISHED
  TCP    192.168.1.13:61494     cla92-2-82-66-55-40:55884  ESTABLISHED
  TCP    192.168.1.13:61695     ec2-23-21-199-48:55884  ESTABLISHED

I don't think your wallet is finding your config file.