We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Here is are links for reference (keeping track for future):
https://github.com/lightningnetwork/lnd/tree/master/docker https://interfect.github.io/#!/posts/009-Ride-the-Lightning.md http://dev.lightning.community/guides/docker/ http://lightning.community/lnd/faucet/2017/01/19/lightning-network-faucet/
Sorry, something went wrong.
1) apt-get update 2) apt-get install docker.io 3) apt-get install docker-compose
docker -v => 1.8.0 docker-compose -v => 1.13.0
5) git clone https://github.com/lightningnetwork/lnd.git 6) cd ~/lnd/docker 7) export NETWORK="simnet" 8) docker-compose run -d --name alice lnd_btc
9) docker exec -i -t alice bash 10) lncli newaddress np2wkh 11) Ctrl-p ctrl-q 12) MINING_ADDRESS=<alice_address> docker-compose up -d btcd 13) docker-compose run btcctl generate 400
14) docker-compose run btcctl getblockchaininfo | grep -A 1 segwit 15) docker exec -i -t alice bash 16) lncli walletbalance
A majority of this was accomplished from instructions: https://github.com/lightningnetwork/lnd/tree/master/docker
robertDurst
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: