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

Improve coin configuration #19

Open
marko-lorentz opened this issue Jan 17, 2022 · 3 comments
Open

Improve coin configuration #19

marko-lorentz opened this issue Jan 17, 2022 · 3 comments

Comments

@marko-lorentz
Copy link
Contributor

The main `README.md that describes how to configure the LBRY coin didn't work for me. As the coin was not available in the initial coin list, I had to create it. I addition to the instructions given, you have to set the correct RPC port (14390) and switch the settings for

  • Has getinfo to "false" as lbrycrd-cli does no longer support this command and
  • Use segwit to "true" as is is required now (seeing Stratum errors like lbry dead lock, exiting... might indicate you missed this one).

I propose to edit the README and I will check whether it makes sense to create the coin using an SQL script that does it during the initial setup phase of the MySQL database.

@Coolguy3289
Copy link
Member

I have to confirm whether I committed this to the repo or not, but I know that with LBC, the RPC calls being made don't properly include the segwit rules despite being set in the web panel.

@Coolguy3289
Copy link
Member

Okay, I did: f4276ad

@Coolguy3289
Copy link
Member

getinfo is now supported again with lbcd. The feature is slated for removal, but at the moment it returns more accurate data than the work around yiimp implements if getinfo isn't supported.

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

2 participants