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

Generalize RPC API to support other coins #4

Closed
janoside opened this issue Jul 28, 2017 · 4 comments
Closed

Generalize RPC API to support other coins #4

janoside opened this issue Jul 28, 2017 · 4 comments

Comments

@janoside
Copy link
Owner

janoside commented Jul 28, 2017

In doing so, try to isolate BTC-specific code to more easily support other currencies in the future.

@janoside janoside changed the title Add support for litecoin Generalize RPC API to support other coins Dec 6, 2017
@dutchakdev
Copy link

I try change bitcoin adapter to litecoin, but have many errors with commands like getblockchaininfo, getnetworkinfo etc.

@janoside
Copy link
Owner Author

@dutchakdev After commit 70b28ff please try again. You can modify env.js to set "coin=LTC" (instead of the default "coin=BTC") and connect to your Litecoin node via RPC. Please let me know if you have problems.

@nicebbs
Copy link

nicebbs commented Aug 22, 2019

TransactionsTrust Note
No address API is configured. See the example configuration file for help setting up an address API if desired.

@janoside
Copy link
Owner Author

@nicebbs This is referring to the BTCEXP_ADDRESS_API environment variable. You can set this to any of the values indicated in .env-sample. Note that each option has different privacy implications (running your own ElectrumX server will be more private than using any public website/API).

janoside added a commit that referenced this issue Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@janoside @dutchakdev @nicebbs and others