Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
javajared
on 17/11/2016, 14:54:25 UTC
hello.i have error when boolbd.exe trying connect to seeds:

2016-Nov-14 08:03:08.558575 [P2P6]Connecting to x.x.x.x:10101(white=1, last_seen: never)...
...
...
2016-Nov-14 08:03:23.129052 [P2P6]Failed to connect to any of seed peers, continuing without seeds

what can i do?thanks.

try to add

--add-priority-node 66.228.33.249:10101 --add-priority-node 59.120.166.36:10101 --add-priority-node 62.201.213.25:10101 --add-priority-node 95.85.21.33:10101 --add-priority-node 107.170.97.197:10101 --add-priority-node 107.170.228.11:10101 --add-priority-node 180.97.28.56:10101 --add-priority-node 66.228.33.249:10101 --add-priority-node 5.9.38.137:10101 --add-priority-node 81.39.24.26:10101 --add-priority-node 106.185.46.152:10101 --add-priority-node 128.204.214.119:10101 --add-priority-node 1.155.235.8:10101

but result is same.just disappeared line "Failed to connect to any of seed peers, continuing without seeds" .

what could be the reason?


This is likely occurring because the daemon only has two seed nodes to connect to by default. If these nodes are not online then your node doesn't know who to connect to the first time you run the daemon. Therefore a long term solution to this will be to change the hard-coded seed nodes in the code repository.

A short term solution for you and others would be to specify a seed node manually. This can be done by doing the following:

boolbd --seed-node 5.9.44.154:10101

This command tells your daemon to treat the bbr.mbkpool.info node as a seed node. As a result, your node will connect to it and download its list of active peers. I got this to overcome the error on my end so I hope it works for others as well.