Difference between revisions of "Manually select seednodes"

From Bisq Wiki
Jump to navigation Jump to search
(Created page with "If Tor network is experiencing issues, and seednodes are only partially operational, leading to frequent inability to connect to the p2p network, the following method is one w...")
 
Line 5: Line 5:
 
  - http://135.181.92.87:8080/
 
  - http://135.181.92.87:8080/
  
What you are looking for is in the '''Data inventory''' and '''DAO data''' columns, where you need to make sure that the former reports ''Number of Mediator: 2'' (do not mind skull and warning icons), and the latter shows a large number near ''Number of BSQ blocks'' (''171131'' at the time of writing).
+
What you are looking for is in the '''Data inventory''' and '''DAO data''' columns, where you need to make sure that the former reports ''Number of Mediator: 2'' (do not mind skull and warning icons), and the latter shows a large integer near ''Number of BSQ blocks'' (''171131'' at the time of writing).
  
 
During high network instability, only a handful of seednodes will show such requirements, and the data will also change both with time, and between the two monitor URLs, so your job is to identify those (at least a couple, the more the merrier) that show most consistently stable over time on all monitors, and note down their ''Node address:'' under the '''Seed node info''' column.
 
During high network instability, only a handful of seednodes will show such requirements, and the data will also change both with time, and between the two monitor URLs, so your job is to identify those (at least a couple, the more the merrier) that show most consistently stable over time on all monitors, and note down their ''Node address:'' under the '''Seed node info''' column.

Revision as of 17:51, 29 June 2022

If Tor network is experiencing issues, and seednodes are only partially operational, leading to frequent inability to connect to the p2p network, the following method is one workaround that will increase your probability of correctly running Bisq.

We want to manually connect to seednodes that appear to be working, rather than having Bisq randomly choose them; reach the network monitors available at the following addresses (click Continue in case your browser complains about the security of the page, they are just showing a large HTML table):

- http://46.101.179.224:8080/
- http://135.181.92.87:8080/

What you are looking for is in the Data inventory and DAO data columns, where you need to make sure that the former reports Number of Mediator: 2 (do not mind skull and warning icons), and the latter shows a large integer near Number of BSQ blocks (171131 at the time of writing).

During high network instability, only a handful of seednodes will show such requirements, and the data will also change both with time, and between the two monitor URLs, so your job is to identify those (at least a couple, the more the merrier) that show most consistently stable over time on all monitors, and note down their Node address: under the Seed node info column.

Once you have copied those address.onion:port strings, place them in a command line to start Bisq, appending them as a comma-separated list to the -seednodes= option, like so for example (for Linux):

/opt/bisq/bin/Bisq -seedNodes=address1.onion:8000,address2.onion:8000,address3.onion:8000

Press Enter, cross your fingers, and watch the magic happen (maybe), otherwise go back to square one and retry with different seednodes.