-
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
Add dao betatest network #2546
Add dao betatest network #2546
Conversation
We want to test on mainnet with a test genesis tx. We create a new network type which is BTC mainnet but has a different data directory to make sure to not mix up the real wallet with the betatest
- Add genesisTotalSupply prog arg
A BSQ blockexplorer is not supported yet but we are working on it. |
I have started syncing btc core mainnet for the seed node. Will take a bit until that is ready. So if you want to run it before you need to provide your own seed node with --seedNodes=... can be localhost seed. Example local seed: Example local Bisq app: |
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.
utACK
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.
utACK
I'm syncing my bitcoin node for the explorer, should be ready tomorrow from the look of it.
This adds a mainnet genesis tx for testing as a new network type. It is only intended to be used by testers who run from source code and get in direct contact with me (as it is now real BTC I prefer to keep the test group small and focussed).