slush0 / stratum

Stratum server implementation using Python Twisted

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method 'subscribe' not found for service 'mining'

kiranmalave opened this issue · comments

JSON-RPC call failed: [
-3,
"Method 'subscribe' not found for service 'mining'",
"Traceback: : Method 'subscribe' not found for service 'mining'\n/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py:626:_doReadOrWrite\n/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py:203:doRead\n/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py:209:_dataReceived\n/root/stratum-mining-litecoin/stratum/protocol.py:192:dataReceived\n--- ---\n/root/stratum-mining-litecoin/stratum/protocol.py:238:lineReceived\n/root/stratum-mining-litecoin/stratum/services.py:14:_handle_event\n/root/stratum-mining-litecoin/stratum/services.py:76:call\n"
]

Could you please help me in this.
I am getting error when call run the following command
./minerd --url=stratum+tcp://127.0.0.1:3332 --userpass=kiradfsdn.kiran:kiran

commented

I have same issue here (first try), but, im pretty sure that you miss some component or even some guide step.

same here, no idea what to do

commented

I've switched to unomp, and it worked on Linux.

I've switched to stratum-pool nodejs implementation which worked. Very easy to setup, too.

commented

Did not get you... stratum-pool nodejs?? what's that?
unomp is NodeJS unified pool, multicoin, cannot figure out what is you using now.

https://github.com/zone117x/node-stratum-pool <- this is what I ended up with, seems quite light-weight, but I didn't need much. Just needed quick simple pool implementation to be able to mine AUR using nicehash.

Didn't even see unomp you mentioned. Looks more extensive.

commented

Nice to know. Share url's if you can, i'll take a look :)
Im still configuring my own, full featured planned, including tor mining,
p2p mining, mpos, wallet mining and web mining.

I found that really interesting.
For sure I'll check that node pool too, and maybe standalone Nomp.

We have lot of choices.

~~ Self signed ~~

2016-01-21 15:05 GMT+01:00 molecular notifications@github.com:

https://github.com/zone117x/node-stratum-pool <- this is what I ended up
with.


Reply to this email directly or view it on GitHub
#17 (comment).