Author

Topic: Miners don't send submit message (stratum) (Read 763 times)

full member
Activity: 129
Merit: 100
It was a typo, instead of mining.notify I used mining.submit
full member
Activity: 129
Merit: 100
Hi,

I've been trying to create a pool for some time now, and now I'm stuck on communicating with miner.

Here is my full code of what is supposed to be a pool in the future: http://pastebin.com/8cxfiWFG


What is happening: Connection is established. Subscribe and authorize messages are sent by miner. Job is sent to the miner. Miner does solve the job and... then nothing. I tried a few miners, they work fine with existing pools, but in my case it doesn't. I.e. I have in the code the following line:
Code:
if(message.method=='mining.submit'){
                logger.logDate('submit:');

            }

But it's never called. I mean - I know miners do send this messages, because they do work with other pools, it's something with my pool.

Please help...
Jump to: