Bitcoin Forum
May 02, 2024, 06:49:03 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Miners don't send submit message (stratum)  (Read 741 times)
konradp (OP)
Full Member
***
Offline Offline

Activity: 129
Merit: 100



View Profile
April 29, 2014, 01:10:08 PM
 #1

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...
1714675743
Hero Member
*
Offline Offline

Posts: 1714675743

View Profile Personal Message (Offline)

Ignore
1714675743
Reply with quote  #2

1714675743
Report to moderator
1714675743
Hero Member
*
Offline Offline

Posts: 1714675743

View Profile Personal Message (Offline)

Ignore
1714675743
Reply with quote  #2

1714675743
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714675743
Hero Member
*
Offline Offline

Posts: 1714675743

View Profile Personal Message (Offline)

Ignore
1714675743
Reply with quote  #2

1714675743
Report to moderator
konradp (OP)
Full Member
***
Offline Offline

Activity: 129
Merit: 100



View Profile
May 13, 2014, 09:45:33 AM
 #2

It was a typo, instead of mining.notify I used mining.submit
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!