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

litecoin support #4

Open
teletan opened this issue May 11, 2019 · 2 comments
Open

litecoin support #4

teletan opened this issue May 11, 2019 · 2 comments

Comments

@teletan
Copy link

teletan commented May 11, 2019

Thinking of adding litecoin support do you want a PR or should I just fork? (Fork is easier for me since I can drop btc support.)

@dlaptev
Copy link
Owner

dlaptev commented May 12, 2019

Sure, feel free to fork and improve! Should be very easy to do, but please reach out if you have any questions.

I will have a look at your modifications later and then we can maybe work together to merge the efforts. But at the moment I agree that it would be cleaner to focus on one coin.

@bgupta
Copy link

bgupta commented May 29, 2019

I'm cheating in a very ugly way for now. I basically wrote two stub shell scripts and put them in my path:

bitcoin-cli
::::::::::::::
#!/bin/bash

~/litecoin-0.16.3/bin/litecoin-cli $@
::::::::::::::
lncli
::::::::::::::
#!/bin/bash

~/gocode/bin/lncli --network mainnet --chain litecoin $@

Only catch is that many people are using ltcd and btcd.

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