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

Lightning #51

Merged
merged 7 commits into from
Jul 23, 2019
Merged

Lightning #51

merged 7 commits into from
Jul 23, 2019

Conversation

MrNaif2018
Copy link
Member

This pull requests splits daemons into daemons/ folder, their requirements into requirements/daemons/ folder. To run daemon:
Bitcoin mainet:
python3 daemons/btc.py
Bitcoin testnet:
BTC_TESTNET=true daemons/btc.py
Bitcoin lightning mainnet:
python3 daemons/ln.py
Bitcoin lightning testnet:
LN_TESTNET=true python3 daemons/ln.py
To launch either of daemons, first install base requirements:
pip install -r requirements/base.txt
And then requirements for specific daemon:
pip install -r requirements/daemons/(btc/ln).txt

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

Successfully merging this pull request may close these issues.

1 participant