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

Support for coins without getblockchaininfo method #588

Closed
ImrieA opened this issue Apr 23, 2018 · 6 comments
Closed

Support for coins without getblockchaininfo method #588

ImrieA opened this issue Apr 23, 2018 · 6 comments

Comments

@ImrieA
Copy link

ImrieA commented Apr 23, 2018

Hello,

Any tips on where to start modifying NOMP to support coins which don't have a getblockchaininfo() method ? Currently met with the below error when starting the pool

[Pool] [BosonCoin] (Thread 2) Could not start pool, error with init RPC getblockchaininfo - {"code":-32601,"message":"Method not found"}

Thanks

@reappergrimd
Copy link

There was a change in https://github.com/zone117x/node-stratum-pool/tree/master/lib 3 days ago , i went into the lib structure to revert the changes made myself for my pool for the older coins

@ImrieA
Copy link
Author

ImrieA commented Apr 23, 2018

Ah yes I can see that is where the problem has started. The commit 3 days ago has removed support for the older coins.
I just tried to workaround it by replacing the node_modules/stratum-pool with the good commit ( ) zone117x/node-stratum-pool@c9ec10e?diff=split

EDIT: also change line 184 in transactions.js to var txInPrevOutHash = "";

Thanks !

@HashUnlimited
Copy link
Collaborator

backporting support was added by #ahmedbody in the correct repo node-stratum-pool

@red0bear
Copy link

how much time to that be done ? Peercoin is falling ....

@1307cd
Copy link

1307cd commented Jul 19, 2018

Hi guys, from my understanding it is allready done, but I also have two coins, which are not working. Magnet and Pepecoin...

@1307cd
Copy link

1307cd commented Aug 8, 2018

Sorry my bad...

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

5 participants