slush0 / stratum

Stratum server implementation using Python Twisted
Other
89 stars 131 forks source link

Method 'subscribe' not found for service 'mining' #17

Open kiranmalave opened 10 years ago

kiranmalave commented 10 years ago

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

erm3nda commented 8 years ago

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

molecular commented 8 years ago

same here, no idea what to do

erm3nda commented 8 years ago

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

molecular commented 8 years ago

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

erm3nda commented 8 years ago

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

molecular commented 8 years ago

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.

erm3nda commented 8 years ago

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 https://github.com/slush0/stratum/issues/17#issuecomment-173578694.