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

Turtle coin pool #656

Open
Ghost-ai-cpu opened this issue Feb 17, 2021 · 6 comments
Open

Turtle coin pool #656

Ghost-ai-cpu opened this issue Feb 17, 2021 · 6 comments

Comments

@Ghost-ai-cpu
Copy link

Hi, How to setup pool for turtle coin with their latest update

@masterprogrammer513
Copy link

Same here

@intensecoin
Copy link

Did you guys found the way to mine ?
I´m stuck on 👍
2021-03-22 21:01:05 [daemon] intensecoin error from daemon
2021-03-22 21:01:06 [api] Error getting last block data {"errno":"ECONNRESET","code":"ECONNRESET","syscall":"read"}

@dagwood-Fenichuck
Copy link

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

@frandlyn26
Copy link
Contributor

frandlyn26 commented Jan 27, 2022

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...

@maletazul
Copy link

@frandlyn26

i try that, but return:

ReferenceError: fetch is not defined
at getNetworkData (/home/luissilva/pool/lib/api.js:565:17)
at network (/home/luissilva/pool/lib/api.js:379:4)
at /home/luissilva/pool/node_modules/async/dist/async.js:3669:28
at replenish (/home/luissilva/pool/node_modules/async/dist/async.js:446:21)
at /home/luissilva/pool/node_modules/async/dist/async.js:451:13
at eachOfLimit$1 (/home/luissilva/pool/node_modules/async/dist/async.js:477:34)
at awaitable (/home/luissilva/pool/node_modules/async/dist/async.js:211:32)
at eachOfGeneric (/home/luissilva/pool/node_modules/async/dist/async.js:512:16)
at eachOf (/home/luissilva/pool/node_modules/async/dist/async.js:626:16)
at awaitable (/home/luissilva/pool/node_modules/async/dist/async.js:211:32)
at /home/luissilva/pool/node_modules/async/dist/async.js:3668:9
at awaitable (/home/luissilva/pool/node_modules/async/dist/async.js:211:32)
at Object.parallel (/home/luissilva/pool/node_modules/async/dist/async.js:3839:16)
at collectStats (/home/luissilva/pool/lib/api.js:214:8)
at Object. (/home/luissilva/pool/lib/api.js:2235:1)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Module.require (internal/modules/cjs/loader.js:887:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object. (/home/luissilva/pool/init.js:66:5)

@frandlyn26
Copy link
Contributor

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

6 participants