-
-
Notifications
You must be signed in to change notification settings - Fork 613
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
Turtle coin pool #656
Comments
Same here |
Did you guys found the way to mine ? |
Guys how did you sort this out please: 2021-03-22 21:01:06 [api] Error getting last block data {"errno":"ECONNRESET","code":"ECONNRESET","syscall":"read"} Have same problem could you post the fix please |
Look for this code in lib/api.js (will be around 104 or 603 depending on where you got your source code from) apiInterfaces.rpcDaemon('getlastblockheader', {}, function (error, reply) {) change to fetch( "http:127.0.0.1:4243/block/last", {}, function (error, reply) { You will need to change 4243 to the turtlecoin rpc port... |
i try that, but return: ReferenceError: fetch is not defined |
you need node-fetch module. https://stackoverflow.com/questions/48433783/referenceerror-fetch-is-not-defined |
Hi, How to setup pool for turtle coin with their latest update
The text was updated successfully, but these errors were encountered: