[bisq-network/bisq] No seed nodes at the beginning. (Issue #6144)

jmacxx notifications at github.com
Mon Apr 11 23:41:54 CEST 2022


Thanks.  Bisq gets its list of seednodes from three possible places, firstly a Java resource file which is built into the executable; or `bisq.properties` (under C:\Users\selim\AppData\Roaming\Bisq), or a command line parameter `--seedNodes=`.  The built-in resource is used for the vast majority of users.  Judging by the logs, it seems to have failed to read the resource file, which is very weird.

Could you try running bisq with the following command line parameter added:

```--seedNodes=devinsn3xuzxhj6pmammrxpydhwwmwp75qkksedo5dn2tlmu7jggo7id.onion:8000```

Or add seedNodes to your `bisq.properties` file:


    daoActivated=true
    bannedSeedNodes=
    bannedBtcNodes=165.227.34.198:8333,btc1.dnsalias.net:8333
    bannedPriceRelayNodes=
    seedNodes=devinsn3xuzxhj6pmammrxpydhwwmwp75qkksedo5dn2tlmu7jggo7id.onion:8000, wizseed3d376esppbmbjxk2fhk2jg5fpucddrzj2kxtbxbx4vrnwclad.onion:8000, wizseed7ab2gi3x267xahrp2pkndyrovczezzb46jk6quvguciuyqrid.onion:8000, sn3bsq3evqkpshdmc3sbdxafkhfnk7ctop44jsxbxyys5ridsaw5abyd.onion:8000



The full list can be seen [here](https://github.com/bisq-network/bisq/blob/master/core/src/main/resources/btc_mainnet.seednodes).


-- 
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/6144#issuecomment-1095595130
You are receiving this because you are subscribed to this thread.

Message ID: <bisq-network/bisq/issues/6144/1095595130 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20220411/286309c8/attachment-0001.htm>


More information about the bisq-github mailing list