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

Update Docker-related files #12

Closed
4 tasks
matheusd opened this issue Apr 30, 2019 · 5 comments
Closed
4 tasks

Update Docker-related files #12

matheusd opened this issue Apr 30, 2019 · 5 comments
Assignees

Comments

@matheusd
Copy link
Member

matheusd commented Apr 30, 2019

Ideally used the original decred backed ones.

Original items from davecgh#1

  • Rename docker/lnd to docker/dcrlnd and update
  • Either rename docker/btcd to docker/dcrd or use existing dcrd docker repository
  • Update docker/docker-compose.yml for dcrd, dcrctl, dcrlnd, dcrlncli, etc
  • Update docker/README.md for Decred
@jholdstock jholdstock self-assigned this May 20, 2019
@jholdstock
Copy link
Member

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

@matheusd
Copy link
Member Author

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.

@fguisso fguisso mentioned this issue Dec 12, 2019
@matheusd
Copy link
Member Author

Did #66 completely fix this?

@fguisso
Copy link
Member

fguisso commented Jan 16, 2020

following the checklist, yes
#56 and #66

@matheusd
Copy link
Member Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants