-
Notifications
You must be signed in to change notification settings - Fork 23
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
Update Docker-related files #12
Comments
Most of the docker changes are implemented here: https://github.com/decred/dcrlnd/compare/master...jholdstock:docker?expand=1 However this work cannot be completed right now as it is not possible to generate an address using dcrlnd until the chain is synced. The chain cannot be synced because the miner needs an address which is generated by dcrlnd (chicken and egg). dcrwallet solves this problem by automatically outputting a address when it is started in simnet mode. Related converstaion here: https://matrix.to/#/!doNReXWScHXhmjfGTa:decred.org/$155835555119306JGkYN:decred.org?via=decred.org&via=matrix.org&via=zettaport.com Related issue: #9 |
This setup definitely doesn't work as easily for us as it does for bitcoin due to voting requirements past SVH in simnet. You can't (e.g.) try to force close a channel and see a time-locked sweep tx due to it requiring more than 144 blocks to be redeemable. Ideally we could setup a Minimum Voting Wallet to run along the dcrd node or just run an rpctest harness (with an associated MVW) which takes care of funding Alice and Bob. |
Did #66 completely fix this? |
Thanks! |
Ideally used the original decred backed ones.
Original items from davecgh#1
The text was updated successfully, but these errors were encountered: