My Bitcore wallet is not loading up. There are no active connections to the network. How do I fix this? Does anyone know?
I have 8 active connections, you can use them for sure:
31.27.146.19:8555
164.132.164.49:8555
185.194.142.126:8555
173.212.224.53:8555
37.120.190.76:8555
162.212.156.110:8555
93.186.200.182:8555
188.68.39.231:8555
How would I go about adding these nodes? Do I have to create a new .conf file and then add these in there and save them in my Roaming file?
Help -> Debug window -> click on "Console" tab" -> write in the text box:
addnode 31.27.146.19:8555 add
addnode 164.132.164.49:8555 add
addnode 185.194.142.126:8555 add
addnode 173.212.224.53:8555 add
addnode 37.120.190.76:8555 add
addnode 162.212.156.110:8555 add
addnode 93.186.200.182:8555 add
addnode 188.68.39.231:8555 add
(press "Enter" after each line)
You might want to replace "add" with "onetry" in case you don't want to trust some (or all) nodes to be available long-term
For all those that can't connect even after trying to add nodes: check your firewalls and network connections. Traceroute to some well-known host (like 8.8.8.8 ) and mtr (or WinMTR for redmondians) might shed some light on your concerns. Apply those tools to the nodes too.
Thanks! I think that my firewall might be playing a role in this. It blocked the wallet upon launch yesterday and I had to go into the system to restore it, but I have been able to access the wallet ever since. I need to figure out how to disable the firewall because I think that it might still be blocking it.