nodejs-pool icon indicating copy to clipboard operation
nodejs-pool copied to clipboard

ITNS pool

Open mk148a opened this issue 7 years ago • 16 comments

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

mk148a avatar Oct 15 '17 14:10 mk148a

any updates?

sebseb7 avatar Dec 20 '17 03:12 sebseb7

Could you please confirm that we could use nodejs-pool as pool for ITNS ?

cryptogrot avatar Jan 12 '18 03:01 cryptogrot

if it's ITNS working under cryptonight and it can connect miner with jsonrpc2. That's OK to use it.

evil7 avatar Jan 12 '18 03:01 evil7

@evil7 thanks for your answer! ITNS uses cryptonight, how can I check if JSONRPC2 is used ?

cryptogrot avatar Jan 12 '18 03:01 cryptogrot

@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 avatar Jan 12 '18 03:01 evil7

@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 avatar Jan 12 '18 03:01 cryptogrot

@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 avatar Jan 12 '18 03:01 evil7

@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

cryptogrot avatar Jan 12 '18 03:01 cryptogrot

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 avatar Jan 12 '18 04:01 cryptogrot

@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~

evil7 avatar Jan 12 '18 04:01 evil7

What the correct string you use ?

"I had to escape the " and {} and now it's working!"

ddvs1 avatar Jan 15 '18 13:01 ddvs1

@ddvs1

echo \{\"method\":\"login\",\"params\":\{\"login\":\"iz69WMbWE7HY9QdarorttfghgrAAiaLu7zNriGGmDX8Fn2bCSKWTsrhtejrnyBihJF5FY7ed319xSbbdZdZvsrjY1kXj1Nsddhbfreh\",\"pass\":\"\",\"agent\":\"test\"\},\"id\":1\} | nc itns001.cryptogrot.io 6666

cryptogrot avatar Jan 15 '18 16:01 cryptogrot

Ho Txs, but did you figure out how to ITNS on snippa? We still stuck on this...

ddvs1 avatar Jan 15 '18 16:01 ddvs1

@cryptogrot podria ayudarnos?

esqui2002 avatar Jan 18 '18 15:01 esqui2002

@esqui2002 @ddvs1 I did not continue with this project, I used the pool provided by the ITNS team.

cryptogrot avatar Jan 18 '18 16:01 cryptogrot

For info, here is recently released ITNS (forknote) nodejs-pool for everyone from Venthos : https://github.com/Venthos/nodejs-pool

bobbieltd avatar Mar 04 '18 17:03 bobbieltd