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.
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 getinfoto "false" as lbrycrd-cli does no longer support this command andUse segwitto "true" as is is required now (seeing Stratum errors likelbry 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.