I set up a small burst mine that has submitted around 20 shares and received response from devs v2 pool (http://178.62.39.204:8121).
However I am not seeing my shares in http://178.62.39.204:8121/shares or my balance in http://178.62.39.204:8121/balance.
Any idea why this may be the case? My user is in the users page.
Sample submission and response:
Submitting share {5878740057488144240:1983679:207949 deadline {177577}}
Reponse {Received share/s}}
However I am not seeing my shares in http://178.62.39.204:8121/shares or my balance in http://178.62.39.204:8121/balance.
Any idea why this may be the case? My user is in the users page.
Sample submission and response:
Submitting share {5878740057488144240:1983679:207949 deadline {177577}}
Reponse {Received share/s}}
As far as i know, shares are comitted like this (UTF-8 encoded)
[numericAccountId]:[nonce]:[blockNumber]\n
[numericAccountId]:[nonce]:[blockNumber]\n
[numericAccountId]:[nonce]:[blockNumber]\n
...
https://github.com/BurstProject/SimpleBurstPool/blob/master/src/scala/simple_burst_pool/WorkSplitter.scala (look at workPattern)
Example:
https://github.com/de-luxe/burstcoin-jminer/blob/master/src/main/java/burstcoin/jminer/core/network/task/NetworkSubmitDevPoolNoncesTask.java
Only shares below given targetDeadline will be accepted:
http://178.62.39.204:8121/pool/getMiningInfo
Hi, thank you for the reply. My miner is running and submitting deadlines below 200,000. The example I included is a response from dev's v2 pool. So it seems like I am awarded the share but it does not seem to be shown/registerd in dev's v2 pool /shares or /balance pages.
Does anyone know how I can contact dev's pool support that can sort this out. Tried to send a burst message to the reward address but no response.
My mining client tells me I have submitted and and received 331 so far but nothing on dev pool's website. Maybe it is time to try another pool.
