-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seed node repo refactoring #2476
Seed node repo refactoring #2476
Conversation
@ripcurlx Lets delay that after release so we keep test efforts low. |
ac48a5e
to
27258c8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I use a localhost seed node it tries to connect to one of the onion addresses.
We send a PreliminaryGetDataRequest to peer rxdkppp3vicnbgqt.onion:8002.
Seems the handling for localhost is missing something.
Are the duplicated resources in the test/resource directory needed? Might cause consfusion... |
With a dev DAO_TESTNET seed it worked. Have not tested yet with the live seeds.... |
how do you specify that you want to use a localhost seed node?
I would like to get rid of these dev-related command line parameters as far as possible before a shiny and user-friendly Bisq 1.0 is released...
for testing. tests do not have access to the main resources. |
27258c8
to
9418c1d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NACK Cannot get localhost dev setup running.
Dman, my #d9f9baf commit done on GH has committed to Bisq master instead to your PR. So I will merge now and try to find the issue why localhost is not working.... |
ahm ok, but are you sure? I see your commit in my branch... |
Don't know exactly what went wrong.... |
--myAddress has been removed in bisq-network/bisq#2476
shame on me...