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

PaymentProcessor is not compatible with litecoin V0.17 #1082

Open
s4m4hdi opened this issue May 5, 2019 · 1 comment
Open

PaymentProcessor is not compatible with litecoin V0.17 #1082

s4m4hdi opened this issue May 5, 2019 · 1 comment

Comments

@s4m4hdi
Copy link

s4m4hdi commented May 5, 2019

The payment processor is unable to handle transactions for litecoin v0.17 and also the validation of wallet addresses is broken. This could be a result of deprecated commands. I'll post more details if there is any interest to fix these code issues.

So this is the reason, the RPC methods have changed
https://github.com/litecoin-project/litecoin/blob/master/doc/release-notes-litecoin.md


Typical errors:

15:52:39 [Error] [ShareManager] [xxxxxxxxx] Error getting account for pool central wallet address: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx - getaccount is deprecated and will be removed in V0.18. To use this command, start xxxxxxxxxx with -deprecatedrpc=accounts.

15:52:40 [Error] [BlockProcessor] [xxxxxxxxx] Error getting account for pool central wallet address: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx - getaccount is deprecated and will be removed in V0.18. To use this command, start xxxxxxxxxx with -deprecatedrpc=accounts.

15:52:41 [Error] [PaymentProcessor] [xxxxxxxxx] Halted as daemon we are connected to does not own the pool address: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.

17:33:18 [Debug] [ShareManager] [xxxxxxxxx] We thought a block was found but it was rejected by the coin daemon; [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]

  • reason; Invalid or non-wallet transaction id
@s4m4hdi
Copy link
Author

s4m4hdi commented Aug 7, 2019

I had a quick look at fixing the implemented methods in the payment processor but there also appears to be a bug in the JSON parser lib

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

1 participant