-
Notifications
You must be signed in to change notification settings - Fork 421
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
socket error while connecting miner #285
Comments
Did anyone find a resolution to this error? I'm also getting this after running pm2 log pool:
And for a known fact those IPs do not have any network issues. Might there be some sort of overloading? Please advise so that I can scale the server if required. |
@alexmateescu Coin not supported |
@bobbieltd i have also tried your node-cryptonote-util package and with that one with slow hash rate everything is fine but over 500 H/s it is rejecting all results. our coind looks like it is using v3 blocks. maybe if you could help fixing your cryptonote-util package. i am available to test and i can give you full access to the vm so test and fix. |
Could you please wait ? The nodejs-pool for forknote (ITNS) from one pool owner will be released open source soon. It’s not just util package, the codes are heavily modified and improved for ITNS (I think it will work flawlessssly with other forknote coins too). |
I can wait as i already have a pool working it is just that i like that one and would like to implement it.
Do you know when it will be released?
Sent from my Samsung Galaxy smartphone.
-------- Original message --------From: Learner <notifications@github.com> Date: 11/02/2018 06:15 (GMT+00:00) To: Snipa22/nodejs-pool <nodejs-pool@noreply.github.com> Cc: alexmateescu <alex.mateescu34@gmail.com>, Mention <mention@noreply.github.com> Subject: Re: [Snipa22/nodejs-pool] socket error while connecting miner (#285)
Could you please wait ? The nodejs-pool for forknote (ITNS) from one pool owner will be released open source soon. It’s not just util package, the codes are heavily modified and improved for ITNS (I think it will work flawlessssly with other forknote coins too).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/Snipa22/nodejs-pool","title":"Snipa22/nodejs-pool","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/Snipa22/nodejs-pool"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bobbieltd in #285: Could you please wait ? The nodejs-pool for forknote (ITNS) from one pool owner will be released open source soon. It’s not just util package, the codes are heavily modified and improved for ITNS (I think it will work flawlessssly with other forknote coins too)."}],"action":{"name":"View Issue","url":"#285 (comment)"}}}
|
For info, here is recently released ITNS (forknote) nodejs-pool for everyone from Venthos : https://github.com/Venthos/nodejs-pool |
thanks
i'll check it out
…On 4 March 2018 at 17:30, Learner ***@***.***> wrote:
For info, here is recently released ITNS (forknote) nodejs-pool for
everyone from Venthos : https://github.com/Venthos/nodejs-pool
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#285 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVoG2kQuUxEzcyqk2LAGIalGyDvgMTLZks5tbCSygaJpZM4RwP3k>
.
|
Hi.
I have setup your pool onto and i am getting the following error when i am trying to connect the miner. The error is below and the miner i use is xmr-stak. i have tried to replace cryptonote-util package and got it working with one of them but only for very very slow hash rate line ~19H/s. anything else the results are rejected. what could it be wrong? where should i look?
if i setup the pool on the cryptonote-universal-pool it is working and i was wondering if there could be something worng in the cryptonote-util package.
Regards
8|init | Error: Failed to parse block
8|init | at Object.BlockTemplate.nextBlob (/home/alex/node-cryptonote-pool/lib/pool.js:128:23)
8|init | at Object.Miner.getJob (/home/alex/node-cryptonote-pool/lib/pool.js:301:41)
8|init | at handleMinerMethod (/home/alex/node-cryptonote-pool/lib/pool.js:511:28)
8|init | at handleMessage (/home/alex/node-cryptonote-pool/lib/pool.js:645:13)
8|init | at Socket.socket.on.on.on.pushMessage (/home/alex/node-cryptonote-pool/lib/pool.js:699:25)
8|init | at Socket.emit (events.js:95:17)
8|init | at Socket. (stream_readable.js:765:14)
8|init | at Socket.emit (events.js:92:17)
8|init | at emitReadable (_stream_readable.js:427:10)
8|init | at emitReadable (_stream_readable.js:423:5)
8|init | Error: Failed to parse block
8|init | at Object.BlockTemplate.nextBlob (/home/alex/node-cryptonote-pool/lib/pool.js:128:23)
8|init | at Object.Miner.getJob (/home/alex/node-cryptonote-pool/lib/pool.js:301:41)
8|init | at handleMinerMethod (/home/alex/node-cryptonote-pool/lib/pool.js:511:28)
8|init | at handleMessage (/home/alex/node-cryptonote-pool/lib/pool.js:645:13)
8|init | at Socket.socket.on.on.on.pushMessage (/home/alex/node-cryptonote-pool/lib/pool.js:699:25)
8|init | at Socket.emit (events.js:95:17)
8|init | at Socket. (stream_readable.js:765:14)
8|init | at Socket.emit (events.js:92:17)
8|init | at emitReadable (_stream_readable.js:427:10)
8|init | at emitReadable (_stream_readable.js:423:5)
8|init | 2018-01-29 09:29:32 [master] Pool fork 1 died, spawning replacement worker...
8|init | 2018-01-29 09:29:34 [pool] (Thread 1) New block to mine at height 4014 w/ difficulty of 168679209
The text was updated successfully, but these errors were encountered: