nodejs-pool
nodejs-pool copied to clipboard
ITNS pool
Hi, can i use it for itns Intense coin pool? I have https://intensecoin-pool.com can i move my pool to your pool? I have payment issue for my pool, blocks founds but payments not, i want to update to other pool
any updates?
Could you please confirm that we could use nodejs-pool
as pool for ITNS
?
if it's ITNS working under cryptonight and it can connect miner with jsonrpc2. That's OK to use it.
@evil7 thanks for your answer!
ITNS
uses cryptonight
, how can I check if JSONRPC2
is used ?
@cryptogrot dump the sockets from your pool old one in used to the miners. check if it's like this:
{"jsonrpc":"2.0","method":"job","params":{"blob":"01019ebfe0d205fdafb43a1d0d0539f49117498b941be7652f947ddd99ec08cfad521c75fb46fe0000000023e73b9a5253791e5e242e8ea67e95fa8894adde5b81ff5d519ac7f9f42a7a0601","job_id":"386293568206019","target":"a8382c00"}}
you will see this connect type "jsonrpc":"2.0"
at first (this is just one socket of the XMR pool sending a job to miner).
@evil7 Thanks again!
From the source code I can see the JSONRPC
version, it's 2
\o/
https://github.com/valiant1x/intensecoin/blob/master/src/JsonRpcServer/JsonRpcServer.cpp#L99
@cryptogrot hi dude. You can only testing with netcat and run this pls:
echo {"method":"login","params":{"login":"<HERE_INPUT_YOUR_ADDR>","pass":"","agent":"test"},"id":1} | nc <HERE_IS_THE_POOL_HOST> <THE_POOL_PORT>
like this my testing:
echo {"method":"login","params":{"login":"etnk......blablalbalbabla.....mmXh","pass":"","agent":test"},"id":1} | nc etnpool.minekitten.io 3333
If not find nc in command, you need apt install netcat
or yum install netcat
at first. Good Luck~
@evil7 Wow, really appreciate. The command return nothing but in the log pool I got this warning
Malformed message from 2.0.0.7: method:login params:login:ihrtrjyk6.....gergergertab9QPBihJF5FY7ed319xSbbdZdZ..... params:pass: params:agent:test id:1
I had to escape the "
and {}
and now it's working!
{"id":1,"jsonrpc":"2.0","error":null,"result":{"id":"969349615764804","job":{"blob":"0100ade3e0d205a6ec30dffc35b5df1fh56c3153ea54ca065b084cf1d8f1264d869280ab1c8a160000000094c8f9c463879eac4616c5d168234759b8c77ebb8c740a702f47a6bd2a4c47f8c01","job_id":"449014911684207","target":"b88d0600"},"status":"OK"}}
Thanks for your precious help.
@cryptogrot Glad to help u dude. I'm an admin of a pool too :) If it worked at last. you can just need to change the default deamon from monero to that icon what your wanna. And make true all config and setting for doing trans about that coin what you want.
If you need websocket support for JSminer on your new pool, check a little obj from my ORG github. My team-pool backend working with this nodejs-pool too.
happy mining~
What the correct string you use ?
"I had to escape the " and {} and now it's working!"
@ddvs1
echo \{\"method\":\"login\",\"params\":\{\"login\":\"iz69WMbWE7HY9QdarorttfghgrAAiaLu7zNriGGmDX8Fn2bCSKWTsrhtejrnyBihJF5FY7ed319xSbbdZdZvsrjY1kXj1Nsddhbfreh\",\"pass\":\"\",\"agent\":\"test\"\},\"id\":1\} | nc itns001.cryptogrot.io 6666
Ho Txs, but did you figure out how to ITNS on snippa? We still stuck on this...
@cryptogrot podria ayudarnos?
@esqui2002 @ddvs1 I did not continue with this project, I used the pool provided by the ITNS team.
For info, here is recently released ITNS (forknote) nodejs-pool for everyone from Venthos : https://github.com/Venthos/nodejs-pool