Skip to content
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

Merged

Conversation

ManfredKarrer
Copy link
Contributor

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).

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
@ManfredKarrer ManfredKarrer added this to the v0.9.6 milestone Mar 16, 2019
@ManfredKarrer ManfredKarrer requested a review from sqrrm March 16, 2019 23:34
@ManfredKarrer ManfredKarrer requested a review from ripcurlx as a code owner March 16, 2019 23:34
@ManfredKarrer ManfredKarrer requested review from devinbileck and removed request for ripcurlx March 16, 2019 23:34
@ManfredKarrer ManfredKarrer self-assigned this Mar 16, 2019
@ManfredKarrer
Copy link
Contributor Author

A BSQ blockexplorer is not supported yet but we are working on it.

@ManfredKarrer
Copy link
Contributor Author

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:
--seedNodes=localhost:3004 --baseCurrencyNetwork=BTC_DAO_BETANET --useLocalhostForP2P=true --nodePort=3004 --appName=bisq-BTC_DAO_BETANET_LOCAL_seed_3004 --daoActivated=true --fullDaoNode=true --rpcUser=xxx --rpcPassword=xxx--rpcPort=8332 --rpcBlockNotificationPort=5100

Example local Bisq app:
--seedNodes=localhost:3004 --baseCurrencyNetwork=BTC_DAO_BETANET --useLocalhostForP2P=true --nodePort=3111 --appName=bisq-BTC_DAO_BETANET_LOCAL_Ali_dao_lite --daoActivated=true

Copy link
Member

@devinbileck devinbileck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

Copy link
Member

@sqrrm sqrrm left a 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.

@ManfredKarrer ManfredKarrer merged commit ad3647d into bisq-network:master Mar 17, 2019
@ManfredKarrer ManfredKarrer deleted the add-dao-betatest-network branch March 18, 2019 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants